From 38515b5c270ec9a668ff912878530d7aa180b697 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 24 Jan 2024 11:01:36 -0600 Subject: fix: restructure project around the dash app --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 72d36f9..6610791 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ Data from the Omaha police department, used to analyze and visualize statistics. - [ ] Analysis script - [~] Visualization script - [ ] Build API to connect to database? + +## API + +For the time being, you can explore the database via API with +[sqlite2rest](https://github.com/nside/sqlite2rest): + +```sh +pip3 install sqlite2rest +sqlite2rest serve ./raw_data/ingress.db +``` -- cgit v1.2.3-70-g09d2