Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
/ hds-migrator Public archive

Command line tool to migrate Historical Datastore (HDS) data

License

Notifications You must be signed in to change notification settings

linksmart/hds-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Historical Datastore (HDS) Migration tool

Historical Datastore (HDS) migration tool is a command line tool used to migrate data from one HDS to another.

Run the Binaries

Download the binary from the release Execute the binary:

>hds-migrator-<os>-<arch>.[exe] http://source-hds.example.com http://dest-hds.example.ceom

Compile and Run from Source

In order to compile, you need go in your system. If you have it, please follow the following instructions:

  1. Clone the repository
git clone https://github.com/linksmart/hds-migrator.git
  1. cd to the directory and build the code
go build -o hds-migrator
  1. Execute the command
hds-migrator http://source-hds.example.com http://dest-hds.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.