Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Development

bwornom7 edited this page Jul 11, 2018 · 3 revisions

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.

Clone this wiki locally