Home > Backend Development > Python Tutorial > lowCalProj Update 1

lowCalProj Update 1

Barbara Streisand
Release: 2024-11-25 16:12:10
Original
269 people have browsed it

lowCalProj Update 1

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.

The above is the detailed content of lowCalProj Update 1. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template