-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choosing a time series database #90
Comments
Probably worth reading up on some professional grade systems:
|
Did a little more research on On the brighter side,
|
Noticing a category of "IoT" capture dbs:
|
This was referenced May 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did some decent starter research on what systems will work for production grade data feed collaboration.
I'm going to list some top picks and what I deem to be pros/cons; comes with a check-mark if we have an existing integration.
numpy
on the suit fronts
databento: a new psuedo-FOSS based legacy market provider #495
FQME
: fully qualified market endpoint, (or f#$% me) the thing no suit could imagine.. #467!): https://docs.databento.com/api-reference-historical/symbologydbz
?) and any existingdocker
container? databento/databento-python#9the new
arcticdb
, a replacement for the priorarctic
project (see below)with bloomy: https://www.man.com/man-group-brings-powerful-dataframe-database-product-arcticdb-to-market-with-bloomberg
np.ndarray
s as well orpotentially write a
polars
adapter?the original
arctic
by the "man group" which allows serializing dfs and np arrays.marketstore
but is built on mongodbpd.DataFrame
: https://arctic.readthedocs.io/en/latest/tickstore/cryptofeed
backend impl: https://github.com/bmoscon/cryptofeed/blob/6cf185de641cd63b180f2a34cf52c0773e5961a3/cryptofeed/backends/arctic.pyQuestDb
which seems to claim QuestDB is the fastest open source time series databasejava
...cryptofeed
backend impl: https://github.com/bmoscon/cryptofeed/blob/6cf185de641cd63b180f2a34cf52c0773e5961a3/cryptofeed/backends/quest.pygreptimedb
: https://github.com/GreptimeTeam/greptimedbrust
legacy-ish FOSS projects that probably aren't specialized enough..
influxdb
is the gold standard in TSDBscryptofeed
backend impl: https://github.com/bmoscon/cryptofeed/blob/6cf185de641cd63b180f2a34cf52c0773e5961a3/cryptofeed/backends/influxdb.pytimescaledb
is an extension on top of postgreskafka
Additional Resources
cryptofeed
's long list of backends which includes some serious projects i hadn't seen before.Thots
The arrow project's new flight system seems to be the way things are going.
The text was updated successfully, but these errors were encountered: