- Removed obsolete
Packaging
parameter fromdbn_hist.SubmitJob
and structs dbn-go-file
: Do not include.zst
suffix in Parquet destination file names
dbn-go-tui
improvements:- Add
--limit
argument to control concurrent downloads - Add pretty progress bars and table
- Fix queueing of duplicate files
- Fix honoring of max active downloads
- Add
- Fix
dbn-go-file
was not included in relase.
- Add
dbn-go-file parquet
tool for processing DBN files with commands:metadata
json
spit
parquet
- Fix
Mbp0Msg
structure and add tests. - Add
MakeCompressedReader
andMakeCompressedWriter
zstd helpers
- Add
dbn-go-tui
text user interface 🔥 - Add
LiveClient
now hasGetDBNScanner
andGetJsonScannr
, depending on encoding. - Add
InstrumenDefMsg
andStatusMsg
- Add
OnStatusMsg
andOnInstrumentDefMsg
toVisitor
interface - Add
JsonScanner.GetLastRecord
- Add
ListFiles
may now returnJobExpiredError
. - Add
FeedMode
JSON marshalling - Add new reference data STypes from DBN v0.20.0
- Fix
dbn-go-live
JSON mode. - Fix
ListJobs
: typo instates
andsince
is UTC - Fix
Compression
error message and convert-from-null
- Add
--json
flags to manydbn-go-hist
commands - Add
--sin
and--sout
to tools - Add
resolve
command todbn-go-hist
- Add
GetRange
,SubmitJobs
,ListFiles
, andListJobs
to Hist API - Add some JSON marshallers
dbn-go-hist
now hasget-range
,submit
,jobs
andfiles
subcommandsdbn-go-hist
now supports--file
to supply lists of tickers
- Expand
dbn-go-hist
tool and addtests/exercise_dbn-go-hist.sh
example. dbn-go-live
supports multiple schemas and more args- Add the rest of the Historical Metadata API
- Add custom slog Logger to
LiveClient
and cleanup logging - Updated for DBN
0.18.0
API changes
- Live intraday replay fixes
dbn-go-live
now support--start <iso8601>
- Add
dbn-go-hist
for some historical queries
- Fix DBN v1 compatibility issues for writing Metadata and reading SymbolMappingMsg
- Add initial Live API support
- Add Mbp1, Mbp10, Mbo, Error, SymbolMapping, System, Statistics
- Add Dockerfile
- Minor interface tweaks and bug fixes
- Add more getters for DbnScanner
- Add TsSymbolMap for historical symbology
- Add Metadata.Write and YMDToTime
- Fix broken IsInverseMapping
- Add initial Hist API
- Initial version