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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

High-Throughput Wide-Column Databases

Ranking updated Jun 30, 2026

For a wide-column store for huge write loads, the strongest matches are scylladb/scylla (Scylla is a distributed wide-column NoSQL database with a), apache/hbase (Apache HBase is a distributed, wide-column NoSQL store designed) and apache/cassandra (Cassandra is a distributed wide-column NoSQL database built on). scylladb/scylladb is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Distributed data stores optimized for handling massive write volumes and large-scale analytical or transactional workloads.

High-Throughput Wide-Column Databases

Find the best repos with AI.We'll search the best matching repositories with AI.
  • scylladb/scyllascylladb avatar

    scylladb/scylla

    15,609View on GitHub↗

    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

    Scylla is a distributed wide-column NoSQL database with a shared-nothing architecture and an LSM-tree storage engine, directly matching all of the required features—write-optimized compaction, column-family data model, horizontal scalability, and tunable consistency—making it a flagship answer for this search.

    C++Distributed Sharding ArchitecturesLog-Structured Merge-TreesWide-Column Stores
    View on GitHub↗15,609
  • apache/hbaseapache avatar

    apache/hbase

    5,540View on GitHub↗

    HBase is a distributed, wide-column NoSQL store and big data storage engine designed for sparse datasets. It functions as a scalable columnar database built on top of the Hadoop Distributed File System to provide real-time read and write access to massive volumes of structured and unstructured data. The system acts as a cross-language database gateway, offering connectivity through native remote procedure calls, REST, and Thrift interfaces. It distinguishes itself through a master-worker coordination model that enables horizontal scaling and fault tolerance across a cluster. The project cove

    Apache HBase is a distributed, wide-column NoSQL store designed for high write volumes and sparse datasets, built on HDFS with LSM-tree compaction and column-family data model—exactly matching the sought-after scalable write-optimized database.

    JavaColumn Family ManagementLSM-Tree Storage EnginesWide-Column Stores
    View on GitHub↗5,540
  • apache/cassandraapache avatar

    apache/cassandra

    9,778View on GitHub↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Cassandra is a distributed wide-column NoSQL database built on an LSM-tree storage engine and designed for high write throughput and linear scalability, exactly matching your need for a write-optimized column-family store with tunable consistency and fault tolerance.

    JavaHorizontal Database ScalingLog-Structured Merge-TreesWide-Column Stores
    View on GitHub↗9,778
  • scylladb/scylladbscylladb avatar

    scylladb/scylladb

    15,355View on GitHub↗

    ScyllaDB is a distributed NoSQL database engine designed for high-throughput data storage and low-latency performance at scale. It functions as a shard-aware platform that manages large-scale datasets across distributed clusters, providing a foundation for real-time applications that require consistent availability and operational stability. The system distinguishes itself through a shared-nothing architecture that distributes data across independent CPU cores to eliminate lock contention. It incorporates a user-space networking stack and an asynchronous event-driven engine to maximize hardwa

    ScyllaDB is a distributed NoSQL database with a shared-nothing architecture, LSM-tree storage, and a column-family data model, purpose-built for high-throughput, low-latency write workloads at scale.

    C++Distributed DatabasesLog-Structured Merge-Trees
    View on GitHub↗15,355

Related searches

  • an analytics database for slicing huge tables fast
  • a time series database for metrics
  • a distributed SQL database for horizontal scaling
  • a curriculum on how databases work inside
  • a high performance library for tabular data
  • a project for understanding databases by building one
  • a shared in-memory columnar format
  • a SQL database that scales out