They say you should never write your own database. So what did I do?
To be fair, it’s more accurate to say that I wrote a data compiler. Let me explain myself after that unsettlingly clickbaity title… I’m currently contracted on a project that requires the ingestion and fast serving of public data. This data arrives in huge, unruly CSV and JSON files. The largest is a 30 GB JSON file. The files describe one-to-many relationships. One record carries many tags and many observations, each with its own set of attributes....