deconst / content-service

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

Store metadata envelopes in MongoDB #24

Closed smashwilson closed 8 years ago

smashwilson commented 9 years ago

This should be faster than Cloud Files for straight document retrieval, which is (I suspect) the biggest impediment to page render time in our current architecture.

Another option would be to use ElasticSearch.

smashwilson commented 8 years ago

This was done in #51.