Joseph
Henry

Harvest

GitHub logo

Harvest is a front-end application that displays useful statistics for Pixar's Tractor render farm.

This project was started at ArtFX Montpellier in 2021.

The need for supervisors and artists was to have useful insights about who is using the farm, inspecting the status of computers and have an history of those data.

Harvest is built upon the great Recharts library which is a React library for doing all sorts of charts and graphics.

Harvest is also connected to FOG (computer managment system for ITs) and allows to see the status of all the computers on the farm:

Harvest is connected to the backend API (made by Simon Lambin) which gather data from Tractor and stores it in a PostgreSQL database with Prisma (Typescript ORM).