#database_engine_java_wal_mvcc A database engine with common features of Btree, WAL, MVCC in Java language
##Implementation plan
- architecture desgin, documentation, testcases
- implement Btree, ServiceManager
- implement WAL feature
- implement MVCC feature (refactor code, Btree and Service Manager)
- test and wrap up
- implement in another language, cpp or go?