Converting nested JSON to sqlite/datasette #1644
Unanswered
kindly
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on a tool flatterer. Its aim is to make coverting nested JSON structures to some useful relational format quickly and easily. This is becomming a more common task now as APIs and publications are more often in JSON.
This is a notebook demonstrating how you would use it to quickly transform nested JSON data to produce a sqlite file for use in datasette.
There is also a web interface for experementing with some of its options which can also produce a sqlite database.
It can be used as python library (even though the core is rust) so it may make a useful addition to the tools surrounding datasette.
Beta Was this translation helpful? Give feedback.
All reactions