CouchDB: Creating a Pagination Index
I’m trying to create a pagination index view in CouchDB that lists the doc._id for every Nth document found.
Answer on ☞ stackoverflow. Not sure if paginating with CouchDB is leading to a similar solution.
Original title and link: CouchDB: Creating a Pagination Index (NoSQL databases © myNoSQL)