ActorDB distributed SQL database
Browse cluster: Cluster 52 →ActorDB is a distributed SQL database designed for server-side storage in applications with many users, such as mail services or file-sync platforms, where most queries are scoped to individual users. It combines the scalability of a key-value store with full relational database capabilities by making data sharding explicit through "actors"—fully relational chunks that can be queried and transacted independently. Built on SQLite and LMDB, ActorDB offers ACID compliance, horizontal scalability without global locks, and connectivity via the MySQL protocol and Thrift, while using the Raft consensus algorithm for safe replication across multiple servers.