Hacker News new | ask | show | jobs
by abdusco 1874 days ago
Check out datasette. It helps you explore a SQLite database, and exposes an JSON API with almost no configuration. It has a GraphQL plugin if that's your thing.

All you have to do is dump your data into a SQLite database and serve it with datasette.