Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/expensify/bedrock
Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://github.com/expensify/bedrock
Last synced: 7 days ago
JSON representation
Rock solid distributed database specializing in active/active automatic failover and WAN replication
- Host: GitHub
- URL: https://github.com/expensify/bedrock
- Owner: Expensify
- License: lgpl-3.0
- Created: 2016-09-11T01:55:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T20:02:12.000Z (9 days ago)
- Last Synced: 2024-12-16T20:09:07.156Z (9 days ago)
- Language: C
- Homepage: https://bedrockdb.com
- Size: 68.4 MB
- Stars: 1,123
- Watchers: 66
- Forks: 85
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this 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