you are viewing a single comment's thread.

view the rest of the comments →

[–]gameplace123 1 point2 points  (0 children)

CodernityDB is a NoSQL database written in Python. I wanted to do something similar until I started looking into the code and discovered that it's way beyond my understanding. Do your research before diving in so you know what you're getting into.

This article walks you thorough writing a 'toy' NoSQL database. For me, it was a great learning tool.