CyStore API - CyComponent/CyFramework GitHub Wiki
This document details exactly what it means to be a CyStore. It's the interface one must implement in order to make a Store compatible with the CyFramework and related tools.
Currently, it's a very easy API to implement. You simply need to export a stores object, with all the stores you'd like added to the CyFramework.
Exports
####Stores Value: An object with store names as keys and store objects as values.