Alibaba Cloud is a cloud platform provided by Alibaba. This platform provides a wide variety of cloud services such as web hosting, elastic computing, big data analytics or database services.
In this case, the data is stored in a MongoDB database. More information about this service can be found through the following link: www.alibabacloud.com/product/apsaradb-for-mongodb.
Neither MongoDB nor Alibaba Cloud requires to register your Meshlium devices; the data will be dumped into the database regardless of the device who makes this operation.
In order to synchronize the local data of your Meshlium device with Alibaba Cloud, you should create a MongoDB database on Alibaba Cloud. Once created, you will be provided with a host, port, user and password, which allows you to access to your MongoDB shell.
Then, you will need to create a MongoDB database and a collection inside this database. This can be done in different ways, the easiest one is to connect to your MongoDB shell using the credentials obtained in the previous step (https://docs.mongodb.com/tutorials/connect-to-mongodb-shell/) and then create the database and the collection (https://docs.mongodb.com/manual/core/databases-and-collections/). Notice that it does not matter how you create or configure your collection or database, the connector will only attempt to dump the data to the given database and collection without any further check-ins.
In the Configuration panel, the user can set:
Finally, click on the "Save" button for storing the configuration fields.
Once configured the connector, the user can launch the Meshlium Dummy script (Start button). The program will search for the received frames on the local database, and will send them to Alibaba Cloud. The status indicator displays the current state, saying "Running" or "Stopped".
You can stop the Alibaba program anytime clicking on the "Stop" button.