Bedrock

Bedrock is a distributed relational DBMS designed for geo-replication. It uses SQLite as its backing data storage and supports the MySQL wire protocol.

System Architecture

Shared-Nothing

Indexes

B+Tree

Data Model

Relational

Query Interface

SQL

Storage Architecture

Disk-oriented

Website

http://bedrockdb.com/

Source Code

https://github.com/Expensify/Bedrock

Developer

Expensify

Country of Origin

US

Start Year

2016

Project Type

Open Source

Written in

C++

Derived From

SQLite

Compatible With

MySQL

Operating Systems

Linux

Licenses

LGPL v3