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 libraries
Based on the "Database" category.
Alternatively, view Bedrock alternatives based on common mentions on social networks and blogs.
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -
LMDB
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues. -
cpp_redis
DISCONTINUED. C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform. -
libmdbx
DISCONTINUED. One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance. -
SimDB
A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store -
BerylDB
DISCONTINUED. BerylDB is a fully modular data structure data manager that can be used to store data as key-value entries. The server allows channel subscription and is optimized to be used as a cache repository. Supported structures include lists, sets, multimaps, and keys.
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?
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