Skip to content

Manage event data stream from DB #42

@oubiwann

Description

@oubiwann

We need to create a new server in the mush supervision tree that manages event data.

Blocks #39

Depends upon: #40, #41

Tasks:

  • Examine simple pubsub options for Erlang apps
  • Implement a server based upon @rvirding's chat_demo (linked above)
    • just support running within a single node / release
    • provide an API for:
      • processes to subscribe to events
      • processes to receive events
      • processes to unsubscribe from events
    • integrate within existing supervision tree for hxgm30.mush or hxgm30.store
  • Listen for DB changes
  • Parse the results
  • Perform actions based upon these (update game state? send messages to users? iow, utilize pubsub)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions