Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.33 KB

Rhino Sample Project

Sample project to play around or as basis to build upon. To check out the project:

$ git clone [email protected]:ryos-io/rhino-hello-world.git

to build the project, use :

$ cd rhino-hello-world
$ mvn clean install

Import the project to your IDE from existing resources. Before you run the sample simulations, start InfluxDB and Grafana by hitting the docker-compose command:

$ docker-compose up

You can access Grafana on http://localhost:3000/ with the default username:password = admin:admin.

Screenshot 2020-09-13 at 00 22 16

After the first login on Grafana, there is no measurement yet. Now, you can go back to your IDE and run the ExtractInformationWithMapTest :

Screenshot 2020-09-13 at 00 26 46

Rhino will create a new Grafana dashboard for the simulation execution, and you can observe the incoming simulation execution metrics:

Screenshot 2020-09-13 at 00 29 33