module
Version:
v0.0.0-...-0d7c59d
Opens a new window with list of versions in this module.
Published: Mar 3, 2021
License: Apache-2.0
Opens a new window with license information.
README
¶
Tools to stream and access financial market data from Polygon.io to Kafka
Streamer
Run
$ cd streamer/
$ go get -d ./...
$ go build
$ ./streamer [optional path to config]
Configuration
default: conf/polygon.yaml
apikey: <API Key from Polygon>
database:
host: mongodb
port: port
username: user
password: password
zookeeper: zk:port
kafka:
topic: polygon
host: hostname
port: port
tickers:
- SPY
- AAPL
- IWM
Directories
¶
Click to show internal directories.
Click to hide internal directories.