historical-datastore

command module
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2019 License: Apache-2.0 Imports: 29 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package aggregation implements Aggregation API
Package aggregation implements Aggregation API
Package data implements Data API
Package data implements Data API
Package registry implements Registry API
Package registry implements Registry API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL