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
amit-davidson avatar

amit-davidson/LibraDB

0
View on GitHub↗
201 stars·26 forks·Go·GPL-3.0·10 views

LibraDB

LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.

Features

  • Database Engines - Simple database implementation for educational purposes.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.

Star history

Star history chart for amit-davidson/libradbStar history chart for amit-davidson/libradb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with LibraDB

These projects share indexed features with LibraDB. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apache/couchdbapache avatar

    apache/couchdb

    6,905View on GitHub↗

    CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency. The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes. The database utilizes multi-ve

    Erlang
    View on GitHub↗6,905
  • 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
  • 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

    Javacassandradatabasejava
    View on GitHub↗9,778
  • aymanhs/nanotdbaymanhs avatar

    aymanhs/nanotdb

    130View on GitHub↗

    Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local metrics.

    Godashboardgolanghomelab
    View on GitHub↗130
Compare all 30 related projects→

Frequently asked questions

What does amit-davidson/libradb do?

LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.

What are the main features of amit-davidson/libradb?

The main features of amit-davidson/libradb are: Database Engines, Database Systems.

Which projects share features with amit-davidson/libradb?

Projects with overlapping indexed features include: aymanhs/nanotdb — Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local… chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… apache/couchdb — CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. claygod/coffer — Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without…