Leading Database, Indexers, Storage, Remoting...
Platform Services
Database and Datasource Service
BlueNimble support major databases through specification to avoid code change when moving an application from an environement to another.
For document databases. Mongodb, Couchdb and Orientdb are supported out-of-the-box. You can add other vendors by implementing the Database Feature plugin.
Storage Service
Supports POSIX complaint FileSystem - openstack, vmware, S3 and other blob storage services could be used through interface
Indexer Service
ElasticSearch is supported. You can implement your own Indexer using feature plugin.
Remoting Service
Supports HTTP and Binary protocol to integrate with peer-to-peer and REST/SOAP services. To support additional protocols, such as COAP, You can extend or implement a new Remoting plugin
Scheduler Service
Schedule cron jobs to execute services in your apis, such as data collection, aggreagation for machine learning purposes.
Push Notifications and Emailer Service
Send emails and push notifications from your applications and CLI without the need to configure or manage connectivity nor providers.