Bedrock Topper For SQLite
Written by Kay Ewbank   
Thursday, 20 October 2016

A networking and distributed transaction layer, called Bedrock, based on SQLite has been 'opened to the public' by Expensify.

The announcement of the general availability of Bedrock was made at this year's FinDEVr in San Francisco. FinDEVr is a conference aimed at developers working in the financial sector. Expensify is best known for its travel and expense application that can be used to manage expense transactions, upload receipts, and create expense reports. Bedrock was developed to manage the transactions in Expensify by its CEO, David Barrett.

Bedrock is described in the release notes as a simple, modular, WAN-replicated data foundation for global-scale applications. It consists of a number of separate plugins that are decoupled and independently maintainable.

The plugins implement and expose externally-visible commands Current plugins are: 

  • Status - Provides basic status about the health the Bedrock cluster.
  • DB - Provides direct SQL access to the underlying database.
  • Jobs - Provides a simple job queue.
  • Cache - Provides a simple replicated cache.
  • MySQL - Emulates MySQL 

While the announcement and release of the code for Bedrock is new, the product has been in continuous development and production use for eight years. The Experia system for which Bedrock was developed has 4.5 million users, and runs on six nodes split between three datacenters. According to the developers:

"The point of Bedrock is to make SQLite usable in the enterprise"

Bedrock offers what the developers describe as “Selective synchronization”, which they say achieves linear scalability of distributed transactions even in high-latency environments. They also say that there's no need for application-level awareness of which node is the master, and that the system offers automatic failover to a slave without requiring application reconfiguration or loss of data. Recovery is automatic back to the master.

Bedrock uses C++ as its primary stored procedure language. The developers say that the security is largely based on the use of the plugin framework, so you write C++ "stored procedures" that enforce your application's security model.

Whether Bedrock develops into a popular database remains to be seen, but it takes an interesting approach to using SQLite beyond the embedded norm.

 bedrock

More Information

BedrockDB

Bedrock On Github

Related Articles

Portable Version Of DB Browser For SQLite

SQLite 3.9  

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Chainguard Joins Docker Verified Publisher Program
15/03/2024

Chainguard has joined the Docker Verified Publisher (DVP) program, meaning its Chainguard Developer Images are now officially available on Docker's container image registry.



CSS Test of Time Award 2023
18/02/2024

The ACM CCS Test-of-Time Award honors research with long-lasting influence, which have had significant impacts on systems security and privacy. The 2023 award in respect of a paper by Marten van Dijk  [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 20 October 2016 )