Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

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

Open
jimlindeman opened this issue Nov 12, 2014 · 1 comment
Open

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

jimlindeman opened this issue Nov 12, 2014 · 1 comment

Comments

@jimlindeman
Copy link

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
Copy link

madmaze commented Dec 11, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants