Skip to content

nisbus/couchdb_odata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A show and a list to serve your data from couchdb as an OData feed.

==HowTo==

I've uploaded a complete design document to cloudant at http://nisbus.cloudant.com/odata/_design/odata/
Copy that to your db, add views if you like to filter your data.
Your OData service will now live here:

http://localhost:5984/yourdb/_design/odata/_show/odata_service/_design/odata

You can now point anything that is able to consume odata feeds to this location (ex. powerpivot for Excel) and browse through your couchdb data.

About

OData conversion of your couchdb data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published