951
edits
(Add jsonl export and examples with jq) |
(Add jsonl link and documentation) |
||
Line 18: | Line 18: | ||
==== The MongoDB daily export ==== | ==== The MongoDB daily export ==== | ||
It represents the most complete data; it's very big and you have to know how to deal with MongoDB. | It represents the most complete data; it's very big and you have to know how to deal with MongoDB. | ||
==== The jsonl daily export ==== | |||
While still undocumented, there is a daily export of the whole database in jsonl format. It represents the same data as the MongoDB export. It's very big! More than 17GB uncompressed. | |||
You can find it at https://static.openfoodfacts.org/data/openfoodfacts-products.jsonl.gz | |||
==== The CSV daily export ==== | ==== The CSV daily export ==== |