Nimbus
  • Introduction
  • Learning Prerequisites
  • How to use this document
  • Getting Started
    • Environment Setup
    • Running Hello World
    • Understanding Application Architecture
    • Anatomy of a Nimbus Project
    • Project Control Documents
  • Frontend Development
    • UI Development Process
    • UI Component Documentation
  • Data Pipeline Development
    • Default Package Layout
  • Server-side Development
    • Creating the Application Data Architecture
    • Core API
      • Authentication
      • Files
      • Schemas
      • Tasks & Queues
      • Compute
  • Code Practices
    • Typescript GraphQL Patterns
    • Utilizing React Hook Forms
    • React Component Structure
    • Helper Tools
      • Data Generator
      • JWT Token Generator
Powered by GitBook
On this page
  • Why a cloud framework ?
  • A simple example on how nimbus can be used
  • Limitations

Introduction

NextLearning Prerequisites

Last updated 9 months ago

Nimbus the Aegion Dynamic's cloud platform that provides the framework, resources and reusable components that make it easy to develop SaaS applications. This document acts as the living document that can be used as a guide to the developer building applications on this platform while doubling as a blueprint for the design document.

TODO - Replace this with a Nimbus Specific Diagram

Why a cloud framework ?

90% of modern day SaaS applications solve the same problems. By creating a standard framework, we simplify the development lifecycle for projects and simplify the maintenance and security updates.

Our goal is to get to an MVP in < 1 week. We believe frameworks like nimbus will help us achieve that.

A simple example on how nimbus can be used

TODO: Add a simple example to show how we can leverage this

Limitations

TBA

A data fabric