LdDl / odam

ODAM - Object detection and Monitoring
Apache License 2.0
32 stars 4 forks source link

[FEATURE REQUEST] Pub/Sub event system #18

Open LdDl opened 3 years ago

LdDl commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to see pub/sub event system via gRPC What is event in this context? Well, it just information about detected objects in certain moments of time. Currently I see next possible events:

Describe the solution you'd like We need to make minimum valuable pub/sub system for client-side. So we need to:

Describe alternatives you've considered

Additional context Summary workflow for clients will be like:

  1. Client connects to software instance
  2. Client subscribes to events (may be with some filters turned on)
  3. ODaM sends events to every subscribed client.

Also it will be needed an example of client-side (may be even for different programming languages)