Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-24T14:13:06.000Z (6 months ago)
- Last Synced: 2024-08-25T15:09:41.952Z (6 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 36
- Watchers: 4
- Forks: 8
- 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.