Skip to content
Pierre edited this page Jun 5, 2024 · 2 revisions

This project consists two main parts, see the infrastructure diagram for a high-level overview of how this fits together.

Backend process to store and retrive api data

  1. Create MongoDB database.
  2. Data loading process to load JSON files into MongoDB. <-- this is where we're at
  3. Sync with new files as they're added to the directory.

Front End Visualisation Framework

Clone this wiki locally