Persistence - aeden/eventbus GitHub Wiki

The persistence mechanism is not yet implemented. There are several possible directions:

  1. Delegate message queuing to a distributed queue that deals with persistence
  2. Use a data store
  3. Implement something custom

Use a distributed queue

Use a data store

SQL databases:

  • PostgreSQL
  • MySQL

No-SQL databases:

  • Cassandra
  • MongoDB
  • LevelDB
  • RethinkDB
  • Redis