atra2396 / READUS

Aggregate and link README files across all of your repositories
GNU General Public License v3.0
0 stars 0 forks source link

Implement persistent storage #3

Open atra2396 opened 4 years ago

atra2396 commented 4 years ago

Goal

Provide READUS with a real persistent storage layer

Details

I don’t care much what DBMS is chosen, as its details should be abstracted away behind the existing repository pretty well. The valuable data will be text blobs and images, so a NoSQL store of some flavor might be the best bet. I would not be opposed to implementing a few back ends and seeing which ones work well for us (ex. A “Mongo” project and a “MySQL” project both in the same PR).

Requirements