niedziela, 10 stycznia 2016

how to store .. tags?

Some time ago I made little app which helps me a lot, my thoughts container,
First it's backend I based on Elasticsearch. Great tool, but as for now Elasticsearch is not a database, and there is no "security" layer built-in. So I need to switch.
My first shoot was MongoDb but wait, is this the only noSql provider ever? MongoDb has a nice PAAS tool but it is not wise to tie myself with solution only because I like some cloud... So I decided to compare Mongo with Couch, the similar solution

http://stackoverflow.com/questions/12437790/when-to-use-couchdb-over-mongodb-and-vice-versa

Some pros for Couch as for me are that it is possible to use REST directly, it is advised to use Couch when working with map-reduce. What's more I am going to make solution that user is frequently adding data. They say it is also safer solution.

I think I will try couch

Brak komentarzy:

Prześlij komentarz