akvo / akvo-notifications

Turns business events into user notifications
GNU Affero General Public License v3.0
1 stars 1 forks source link

Implement a durable store #21

Closed iperdomo closed 6 years ago

iperdomo commented 10 years ago

The current state of the projects uses an atom for simulating a datastore.

We want to implement a <key,value> store but that is durable across service restarts. It seems that an easy way is to use MVStore from H2 database. http://www.h2database.com/html/mvstore.html

This solution needs to be revisited when we have a Datastore Service