mtlynch/whatgotdone

Add an implementation of datastore.Datastore that supports offline development

mtlynch opened this issue · 1 comments

Currently, the only implementation of the datastore.Datastore interface is the firestore package. This depends on Google Cloud Firestore, which is nice in production, but makes it difficult for new developers to get up and running quickly.

I'd like to add an implementation that uses redis so that it's easy to set up a local development server without any dependency on a live external server.

Fixed in #346