Description
Bedrock is a simple, modular, WAN-replicated data foundation for global-scale applications. Taking each of those in turn:
* Bedrock is simple. This means it exposes the fewest knobs necessary, with appropriate defaults at every layer.
* Bedrock is modular. This means its functionality is packaged into separate “plugins” that are decoupled and independently maintainable.
* Bedrock is WAN-replicated. This means it is designed to endure the myriad real-world problems that occur across slow, unreliable internet connections.
* Bedrock is a data foundation. This means it is not just a simple database that responds to queries, but rather a platform on which data-processing applications (like databases, job queues, caches, etc) can be built.
* Bedrock is for global-scale applications. This means it is built to be deployed in a geo-redundant fashion spanning many datacenters around the world.
Bedrock alternatives and similar tools
Based on the "RDBMS" category.
Alternatively, view Bedrock alternatives based on common mentions on social networks and blogs.
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. -
MariaDB
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. -
Galera
Galera Cluster for MySQL is an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Bedrock or a related project?
Popular Comparisons
README
Expensify/Bedrock/
This public repo contains the Bedrock database server. For more information on what that is, please see http://bedrockdb.com The directories in this repo include:
/
- Contains the main Bedrock source/docs
- Source for the public website (hosted via GitHub Pages): http://bedrockdb.com/libstuff
- A general purpose C++ framework for cross-platform application development/mbedtls
- The mbed TLS from here: https://tls.mbed.org//plugins
- The various plugins provided "out of the box" to Bedrock/sqlitecluster
- The distributed transaction framework built atop sqlite: http://sqlite.org