Using cloudantStorage.js in 'storageModule' config option

I'm looking to port the existing cloudStorage.js option to the latest version of NR and wanted to know whether it is likely to work as-is within the 'storageModule' config option:

storageModule: require("cloudantStorage");

I am aware that it will need packaging as a module before I can do this, but wanted a view as to whether the code already has the functions needed (realistically this is probably a question for @knolleary as it's his code and is probably only used within IBM).

Thanks

Hi @hammoaj

It should just work as is. The storage plugin APIs haven't changed for years.

Nick

Thanks Nick

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.