Harvest

Harvest is a statistics dashboard and API for Pixar's Tractor render farm.
Harvest consists of two main repositories:
- The front-end application written in React: 
harvest-ui - The backend API written in Typescript with Prisma: 
harvest-api 
API​
Harvest has a REST API accessible at http://harvest.preprod.silex.artfx.fr/api/, here are the current routes:
{
  "/history/project-usage",
  "/history/blade-usage",
  "/current/blade-usage",
  "/current/project-usage",
  "/info/compute-time",
  "/info/projects",
  "/info/blades",
  "/info/running-jobs",
  "/info/jobs-per-owner",
  "/history/jobs-per-owner",
  "/info/jobs-per-project",
  "/fog/groups",
}