a simple NoSQL runtime for small demos and proof-of-concepts
Python 99.8%
Other 0.2%
1 1 0

Clone this repository

https://tangled.org/garrison.tngl.sh/pocapi
git@tangled.org:garrison.tngl.sh/pocapi

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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!