An open API service indexing awesome lists of open source software.

https://github.com/enso-org/tutorial_trams

Project files and data for the Trams tutorial 🚋
https://github.com/enso-org/tutorial_trams

enso tutorial visual-language

Last synced: 8 months ago
JSON representation

Project files and data for the Trams tutorial 🚋

Awesome Lists containing this project

README

          

# Tutorial: Trams


Watch on YouTube



In this tutorial you will:

- Read a data file containing JSON from your local machine.
- Parse the JSON to access and search the objects by property names.
- Clean and filter the data.
- Visualize the data in tables and maps.

## Prerequisites

- It is recommended that you follow the [Enso 101](https://github.com/enso-org/tutorial_101) tutorial before attempting this example.

## Using these project files

- Install Enso and put the binary in your PATH.
- Clone this directory to `~/enso/projects/`.
- Call Enso with `--project Trams_Project`.

## Next steps

If you have any questions about the tutorials or using Enso, join us in the [Enso Discord](https://discord.gg/enso).