Hacker News new | ask | show | jobs
by avinassh 1461 days ago
If you like databases, you can start exploring the internals and write one! There is no going back once you dig deep into the storage internals, KV stores, and distributed systems.

plug: I made an educational project which can help you write a database in python, from scratch - https://github.com/avinassh/py-caskdb

1 comments

This looks very interesting. Thanks!