Development - acstech/doppler-events GitHub Wiki

Data Constraints

Once an instance of Doppler-Heatmap is standing and listening for data, developers can send it event data using the defined gRPC functions.

doppler-events/rpc/eventAPI contains specifications for understanding how to call the API. Check the comments in /eventAPI.proto

To view debugging output while testing, run docker-compose logs doppler-events in a terminal.