tectonicdb icon indicating copy to clipboard operation
tectonicdb copied to clipboard

Database for L2 orderbook

Results 27 tectonicdb issues
Sort by recently updated
recently updated
newest added

Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.7.1 to 0.7.2. Changelog Sourced from arrayvec's changelog. 0.7.2 Add .as_mut_str() to ArrayString by @​clarfonthey Add remaining_capacity to ArrayString by @​bhgomes Add zero_filled constructor by @​c410-f3r Optimize...

dependencies

when running the Example Algorithmic Trading bot and the server is started with: ``` RUST_BACKTRACE=full ./tdb-server -vv -a -f "/tectonicdb/test/test-data" -i 10000 ``` ``` from tectonic import TectonicDB import json...

running the python Example program: Plotter (example-plot.md) on OSX with ``` (base) ➜ ~ python --version Python 3.7.6 ``` ``` RuntimeWarning: coroutine 'TectonicDB.cmd' was never awaited self.db.cmd("USE {}".format(market).encode())[1] RuntimeWarning: Enable...

Hey @0b01, just found your project and am really digging it (all around). I was wondering, what do you think about breaking out the [Python client](https://github.com/0b01/tectonicdb/blob/master/cli/python/tectonic.py) into a new repo...

I am thinking of using this to store a crypto pair orderbook snapshot on binance via its websocket data API (specifically [this](https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md#partial-book-depth-streams)). There is one which allows us to fetch...

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 4.0.4. Release notes Sourced from clap's releases. v4.0.4 [4.0.4] - 2022-09-29 Fixes (error) Specialize the self-conflict error to look like clap v3 v4.0.3 [4.0.3] -...

dependencies

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.5. Changelog Sourced from itertools's changelog. Changelog 0.10.4 Add EitherOrBoth::or and EitherOrBoth::or_else (#593) Add min_set, max_set et al. (#613, #323) Use either/use_std (#628) Documentation fixes...

dependencies

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-beta.1 to 0.17.1. Release notes Sourced from indicatif's releases. 0.17.1 2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the...

dependencies