- support postgresql wire protocol
- support for both OLTP and OLAP(i.e HTAP) workloads
- sql compatible query language
- pluggable storage engine
- acid transactions
- replicate data across multiple nodes to provide HA
Check out design doc for more deatils
- to understand and implement internals of a dbms
- write first draft of design doc
- setup ci
- import vitess-sqlparser
- storage engine
- telemetry framework
- finish the design doc of transactional layer
- setup yahoo cloud service benchmark
- install go(>= 1.15) and
make
- run
make
- run
make test
- head over to issues and start contributing