Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.