YACS-RCOS / yacs

Yacs - The Scheduler for Everyone
https://yacs.io
GNU Affero General Public License v3.0
68 stars 58 forks source link

Event Stream API #243

Open Bad-Science opened 7 years ago

Bad-Science commented 7 years ago

This issue requires the creation of a new JSON Websocket API where clients can subscribe to receive live updates about the state of the database. The structure of the event JSON will be added here soon.

Examples of events include:

The motivation for this is to allow for the creation of internal and external services that need to be in sync with the core database. The following clients of this API have been proposed:

copperwater commented 7 years ago

Also see #2