Replies: 2 comments
|
Looks like the necessary files are to big for the free plan of supabase. |
0 replies
|
The full dataset includes hundreds of thousands of branded products that would exceed Supabase's 500 MB free limit. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to self-host OpenNutriTracker and I've set up my own Supabase project. I can see the app uses Supabase as a FDC food database (fdc_food, fdc_portions, fdc_nutrients tables), but I can't find any documentation on how to populate these tables.
Could you provide:
The database schema (table structure)
How to import the USDA FDC data into Supabase
Any migration scripts used
All reactions