simpledb
SimpleDB is developed by Edward Sciore.
http://www.cs.bc.edu/~sciore/simpledb
Quick Start
start the server
java simpledb/server/Startup .
seed database
java studentClient.simpledb.CreateStudentDB
query records
java studentClient.simpledb.FindMajors math
Roadmap
- dive into the source code and complete missing unit tests
- enhance SimpleDB and provide more features
- re-write in Golang: https://github.com/chaoyangnz/breezedb