cloudant-labs / cloudant-python

Asynchronous Cloudant / CouchDB interface for Python
http://cloudant-labs.github.io/cloudant-python/
37 stars 17 forks source link

Looking for fully built examples that use cloudant-python #50

Open jimlindeman opened 9 years ago

jimlindeman commented 9 years ago

The readme needs an examples link to other public projects that are using this library. For example, I'm trying to figure out how to create a app that uses this library that can create records like: { "name": "...", "tenant_id": "...", region_type": "...", } and define views and searches on the fields of those entries (like all records where tenant_id = "12345").

I think what I'm trying to do is rather basic but its just not intuitive to someone who hasn't worked with CouchDB before, which is why I'm looking for sample apps using this library to walk through.

madmaze commented 9 years ago

Agreed, i am here to request the same, I have worked with the couchdb-python before and that at least seemed to have a .query() function. I had to go through the test source to find some basic usage.