Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weikunwang committed Mar 11, 2015
1 parent 8bcec45 commit 8cd7184
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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-<version>.jar hdbIP interval
```
where hdbIP is the IP of the Monitoring History DB and interval is the time interval to obtaining the data.

0 comments on commit 8cd7184

Please sign in to comment.