Skip to content

ryos-io/rhino-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages