<@U1BMD3T29> Shoebox is sort-of a persistent stora...
# kweb
i
@arocnies Shoebox is sort-of a persistent storage abstraction layer. Currently it has in-memory and filesystem back-ends. For production use we can add back-ends for other forms of persistent storage like databases. The only thing is that whatever form of persistent storage we use, it needs to support the observer pattern (ie. it can notify you when some data in the DB changes)