- Implement a government land/property database, that tracks the history of purchases of a property, current owner. Bonus: Implement role based permission to secure the data.
Hint: Implement a ledger db using normal RDBMS. A ledger DB tracks addition, updatation and deletion of data in a irrefutable way. Design a db that can audit and verify state of db to be accurate and tamper-proof.