news icon indicating copy to clipboard operation
news copied to clipboard

Local Storage Version

Open dvn0 opened this issue 4 years ago • 0 comments

I am excited to base a project on this work, so I was curious if you had any intention to add support for local storage.

Then I found your comment on another issue:

Right now the database is dependent on Firestore in GCP so there's not much value in running a local instance other than for development. I'm gonna work on implementing a local storage version so that it's runnable locally soon though!

Originally posted by @arussellsaw in https://github.com/arussellsaw/news/issues/7#issuecomment-754623865

What do you have in mind? Do you have any un-pushed work on this already, perhaps?

SQLite or PostgreSQL would be an option I would consider if I were to do this myself. However simply using directories on the filesystem could be a viable option, as well.

dvn0 avatar Feb 12 '21 20:02 dvn0