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 🚋
- Host: GitHub
- URL: https://github.com/enso-org/tutorial_trams
- Owner: enso-org
- License: mit
- Created: 2021-01-24T10:31:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T16:32:35.000Z (over 4 years ago)
- Last Synced: 2025-04-30T11:23:35.667Z (9 months ago)
- Topics: enso, tutorial, visual-language
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorial: Trams
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).