roq-time-series-manager¶
Purpose¶
Drop-copy feeding time-series updates to database
Conda¶
$ mamba install \
--channel https://roq-trading.com/conda/stable \
roq-time-series-manager
$ roq-journal \
--name "time-series"
Flags¶
$ roq-journal --help
--config_file
Config file (path)
--database_uri
(http://localhost:8123
)Database URI
--database_username
Database username
--database_password
Database password
--database_name
Database name
--database_create_if_not_exists
(true
)Create database?
--database_request_timeout
(5s
)Database request timeout
--database_ping_freq
(30s
)Database ping frequency
--database_ping_path
(/ping
)Database ping path
--database_encode_buffer_size
(16777216
)Encode buffer size (bytes)
--database_decode_buffer_size
(1048576
)Decode buffer size (bytes)