Update home authored by Federico Sismondi's avatar Federico Sismondi
......@@ -82,6 +82,17 @@ The following table describes which partners have managed to test successfully c
[Q] Do we need to install the platform (the part with docker) if we want to run the SDK? \
[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?
[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?
[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 :)
## TODO :
- fill in PRODUCTION row after testing services are reachable (SIMAVI)
- Include section about maintainance , e.g. data base backups and restoring (UDGA)
......
......