raystack/raccoon

Add support for HTTP

ravisuhag opened this issue · 0 comments

Raccoon only supports data ingestion through WebSockets. It can be extended to support HTTP interface as well. Raccoon should provide an interface to extend its APIs to any protocol.

One possible suggestion is:
api/ http websocket grpc ...