wandersoncferreira / mamulengo

Lightweight database based on datascript with durable store and time travel for Clojure(Script)
Eclipse Public License 2.0
51 stars 3 forks source link

Implement Firebase as durable-storage #23

Open wandersoncferreira opened 4 years ago

wandersoncferreira commented 4 years ago

Let's build firebase as a durable-storage: https://github.com/crisptrutski/matchbox

jeroenvandijk commented 4 years ago

Maybe this is useful as example https://github.com/panterarocks49/datascript-firebase

knubie commented 4 years ago

Couchdb/Pouchdb is a nice open source alternative to firebase as well.

wandersoncferreira commented 4 years ago

I would prefer to use an open-source alternative. Thanks for pointing it out @knubie