/igloo-stack

a toolkit to build and deploy data-intensive apps

Primary LanguageRustMIT LicenseMIT

Igloo-stack

Supports Linux and MacOS

Generate a new igloo project

$ npx create-igloo-app

Install the CLI (Node)

$ npm install -g @514labs/igloo-cli

Config file

The config file is located in ~/.igloo-config.toml

You can create one with the following content

# Feature flags to hide ongoing feature work on the CLI
[features]

# Coming soon wall on all the CLI commands as we build the MVP.
# if you want to try features as they are built, set this to false
coming_soon_wall=true