issues
search
openfoodfacts
/
openfoodfacts-query
This extracts key product data from MongoDB into a Postgres database to speed up OFF
GNU Affero General Public License v3.0
1
stars
0
forks
source link
feat: Log events in a table
#57
Closed
john-gom
closed
2 months ago
john-gom
commented
3 months ago
Signed-off-by: John Gomersall
thegoms@gmail.com
What
Logs all product_updates_off events in a product_update_event table
Create a product_update_view VIEW which aggregates events by day and owner
Provides a read-only user named 'viewer', password 'off' to select from the view
Addresses
33
Part of
https://docs.google.com/document/d/1hjh1oHh5M27DX_YLE2aTZO7ndougik83HoTqAjhyh2M/edit
Signed-off-by: John Gomersall thegoms@gmail.com
What
Addresses
33
Part of