Skip to content

ADAMOS-PUBLIC/adamos-iiot-libraries-data-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADAMOS Data Transfer

Library that copies devices and sub-devices including their external IDs, measurements, events, alarms from a source tenant to a target tenant.

How to build the library

The library is built using Maven. Run mvn package to build a runnable jar containing all dependencies.

How to run the Library

Place the runnable jar together with a config.properties file in the same directory. Add the following parameters to config.properties:

  • sourceUrl: URL of the source tenant (e.g. https://..com)
  • sourceUsername: username of a user that can access the source tenant
  • sourcePassword: password of user specified with sourceUsername
  • targetUrl: URL of the target tenant (e.g. https://..com)
  • targetUsername: username of a user that can access the target tenant
  • targetPassword: password of user specified with targetUsername

To run the library call java -jar <jar-file> [deviceId].

About

Transfer devices and all related data from one tenant to another tenant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages