I made some additions tomy XPages sample app that I am using to understand and demonstrate the usage of IBM Cloudant within XPages.
I am not fully there yet where I want to be, but it is a work in progress. During development I noticed a couple of things:
Cloudant’s Lite Pricing Plan has itslimitations Migrating Notes documents to Cloudant goes fast enough. A set of 10 thousands of simple, small documents takes just a couple of seconds. Loadingthe same amount of documents into XPages e.g. a Repeat Control and navigate between sets via a Pager control has some delay time. This could be due the limitations of my local applicationserver.The code is available on Github .
