/artikcloud-cloudconnector-sdk

The SDK to create a Cloud Connector Data source for ARTIK Cloud

Primary LanguageHTMLApache License 2.0Apache-2.0

ARTIK Cloud Cloud Connector SDK

Build Status

Background

A device can send its data directly to ARTIK Cloud via API calls. However, some devices already send data to a third-party cloud. In this case, ARTIK Cloud can use the device's cloud, rather than the device, as the data source. You can build what we call a Cloud Connector to bridge ARTIK Cloud to the third-party cloud. ARTIK Cloud can then retrieve the device's data from that cloud.

This repository hosts the Cloud Connector SDK. You can write Cloud Connector Groovy code using this SDK.

What is included in this repository?

  1. libs: SDK libraries
  2. apidoc: Cloud Connector SDK API documentation
  3. template: A template project. You can build and test your own Cloud Connector code based on it.