diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e48100 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# modaclouds-hdb2ldb +This component is to transfer data from the History DB to the Locan DB. + +To use it, first download and install Fuseki, which can be found in http://jena.apache.org/documentation/serving_data/ +## How to run + +``` +java -jar hdb2ldb-.jar hdbIP interval +``` +where hdbIP is the IP of the Monitoring History DB and interval is the time interval to obtaining the data.