deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

[WIP] - hybrid storage 20180308 #125

Closed SlapBassist closed 6 years ago

SlapBassist commented 6 years ago

This PR provides a storage mode that uses local/remote mongo/elasticsearch while also using an in memory CDN. This allows for easier testing of mongo and elasticsearch upgrades. It does this by extending the remote storage prototype and then overriding the CDN functions so they are in memory.

fixes #126

robb-romans commented 6 years ago

This needs docs on what it is and when to use it. At minimum, update the README.