POCAPI (Proof-of-concept API)#
This is a tiny lil NoSQL database runtime for short-lived projects and proof-of-concepts!
If you are hacking together webscrapers or doing other kinds of data mining, it would often be useful to have a DB, but that takes lot of boilerplate (and mental effort) to set up. POCAPI makes it more manageable to just store and query json, by hooking up the excellent jq JSON query language to a simple web API surface. This is perfect for weekend hacking and building demos!