PelionIoT / mbed-cloud-tutorial-python-influxdb

1 stars 0 forks source link

Allow multiple Mbed Cloud accounts #5

Open janjongboom opened 6 years ago

janjongboom commented 6 years ago

Useful for a workshop where everyone has their own Cloud account.

The app should have a way to support multiple Cloud accounts. Maybe have a little web interface where you can put your API Key in, and then it will subscribe for you.

Maybe out of scope for this project.

mbartling commented 6 years ago

I think this is out of scope of the project. The purpose of this tutorial is to showcase a workflow for "deploying" analytics that interface with mbed-cloud. In this respect, each user should run the code independently. However, it would be pretty easy to extend this tutorial to a hosted setup for multi user, but I am not convinced of the story.