awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesScalable Database Clusters

Database architectures optimized for horizontal scaling and consistent performance.

Distinguishing note: Focuses on the infrastructure and scaling properties of the database.

Explore 3 awesome GitHub repositories matching data & databases · Scalable Database Clusters. Refine with filters or upvote what's useful.

Awesome Scalable Database Clusters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • influxdata/influxdbAvatar de influxdata

    influxdata/influxdb

    31,556Ver en 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

    Deploys and manages high-performance database clusters that maintain consistent performance as storage requirements grow.

    Rustdatabasegoinfluxdb
    Ver en GitHub↗31,556
  • starrocks/starrocksAvatar de StarRocks

    StarRocks/starrocks

    11,789Ver en GitHub↗

    StarRocks is a distributed SQL OLAP database engine designed for real-time analytics and high-performance multi-dimensional analysis. It functions as a data lakehouse query engine that enables SQL execution across large datasets and external open table formats without requiring local data imports. The system employs a shared-nothing distributed architecture and utilizes the MySQL protocol to integrate with business intelligence tools. It maintains real-time data consistency through a primary key upsert model and accelerates query response times using vectorized execution and cost-based optimi

    Provides a scalable database cluster architecture that automatically balances resources during node scaling.

    Javaanalyticsbig-datacloudnative
    Ver en GitHub↗11,789
  • janusgraph/janusgraphAvatar de JanusGraph

    JanusGraph/janusgraph

    5,799Ver en GitHub↗

    JanusGraph is a distributed, elastically scalable graph database designed to store and query highly connected data across a cluster of machines. It supports the property graph data model with ACID consistency and integrates multi-model search capabilities including geo, numeric range, and full-text queries. The database also includes a Graph OLAP engine for running batch analytics and global graph computations on large datasets using the Hadoop framework. The project distinguishes itself through a masterless cluster architecture that eliminates single points of failure, allowing every node to

    A graph database that scales storage and transactional capacity horizontally by adding or removing cluster nodes without downtime.

    Javabigtablecassandraelasticsearch
    Ver en GitHub↗5,799
  1. Home
  2. Data & Databases
  3. Scalable Database Clusters

Explorar subetiquetas

  • Elastically Scalable Graph ClustersGraph database clusters that scale storage and transactional capacity horizontally by adding or removing nodes without downtime. **Distinct from Scalable Database Clusters:** Distinct from Scalable Database Clusters: specifically addresses graph database scaling with elastic node addition/removal, not general database clustering.