More info

This commit is contained in:
decentral1se 2021-05-19 14:53:29 +02:00
parent 0291022edd
commit dee31416c4
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -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