forked from alpacahq/marketstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkts.yml
43 lines (43 loc) · 968 Bytes
/
mkts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
root_directory: /project/data/mktsdb
listen_port: 5993
# timezone: "America/New_York"
log_level: info
queryable: true
stop_grace_period: 0
wal_rotate_interval: 5
enable_add: true
enable_remove: false
enable_last_known: false
# triggers:
# - module: ondiskagg.so
# on: "*/1Min/OHLCV"
# config:
# destinations:
# - 5Min
# - 15Min
# - 1H
# - 1D
# bgworkers:
# - module: gdaxfeeder.so
# name: GdaxFetcher
# config:
# query_start: "2017-09-01 00:00"
# - module: slait.so
# name: SlaitSubscriber
# config:
# endpoint: localhost:5000
# topic: bars_gdax
# attribute_group: OHLCV
# shape:
# - - Epoch
# - int64
# - - Open
# - float64
# - - High
# - float64
# - - Low
# - float64
# - - Close
# - float64
# - - Volume
# - float64