Skip to content

event propagation #17

@DAC098

Description

@DAC098

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

No one assigned

    Labels

    dbtickets related to the db moduleenhancementNew feature or requestservertickets related to the server module

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions