Update home authored by Federico Sismondi's avatar Federico Sismondi
......@@ -83,12 +83,11 @@ The following table describes which partners have managed to test successfully c
[A] Nope, you can either run the SDK requests against the development server.
2.
[Q] the WMS module and its associated ML algorithm (e.g. to predict weather values and send them to the platform) should be developed as a separate container? e.g. using wms_example as a starting point?
[Q] the WMS module and its associated ML algorithm (e.g. to predict weather values and send them to the platform) should be developed as a separate container? e.g. using wms_example as a starting point? \
[A] yep, you can use that as a starting point, WMS_example **only** exemplifies how to use the subscription feature or of the IoT platfrom though.. you will probably need more than that . E.g. consuming data from the historical API
3.
[Q] how to we integrate our module to the platform?
[Q] how to we integrate our module to the platform? \
[A] you can either push the code to the git repo (different branch from master) and provide the `Dockerfile` describing how to build and run the service, or you can push directly the docker image to dockerhub and then we will pull the image from there :)
......
......