Skip to main content

1. Source to Dashboard on Rill Cloud in 6 Steps

prerequisites

You will need to install Rill.

The goal of this six part tutorial is to get started with Rill and deploy your project to Rill Cloud. Upon deployment, your 30 day trial will start. The basics course prepares you for the Advanced Features Course that builds on top of this project. Let's get started.

Start Rill Developer

rill start my-rill-tutorial
tip

While we support macOS and Linux, you can also get Rill Developer running on Windows machine via WSL. If you are having any issues installing and/or starting Rill, please see our installation page.

After running the command, Rill Developer should automatically open in your default browser. If not, you can access it via the following URL:

localhost:9009

Let's go ahead and select Start with an empty project.

Where am I in the terminal?

You can use the pwd command to see which directory in the terminal you are.
If this is not where you'd like to make the directory use the cd command to change directories.

What is Rill Developer?

Rill Developer is used to develop your Rill project as editing in Rill Cloud is not yet available. In Rill Developer, you will create connections to your source files, do some last mile ETL, define metrics in the metrics layer and finally create a dashboard. For more details on the differences between Rill Developer and Rill Cloud, see our documention, here.