From dee31416c456401261725d6338e44f456e53a41c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 19 May 2021 14:53:29 +0200 Subject: [PATCH] More info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c642d7d..d3359d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # foodsoftstats -More insight into the Foodsoft database. +More insight into the Foodsoft database. The approach here is (because we're not Ruby programmers) that we're doing a MySQL database dump of the Foodsoft database (live @ [foodsoft.biobulkbende.org](https://foodsoft.biobulkbende.org)) and then loading that dump locally. Then, using [sqlacodegen](https://github.com/agronholm/sqlacodegen) to generate Python-based API bindings so we can write scripts to learn more about what is happening in the database (e.g. what products from which suppliers were never ordered?). ## Hacking