The project is focused on the comparison of basic performance between NoSQL and SQL databases. The general operations include inserting, deleting, reading and updating, the speed at which a database executes basic operations is measured. The targeted DBs include Redis, SQLite, PostgreSQL, and BerkeleyDB.
The project is written in C on Linux.