-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
dbtickets related to the db moduletickets related to the db moduleenhancementNew feature or requestNew feature or requestservertickets related to the server moduletickets related to the server module
Description
create an event system for the server to allow notifying outside systems about changes. initial implementation would allow for specifying http server endpoints for the desired events available.
storage events /storage
- created
- updated
- deleted
fs events /fs
- created
- updated
- deleted
- child_created
- child_updated
- child_deleted
user events /user
- created
- updated
- deleted
storing the events in the database is going to be simple for storage and user since those will not have as much activity compared to /fs. still not sure what that will look like but changes will have to be made to the database.
this list will probably be updated with new events
Metadata
Metadata
Assignees
Labels
dbtickets related to the db moduletickets related to the db moduleenhancementNew feature or requestNew feature or requestservertickets related to the server moduletickets related to the server module