awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

36 Repos

Awesome GitHub RepositoriesRelational Databases

Distributed SQL databases for high-performance workloads.

Explore 36 awesome GitHub repositories matching part of an awesome list · Relational Databases. Refine with filters or upvote what's useful.

Awesome Relational Databases GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pingcap/tidbAvatar von pingcap

    pingcap/tidb

    40,166Auf GitHub ansehen↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Distributed SQL database inspired by Google F1 architecture.

    Gocloud-nativedatabasedistributed-database
    Auf GitHub ansehen↗40,166
  • cockroachdb/cockroachAvatar von cockroachdb

    cockroachdb/cockroach

    32,207Auf GitHub ansehen↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Scalable, geo-replicated, and transactional distributed SQL datastore.

    Gocockroachdbdatabasedistributed-database
    Auf GitHub ansehen↗32,207
  • influxdata/influxdbAvatar von influxdata

    influxdata/influxdb

    31,556Auf GitHub ansehen↗

    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

    Scalable datastore for metrics and real-time analytics.

    Rustdatabasegoinfluxdb
    Auf GitHub ansehen↗31,556
  • rqlite/rqliteAvatar von rqlite

    rqlite/rqlite

    17,586Auf GitHub ansehen↗

    rqlite is a distributed relational database that replicates SQLite data across a cluster using the Raft consensus algorithm. It functions as a fault-tolerant storage system that provides high availability and a web API for executing SQL queries and managing relational data without requiring native database drivers. The system distinguishes itself by using an HTTP SQL interface to expose database operations and cluster management. It features a real-time change data capture stream that pushes database mutations to external HTTP endpoints via webhooks and supports the scaling of read throughput

    Replicated SQLite using the Raft consensus protocol.

    Goconsensusdatabasedistributed-database
    Auf GitHub ansehen↗17,586
  • scylladb/scyllaAvatar von scylladb

    scylladb/scylla

    15,609Auf GitHub ansehen↗

    Scylla is a distributed wide column NoSQL database designed as a high-performance data store. It functions as a Cassandra compatible database and a DynamoDB compatible store, implementing a shared-nothing architecture built on an asynchronous event-driven framework. The system emulates cloud-based APIs to support applications built for proprietary cloud protocols and implements the Cassandra Query Language for high-throughput workloads. This allows for the migration of cloud workloads to self-hosted environments while maintaining API compatibility. The project covers distributed data storage

    High-performance NoSQL store compatible with Cassandra.

    C++
    Auf GitHub ansehen↗15,609
  • cayleygraph/cayleyAvatar von cayleygraph

    cayleygraph/cayley

    15,043Auf GitHub ansehen↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Open-source graph database from Google.

    Go
    Auf GitHub ansehen↗15,043
  • apache/incubator-druidAvatar von apache

    apache/incubator-druid

    14,020Auf GitHub ansehen↗

    Apache Druid is a real-time OLAP database and distributed analytics engine. It functions as a columnar time-series database designed for high-performance analytical queries and the real-time ingestion of streaming and batch datasets. The system provides a framework for high-concurrency analytics, allowing multiple simultaneous users to execute SQL and native queries across large-scale data. It supports mixed data ingestion, combining real-time streaming and batch loading into a single system for unified analysis. The platform includes capabilities for distributed cluster management, enabling

    Column-oriented distributed store for interactive applications.

    Java
    Auf GitHub ansehen↗14,020
  • yugabyte/yugabyte-dbAvatar von yugabyte

    yugabyte/yugabyte-db

    10,349Auf GitHub ansehen↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    High-performance distributed SQL database compatible with PostgreSQL.

    Ccloud-nativecppdatabase
    Auf GitHub ansehen↗10,349
  • opentsdb/opentsdbAvatar von OpenTSDB

    OpenTSDB/opentsdb

    5,068Auf GitHub ansehen↗

    OpenTSDB ist eine verteilte Zeitreihendatenbank und Metrics-Engine, die für die Speicherung und Verwaltung massiver Mengen hochkardinaler Systemmetriken entwickelt wurde. Es fungiert als Datenspeicher und Analyseplattform, die groß angelegte Metrik-Ingestion und Infrastruktur-Performance-Monitoring über einen verteilten Cluster hinweg ermöglicht. Das System zeichnet sich durch eine verteilte Speicherabstraktion aus, die mehrere Backends wie HBase, Cassandra und Google Bigtable unterstützt. Es nutzt einen hierarchischen Metrikbaum zur Organisation von Zeitreihen und verwendet numerische Identifikator-Indizierung, um den Speicherbedarf zu reduzieren und Suchvorgänge für getaggte Metriken zu beschleunigen. Das Projekt deckt breite Funktionsbereiche ab, einschließlich Zeitreihendatenanalyse mit verteilten Perzentilberechnungen und Downsampling sowie umfassendem Metadatenmanagement. Es bietet API-Integration für Datenaufnahme und -abfrage, Off-Heap-Caching zur Performance-Optimierung sowie Tools für die Datenintegritätsprüfung und Anomalieanalyse. Das System wird über eine Kommandozeilenschnittstelle für die Datenbankadministration und die Synchronisation des Metrikbaums verwaltet.

    Scalable and distributed time-series database.

    Java
    Auf GitHub ansehen↗5,068
  • tarantool/tarantoolAvatar von tarantool

    tarantool/tarantool

    3,642Auf GitHub ansehen↗

    Get your data in RAM. Get compute close to data. Enjoy the performance.

    In-memory database and application server.

    Lua
    Auf GitHub ansehen↗3,642
  • twitter-archive/flockdbAvatar von twitter-archive

    twitter-archive/flockdb

    3,317Auf GitHub ansehen↗

    A distributed, fault-tolerant graph database

    Distributed fault-tolerant graph database.

    Scala
    Auf GitHub ansehen↗3,317
  • jobbole/awesome-mysql-cnAvatar von jobbole

    jobbole/awesome-mysql-cn

    2,780Auf GitHub ansehen↗

    MySQL 资源大全中文版,分析工具、备份、性能测试、配置、部署、GUI 等

    A curated list of MySQL resources and community knowledge.

    Auf GitHub ansehen↗2,780
  • biokoda/actordbAvatar von biokoda

    biokoda/actordb

    1,889Auf GitHub ansehen↗

    ActorDB distributed SQL database

    Distributed SQL database combining KV scalability with relational query capabilities.

    Erlang
    Auf GitHub ansehen↗1,889
  • gchq/gafferAvatar von gchq

    gchq/Gaffer

    1,791Auf GitHub ansehen↗

    A large-scale entity and relation database supporting aggregation of properties

    Large-scale graph database for complex data relationships.

    Java
    Auf GitHub ansehen↗1,791
  • kairosdb/kairosdbAvatar von kairosdb

    kairosdb/kairosdb

    1,759Auf GitHub ansehen↗

    Fast scalable time series database

    Fast and scalable time-series database.

    Java
    Auf GitHub ansehen↗1,759
  • bloomberg/comdb2Avatar von bloomberg

    bloomberg/comdb2

    1,519Auf GitHub ansehen↗

    Bloomberg's distributed RDBMS

    Clustered RDBMS utilizing optimistic concurrency control techniques.

    C
    Auf GitHub ansehen↗1,519
  • filodb/filodbAvatar von filodb

    filodb/FiloDB

    1,462Auf GitHub ansehen↗

    Distributed Prometheus time series database

    Distributed, versioned, and columnar streaming database.

    Scala
    Auf GitHub ansehen↗1,462
  • rescrv/hyperdexAvatar von rescrv

    rescrv/HyperDex

    1,406Auf GitHub ansehen↗

    HyperDex is a scalable, searchable key-value store

    Scalable and searchable key-value store.

    C++
    Auf GitHub ansehen↗1,406
  • pcmanus/ccmAvatar von pcmanus

    pcmanus/ccm

    1,232Auf GitHub ansehen↗

    Apache Cassandra® Cluster Manager (CCM) – easily create and destroy clusters on localhost

    Script for managing local Apache Cassandra clusters.

    Python
    Auf GitHub ansehen↗1,232
  • snappydatainc/snappydataAvatar von SnappyDataInc

    SnappyDataInc/snappydata

    1,032Auf GitHub ansehen↗

    Project SnappyData - memory optimized analytics database, based on Apache Spark™ and Apache Geode™. Stream, Transact, Analyze, Predict in one cluster

    OLTP and OLAP database built on Apache Spark.

    Scala
    Auf GitHub ansehen↗1,032
Vorherige12Nächste
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Relational Databases