Skip to content

event propagation #17

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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