Anatomy of a Nimbus Project
Since nimbus was designed to provide a full cloud platform. There are various components you will need to get familiarized with. Here's the monorepo structure:
backend - contains the nimbus cloud platform executable and config files necessary for running the platform in development mode
functions - contains the python code for the data pipelines
frontend - contains the frontend (typescript + nextjs) project
Last updated