Sign inSign up

oxisto/albiondata-sql

By oxisto

Updated about 9 years ago

Automated build of http://github.com/oxisto/albiondata-sql

Image
0

1.0K

oxisto/albiondata-sql repository overview

albiondata-sql

The albiondata-client pulls MarketOrders from the network traffic and pushes them to NATS, albiondata-sql dumps those from NATS to your SQL Database (one of "mysql", "postgresql" or "sqlite3").

Usage

Thanks to viper and cobra you have 3 ways to configure albiondata-sql.

1.) Traditional by configfile

Just copy albiondata-sql.yaml.tmpl to albiondata-sql.yaml and edit it.

2.) By commandline arguments

See the output of the help page ./albiondata-sql -h

3.) By environment variables

For example:

ADS_DBTYPE=sqlite3 ADS_DBURI=./sqlite.db ADS_NATSURL="nats://my-nats:4222" ./albiondata-sql 

Authors

René Jochum [email protected]

LICENSE

MIT

Tag summary

Content type

Image

Digest

Size

358.2 MB

Last updated

about 9 years ago

docker pull oxisto/albiondata-sql