- sbt 0.13
- Executable generator-linux-amd64 (or relevant binary for your OS)
In cloned repo run sbt complie
- Have the generator binary in your working directory
- Run
sbt run
- Hit Enter to stop running
- Event type statistics:
curl http://localhost:8080/event-type
- Event type count for specific event:
curl http://localhost:8080/event-type/<event_id>
- Data statistics:
curl http://localhost:8080/data
- Data count for specific data:
curl http://localhost:8080/data/<data>