DEV Community

Kazi Priom
Kazi Priom

Posted on • Edited on

lowCalAlt_update1

So far, my concern has been to look for databases for common and branded foods. I found out a few things:

  1. The US Department of Agriculture has a database of foods called: FoodData Central. Issue: the information is not stored as a relational database. This makes querying very difficult if you want a specific name, nutrient, etc.
  2. Nutritionix has a relational database of food, and this will probably be my solution.

I'm currently trying input all the necessary Nutritionix information into my PostgreSQL server. Information is spread across different CSV files, so its been a little difficult.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay