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
biokoda avatar

biokoda/actordb

0
View on GitHub↗
1,889 stars·71 forks·Erlang·MPL-2.0·12 views

Actordb

ActorDB distributed SQL database

Features

  • NewSQL Databases - Distributed SQL database with key-value store scalability.
  • Relational Databases - Distributed SQL database combining KV scalability with relational query capabilities.

Star history

Star history chart for biokoda/actordbStar history chart for biokoda/actordb

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 Actordb

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

    cockroachdb/cockroach

    32,207View on GitHub↗

    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

    Gocockroachdbdatabasedistributed-database
    View on GitHub↗32,207
  • pingcap/tidbpingcap avatar

    pingcap/tidb

    40,166View on GitHub↗

    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

    Gocloud-nativedatabasedistributed-database
    View on GitHub↗40,166
  • bloomberg/comdb2bloomberg avatar

    bloomberg/comdb2

    1,519View on GitHub↗

    Bloomberg's distributed RDBMS

    C
    View on GitHub↗1,519
  • probcomp/bayesdbprobcomp avatar

    probcomp/BayesDB

    889View on GitHub↗

    A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite

    View on GitHub↗889
Compare all 30 related projects→

Frequently asked questions

What does biokoda/actordb do?

ActorDB distributed SQL database

What are the main features of biokoda/actordb?

The main features of biokoda/actordb are: NewSQL Databases, Relational Databases.

Which projects share features with biokoda/actordb?

Projects with overlapping indexed features include: probcomp/bayesdb — A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data… rayokota/kareldb — A Relational Database Backed by Apache Kafka. bloomberg/comdb2 — Bloomberg's distributed RDBMS. pingcap/tidb — TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and… cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… vcnc/haeinsa — Haeinsa is linearly scalable multi-row, multi-table transaction library for HBase.