Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
Package api provides a HTTP(S) server that serves a REST API that serves financial data for a subset of stock symbols.
|
Package api provides a HTTP(S) server that serves a REST API that serves financial data for a subset of stock symbols. |
Package cmd adds command line support to this application.
|
Package cmd adds command line support to this application. |
Package finance provides interfaces and types for financial data services.
|
Package finance provides interfaces and types for financial data services. |
iexcloud
Package iexcloud provides a finance.Provider implementation that retrieves its data from IEX Cloud's API.
|
Package iexcloud provides a finance.Provider implementation that retrieves its data from IEX Cloud's API. |
Package history provides interfaces and types for objects that store store a retrieve historical financial data.
|
Package history provides interfaces and types for objects that store store a retrieve historical financial data. |
influxdb
Package influxdb provides history.Archiver and history.Provider implementations that use the time series database, InfluxDB.
|
Package influxdb provides history.Archiver and history.Provider implementations that use the time series database, InfluxDB. |
memory
Package memory provides history.Archiver and history.Provider implementations that use RAM for volatile storage.
|
Package memory provides history.Archiver and history.Provider implementations that use RAM for volatile storage. |
sqlite
Package sqlite provides history.Archiver and history.Provider implementations that use SQLite for storage.
|
Package sqlite provides history.Archiver and history.Provider implementations that use SQLite for storage. |
Package metrics provides instrumentation for the rest of the application, and the requisite HTTP server to serve the Prometheus endpoint separate from the REST API endpoint.
|
Package metrics provides instrumentation for the rest of the application, and the requisite HTTP server to serve the Prometheus endpoint separate from the REST API endpoint. |
Package poll provides a poller that retrieves financial data for the given stock symbols at the given interval and updates the archiver with the results.
|
Package poll provides a poller that retrieves financial data for the given stock symbols at the given interval and updates the archiver with the results. |
Click to show internal directories.
Click to hide internal directories.