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
Back to skytable/skytable

Open-source alternatives to Skytable

30 open-source projects similar to skytable/skytable, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Skytable alternative.

  • dgraph-io/badgerdgraph-io avatar

    dgraph-io/badger

    15,666View on GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    View on GitHub↗15,666
  • mark-rushakoff/awesome-influxdbmark-rushakoff avatar

    mark-rushakoff/awesome-influxdb

    818View on GitHub↗

    A curated list of awesome projects, libraries, tools, etc. related to InfluxDB

    awesomeawesome-listinfluxdb
    View on GitHub↗818
  • prometheus/prometheusprometheus avatar

    prometheus/prometheus

    64,569View on GitHub↗

    Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dimensional metrics from monitored targets, storing them in an optimized block storage format that supports high-throughput ingestion and efficient historical analysis. The platform distinguishes itself through a specialized query engine that enables real-time analysis of performanc

    Goalertinggraphinghacktoberfest
    View on GitHub↗64,569
  • victoriametrics/victoriametricsVictoriaMetrics avatar

    VictoriaMetrics/VictoriaMetrics

    16,343View on 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

    Godatabasegrafanagraphite
    View on GitHub↗16,343

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • surrealdb/surrealdbsurrealdb avatar

    surrealdb/surrealdb

    32,397View on GitHub↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Rustbackend-as-a-servicecloud-databasedatabase
    View on GitHub↗32,397
  • mgramin/awesome-db-toolsmgramin avatar

    mgramin/awesome-db-tools

    5,144View on GitHub↗

    Everything that makes working with databases easier

    awesomeawesome-listcross-database
    View on GitHub↗5,144
  • etcd-io/bboltetcd-io avatar

    etcd-io/bbolt

    9,573View on GitHub↗

    bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single memory-mapped file on disk, organizing information using B+ trees to facilitate sorted key iteration and efficient range queries. The project distinguishes itself through a hierarchical data organization model, allowing buckets to be nested within other buckets to create a tree-like structure. It employs a single-writer, multi-reader locking mechanism and copy-on-write transactions to ensure serializable isolation and data integrity. The system includes comprehensive data management capa

    Go
    View on GitHub↗9,573
  • numetriclabz/awesome-dbnumetriclabz avatar

    numetriclabz/awesome-db

    1,369View on GitHub↗

    A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/

    View on GitHub↗1,369
  • shlomi-noach/awesome-mysqlshlomi-noach avatar

    shlomi-noach/awesome-mysql

    2,579View on GitHub↗

    A curated list of awesome MySQL software, libraries, tools and resources

    Python
    View on GitHub↗2,579
  • trailbaseio/trailbasetrailbaseio avatar

    trailbaseio/trailbase

    5,324View on GitHub↗

    Trailbase is a backend-as-a-service platform delivered as a single executable that integrates a realtime database engine, an identity and access manager, and a type-safe API generator. It provides a comprehensive backend environment including a SQLite-backed storage engine and a WebAssembly runtime server for executing custom logic. The platform distinguishes itself by automatically transforming database schemas into JSON APIs with cross-language client bindings and by allowing the execution of portable components for server-side rendering and custom HTTP routes. It further incorporates vecto

    Rustauthenticationdatabaserest-api
    View on GitHub↗5,324
  • dahlia/awesome-sqlalchemydahlia avatar

    dahlia/awesome-sqlalchemy

    3,047View on GitHub↗

    A curated list of awesome tools for SQLAlchemy

    Pythonawesomeawesome-listdatabases
    View on GitHub↗3,047
  • syndtr/goleveldbsyndtr avatar

    syndtr/goleveldb

    6,319View on GitHub↗

    goleveldb is an embedded key-value storage database for Go. It provides local data persistence and indexing, allowing applications to store and retrieve information using unique keys without requiring a separate server. The database organizes data using a log-structured merge-tree and persistent indexing in lexicographical order. This structure supports efficient range scans and prefix-based searches. The system includes capabilities for atomic batch writes to ensure data consistency and avoid partial updates. Performance is managed through write-ahead logging, memory-based buffering, and bl

    Godatabasegoleveldb
    View on GitHub↗6,319
  • riii111/sabiqlriii111 avatar

    riii111/sabiql

    199View on GitHub↗

    A fast PostgreSQL TUI written in Rust. driver-less, vim-first, with ER diagrams. No database drivers, no setup, just psql

    Rust
    View on GitHub↗199
  • ramnes/awesome-mongodbramnes avatar

    ramnes/awesome-mongodb

    2,642View on GitHub↗

    :leaves: A curated list of awesome MongoDB resources, libraries, tools and applications

    awesomeawesome-listlist
    View on GitHub↗2,642
  • chdb-io/chdbchdb-io avatar

    chdb-io/chdb

    2,694View on GitHub↗

    chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse

    Pythonchdbclickhouseclickhouse-database
    View on GitHub↗2,694
  • dhamaniasad/awesome-postgresdhamaniasad avatar

    dhamaniasad/awesome-postgres

    11,955View on GitHub↗

    This project is a curated directory of software, libraries, and resources designed to support the management, monitoring, and deployment of PostgreSQL database environments. It functions as a structured index of community-supported tools, providing a centralized location for users to discover utilities that enhance database functionality and reliability. The directory organizes disparate database solutions into a logical hierarchy, covering areas such as graphical interfaces, backup and recovery utilities, and performance monitoring platforms. By categorizing these resources, it assists in th

    databasepostgrespostgresql
    View on GitHub↗11,955
  • deuxfleurs-org/garagedeuxfleurs-org avatar

    deuxfleurs-org/garage

    2,944View on GitHub↗

    Garage is a distributed object storage system that provides an S3-compatible API gateway. It is designed to synchronize metadata across distributed nodes using conflict-free replicated data types and Merkle-tree state alignment to maintain cluster-wide consistency. The system ensures data resilience through zone-aware replication, distributing data copies across multiple physical locations. It employs quorum-based request routing and versioned layout management to validate and commit cluster configuration changes. The project covers a broad range of operational capabilities, including automa

    Rustobject-storagerusts3
    View on GitHub↗2,944
  • databendlabs/databenddatabendlabs avatar

    databendlabs/databend

    9,351View on GitHub↗

    Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a SQL-compliant engine and serverless analytics platform that separates compute from storage to allow for independent scaling. The system integrates vector database capabilities, indexing high-dimensional embeddings to enable semantic, hybrid, and full-text searches across massive datasets. It further distinguishes itself through serverless compute management that automatically scales resources based on demand and shuts them down during idle periods. The platform covers a broad set

    Rustaibigdatacloud-native
    View on GitHub↗9,351
  • davidgasquez/awesome-duckdbdavidgasquez avatar

    davidgasquez/awesome-duckdb

    2,290View on GitHub↗
    awesomeawesome-list
    View on GitHub↗2,290
  • curvineio/curvineCurvineIO avatar

    CurvineIO/curvine

    586View on GitHub↗
    Rustaiai-infracloud-native
    View on GitHub↗586
  • akrylysov/pogrebakrylysov avatar

    akrylysov/pogreb

    1,350View on GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    View on GitHub↗1,350
  • covenantsql/covenantsqlCovenantSQL avatar

    CovenantSQL/CovenantSQL

    1,528View on GitHub↗

    A decentralized, trusted, high performance, SQL database with blockchain features

    Gobftblockchaincovenantsql
    View on GitHub↗1,528
  • d3viant0ne/awesome-rethinkdbd3viant0ne avatar

    d3viant0ne/awesome-rethinkdb

    117View on GitHub↗

    A curated list of awesome RethinkDB resources, libraries, tools and applications

    View on GitHub↗117
  • couchbase/mosscouchbase avatar

    couchbase/moss

    1,016View on GitHub↗

    moss - a simple, fast, ordered, persistable, key-val storage library for golang

    Go
    View on GitHub↗1,016
  • cozodb/cozocozodb avatar

    cozodb/cozo

    3,880View on GitHub↗

    Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a temporal vector database. It utilizes a Datalog-inspired query language to execute relational, recursive, and graph queries. The system distinguishes itself through specialized indexing for high-dimensional vector similarity searches and near-duplicate detection using locality sensitive hashing. It also provides built-in temporal versioning, allowing for historical state retrieval and time-travel queries to access data as it existed at specific points in time. Its broader capabi

    Rustclient-servercozocozoscript
    View on GitHub↗3,880
  • crossdb-org/crossdbcrossdb-org avatar

    crossdb-org/crossdb

    257View on GitHub↗

    Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨

    Cccachecpp
    View on GitHub↗257
  • dgraph-io/dgraphdgraph-io avatar

    dgraph-io/dgraph

    21,700View on GitHub↗

    Dgraph is a distributed graph database designed to store and query highly connected data. It organizes information as nodes and edges to represent complex relationships between entities, providing a platform for managing and analyzing deeply linked datasets. The system functions as a horizontally scalable cluster that partitions data across multiple nodes to maintain performance and availability as information volume increases. It utilizes a specialized query language built for low-latency navigation of interconnected data points, allowing for the execution of complex queries across large-sca

    Godatabasedistributedgo
    View on GitHub↗21,700
  • anant/awesome-cassandraAnant avatar

    Anant/awesome-cassandra

    319View on GitHub↗

    A curated list of the best resources in the Cassandra community.

    HTMLapacheawesomeawesome-list
    View on GitHub↗319
  • dbpunk-labs/db3dbpunk-labs avatar

    dbpunk-labs/db3

    385View on GitHub↗

    a Lightweight, Permanent JSON document database

    Rustblockchaindatabasedecentralized
    View on GitHub↗385
  • clickhouse/clickhouseClickHouse avatar

    ClickHouse/ClickHouse

    48,229View on GitHub↗

    ClickHouse is a high-performance, columnar analytical database designed for real-time query execution and large-scale data aggregation. It functions as a distributed data warehouse capable of processing petabytes of information, while also providing an embedded engine that integrates directly into applications for native query capabilities without external dependencies. The system is built to handle high-throughput ingestion and complex analytical workloads, delivering millisecond-level latency for interactive dashboards and operational monitoring. The platform distinguishes itself through ad

    C++aianalyticsbig-data
    View on GitHub↗48,229