mchozhang / SinsOnTwitter

4 stars 3 forks source link

Learn couchDB views #21

Open Arufu opened 5 years ago

Arufu commented 5 years ago

Learn how to write couchDB views using Map/Reduce approach. The official language for this is JS, but it can be done using python with https://github.com/djc/couchdb-python, albeit fewer examples/documents available.