wtorek, 12 stycznia 2016

couchdb - sit and relax on your couch!

Moved by need I have met CouchDb
Pretty nice and easy, to be up and running it took 5/10 minutes, and then after short walktrough I was able to build my own database and feed it with my own data, clicking on Futon GUI
http://docs.couchdb.org/en/1.6.1/intro/futon.html
The idea behind the Couch is view-driven. You put your documents and then take them out through views written in js. As for now OK. I think it may be a good choice concerning the "thought container".
Of course switching to NoSQL solutions requires also switching of your mind attitude. Some things are possible and easier, but other are harder. For instance such an easy task as timestamp auto generation needs some complicated hacks in Couch. But you wanted that!
What is nice all of this works as REST service. So is easily consumable. Apart from that there is nice javascript client that I could use also.
https://wiki.apache.org/couchdb/Getting_started_with_JavaScript

Brak komentarzy:

Prześlij komentarz