You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
I rather prefer the previous plans of using "PyStore" for data storage (or SQLite+SQLAlchemy, if it MUST be SQL, with SQLAlchemy is easier to use another database). I just do "daily" trading so for me it is an additional pain to keep database servers "spinning" 24/7.
Didn't even know about pystore. Nice. I tested with parquet myself but
found it inferior (if you can believe it) to storing and retrieving
compressed data frames from SQLite
On Sun., Jun. 7, 2020, 4:29 a.m. FrithiofJensen, ***@***.***> wrote:
I rather prefer the previous plans of using "PyStore" for data storage (or
SQLite+SQLAlchemy, if it MUST be SQL, with SQLAlchemy is easier to use
another database). I just do "daily" trading so for me it is an additional
pain to keep database servers "spinning" 24/7.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJDE4VA2LUO22PHXJ7TZEE3RVNFVXANCNFSM4NNL4DTA>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
InfluxDB is a well performing Open Source DB which suits the timeseries functionality better than MySql. It might be an idea supporting this DB.
The text was updated successfully, but these errors were encountered: