项目作者: mindsphere

项目描述 :
Python tool set for mass importing, exporting, mapping and deleting MindSphere data models using csv-files as exchange format.
高级语言: Python
项目地址: git://github.com/mindsphere/dataModelHandler.git
创建时间: 2021-05-17T13:35:29Z
项目社区:https://github.com/mindsphere/dataModelHandler

开源协议:MIT License

下载


dataModelHandler

This is an application that allows to import, export and delete MindSphere data models using csv-files as exchange format.

Additionally mass agent creation, deriving of device-assets and mapping is fully supported.



For now, the mode of operation has to be specified for a script run using the config-file or during execution

The four possible modes are: import, export, delete, agents

How to use it

This is a Python 3.x application. To start it make sure that a valid configuration file is sitting in the root folder and then just run main.py
E.g. python main.py

You might need to install the requests module previously using e.g. pip install requests

Example

An example for a configuration file can be found in the folder
/inputFiles/MassOnboardingExample/config-MassOnboardingExample.ini


Additionally a short “How To” is sitting within the same folder explaining how to use that example:
/inputFiles/MassOnboardingExample/_HowToUseThisExample.txt