awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesSingle-Node Databases

Database instances optimized for deployment on a single machine.

Distinguishing note: Focuses on standalone database deployments rather than distributed clusters.

Explore 3 awesome GitHub repositories matching data & databases · Single-Node Databases. Refine with filters or upvote what's useful.

Awesome Single-Node Databases GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • influxdata/influxdbAvatar influxdata

    influxdata/influxdb

    31,556Vezi pe GitHub↗

    InfluxDB is a specialized time series database platform engineered for the high-speed ingestion, compression, and retrieval of timestamped data at scale. It functions as a distributed metrics platform, providing the infrastructure necessary to organize and analyze massive volumes of time-stamped information to identify trends, patterns, and anomalies within complex data streams. The platform distinguishes itself through a functional dataflow engine that utilizes a specialized programming language for complex analytical transformations and automated tasks. This architecture is supported by a p

    Allows provisioning single-node database instances optimized for high-volume write and query workloads.

    Rustdatabasegoinfluxdb
    Vezi pe GitHub↗31,556
  • victoriametrics/victoriametricsAvatar VictoriaMetrics

    VictoriaMetrics/VictoriaMetrics

    16,343Vezi pe GitHub↗

    VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct

    Supports the deployment of single-node database instances for metric storage using declarative configuration.

    Godatabasegrafanagraphite
    Vezi pe GitHub↗16,343
  • boltdb/boltAvatar boltdb

    boltdb/bolt

    14,642Vezi pe GitHub↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Operates as a self-contained database instance that persists all data to a single local file.

    Go
    Vezi pe GitHub↗14,642
  1. Home
  2. Data & Databases
  3. Single-Node Databases