https://github.com/redplanetlabs/rama-examples
Examples from the Rama documentation
https://github.com/redplanetlabs/rama-examples
Last synced: 3 months ago
JSON representation
Examples from the Rama documentation
- Host: GitHub
- URL: https://github.com/redplanetlabs/rama-examples
- Owner: redplanetlabs
- License: apache-2.0
- Created: 2023-08-20T00:40:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T17:16:05.000Z (4 months ago)
- Last Synced: 2025-03-27T06:12:11.796Z (3 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rama-examples
This repository contains examples from the [Rama documentation](https://redplanetlabs.com/docs/~/index.html). To see short, end-to-end, thoroughly commented examples of using Rama check out [rama-demo-gallery](https://github.com/redplanetlabs/rama-demo-gallery).
Rama currently only works on macOS or Linux and doesn't work on Windows.
As explained in the docs, you can start a Groovy REPL with:
```
mvn compile
mvn gplus:shell
```This is a great way to run the examples or experiment.
Please note: you should use Java 17 or below in order to avoid problems running the Groovy REPL.