Datasette¶
"An open source multi-tool for exploring and publishing data" - https://docs.datasette.io
Links¶
Examples¶
Start a server¶
If you're starting from scratch, just touch existing-file.db before running this. -o opens your browser automatically.
Ingest a json file¶
You can use sqlite-utils to ingest a json file into a sqlite table, which can then be explored in datasette