Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 471 Bytes

Goals

Develop a scalable ACID compliant RDBMS (Relational database management system) MVP will contain:

  • SELECT, INSERT, UPDATE and WHERE
  • Pre-parsed binary command wire format
  • Basic, manually configured clustering
  • No ACID Compliance.
  • No durable storage.
  • Nodes will auto shard the data, and redistribute as necessary to achieve redundancy goals without exceeding, while being as even as possible.

Project planning will be done on github in further detail.