0.3.65 • Published 3 months ago

@514labs/igloo-cli v0.3.65

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Igloo CLI

The Igloo CLI is your entrypoint to a seamless, local development experience for you data-intensive application. It's written in rust and supports building applications in TypeScript and Python.

Installation

Before getting started you'll need to install some dependencies on your machine:

  1. Python or Node
  2. Docker

The Igloo CLI is available as an NPM or Pip package. To install the CLI, run the following command:

npm install -g @igloo-kit/cli

Usage

The Igloo CLI is a command-line tool that allows you to create, manage, and deploy your Igloo applications.

Creating a new application

To create a new application, run the following command:

igloo init

This will prompt you to enter a name for your application. Once you have entered a name, the CLI will create a new directory with the name you provided and scaffold out a new Igloo application.

Application structure

The CLI will create the following files and directories:

├── .igloo
│   ├── .clickhouse
│   ├── .redpanda
│   └── ...
├── .gitignore
├── README.md
├── package.json or requirements.txt
├── app
│   ├── index.ts or index.py
│   ├── dataframes
│   │   └── ...
│   ├── flows
│   │   └── ...
│   ├── ingests
│   │   └── ...
│   ├── insights
│   │   ├── dashboards
│   │   ├── metrics
│   │   ├── models
│   │   └── ...
│   └── utils
app directory

The app directory contains all of the code for your application. This includes all of the dataframes, flows, ingests, and insights that make up your application. This directory is where you will spend most of your time developing your application.

.igloo for contributors only

The .igloo directory contains all of the configuration files for an application. This includes configuration for the local state of the application as well as any required local infrastructure. This directory is only used by contributors to the application and should not be committed to source control. Modifying files in this directory may cause unexpected behavior.

Running your application in development mode

To run your application, run the following command:

igloo dev

This will start all of the required infrastructure and run your application in development mode. You can now make changes to your application and see them reflected in real-time.

Seeing your application in action

Once your application is running, you can see it in action by navigating to the following URLs:

The console

The console is a great way to see the data flowing through your application. It allows you to see the data flowing through your application in real-time and interact with the objects you've created. You can also use the console to run queries against your application's data.

0.3.64

3 months ago

0.3.63

3 months ago

0.3.65

3 months ago

0.3.62

3 months ago

0.3.61

3 months ago

0.3.60

4 months ago

0.3.59

4 months ago

0.3.58

4 months ago

0.3.57

4 months ago

0.3.56

4 months ago

0.3.55

4 months ago

0.3.54

4 months ago

0.3.53

4 months ago

0.3.52

4 months ago

0.3.51

4 months ago

0.3.50

4 months ago

0.3.49

4 months ago

0.3.48

4 months ago

0.3.47

4 months ago

0.3.45

4 months ago

0.3.44

4 months ago

0.3.43

4 months ago

0.3.42

4 months ago

0.3.39

4 months ago

0.3.41

4 months ago

0.3.40

4 months ago

0.3.38

4 months ago

0.3.37

4 months ago

0.3.36

4 months ago

0.3.35

4 months ago

0.3.31

5 months ago

0.3.33

5 months ago

0.3.32

5 months ago

0.3.20

6 months ago

0.3.23

5 months ago

0.3.22

5 months ago

0.3.21

6 months ago

0.3.19

6 months ago

0.3.18

6 months ago

0.3.6

6 months ago

0.3.8

6 months ago

0.3.7

6 months ago

0.3.9

6 months ago

0.3.17

6 months ago

0.3.16

6 months ago

0.3.15

6 months ago

0.3.14

6 months ago

0.3.13

6 months ago

0.3.12

6 months ago

0.3.11

6 months ago

0.3.10

6 months ago

0.3.5

7 months ago

0.3.4

7 months ago

0.3.3

7 months ago

0.0.2-BUILD.29

7 months ago

0.0.2-BUILD.82

7 months ago

0.0.2-BUILD.81

7 months ago

0.0.2-BUILD.80

7 months ago

0.0.2-BUILD.79

7 months ago

0.0.2-BUILD.78

7 months ago

0.0.2-BUILD.77

7 months ago

0.0.2-BUILD.76

8 months ago

0.0.2-BUILD.75

8 months ago

0.0.2-BUILD.73

8 months ago

0.0.2-BUILD.72

8 months ago

0.0.2-BUILD.71

8 months ago

0.0.2-BUILD.70

8 months ago

0.0.2-BUILD.68

8 months ago

0.0.2-BUILD.65

8 months ago

0.0.2-BUILD.64

8 months ago

0.0.2-BUILD.63

8 months ago

0.0.2-BUILD.62

8 months ago

0.0.2-BUILD.61

8 months ago

0.0.2-BUILD.60

8 months ago

0.0.2-BUILD.59

8 months ago

0.0.2-BUILD.58

8 months ago

0.0.2-BUILD.57

8 months ago

0.0.2-BUILD.56

8 months ago

0.0.2-BUILD.55

8 months ago

0.0.2-BUILD.54

8 months ago

0.0.2-BUILD.53

8 months ago

0.0.2-BUILD.52

8 months ago

0.0.2-BUILD.51

8 months ago

0.0.2-BUILD.46

8 months ago

0.0.2-BUILD.45

8 months ago

0.0.2-BUILD.44

8 months ago

0.0.2-BUILD.43

8 months ago

0.0.2-BUILD.42

9 months ago

0.0.2-BUILD.41

9 months ago

0.0.2-BUILD.40

9 months ago

0.0.2-BUILD.39

9 months ago

0.0.2-BUILD.38

9 months ago

0.0.2-BUILD.37

9 months ago