Historical Datastore (HDS) migration tool is a command line tool used to migrate data from one HDS to another.
Compile and Run from Source
In order to compile, you need go in your system. If you have it, please follow the following instructions:
- Clone the repository
git clone https://github.com/linksmart/hds-migrator.git
- cd to the directory and build the code
go build -o hds-migrator
- Execute the command
hds-migrator http://source.example.com http://dest.example.ceom
Contributing
Contributions are welcome.
Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.