# README
Historical Datastore
Implementation of the Historical Datastore Service.
Code structure
The code consists of four packages locate at:
/
- implementation of a standalone service providing full API./registry
- implementation of Registry API/data
- implementation of Data API/aggregation
- implementation of Aggregation API
Compile from source
git clone https://code.linksmart.eu/scm/hds/historical-datastore.git src/code.linksmart.eu/hds/historical-datastore
export GOPATH=`pwd`
go install code.linksmart.eu/hds/historical-datastore
Run
Use -conf flag to set the config file path. If not set, ./conf/historical-datastore.json
will be used.
./bin/historical-datastore -conf historical-datastore.json
Development
The dependencies of this package are managed by dep.
# Packages
Package aggregation implements Aggregation API.
No description provided by the author
Package data implements Data API.
No description provided by the author
Package registry implements Registry API.
# Constants
disable timestamp in logs.
print extra information e.g.
No description provided by the author