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
Relating to finally starting to fill in and use a main conf.toml
as per #221, I think it's worth discussing thee naming and org of
(sub)dirs in the user directory managed for both data storage and
config.
On linux this dir is normally located @ /home/<user>/.config/piker/
ledgers/
I'm thinking we could maybe not have this subdir and instead
just name ledger files as something like ledger.binance.spot.toml much like the below..?
account.binance.spot.toml
...
The text was updated successfully, but these errors were encountered:
Relating to finally starting to fill in and use a main
conf.toml
as per #221, I think it's worth discussing thee naming and org of
(sub)dirs in the user directory managed for both data storage and
config.
On linux this dir is normally located @
/home/<user>/.config/piker/
latest layout and naming ideas:
$HOME/.config/piker/
conf.toml
conf.toml
#221.data
,.clearing
and.ui
controlsbrokers.toml
vague: https://github.com/pikers/piker/issues?q=is%3Aissue+is%3Aopen+brokers+label%3Abroker-backend
fsp.toml
viewlists.toml
_cache/
binance.symcache.toml
kraken.symcache.toml
ib.symcache.toml
...
_tsdb/
piker.storage
subsys: cross-(ts)db middlewares #486aapl.nasdaq.ib.ohlcv60s.parquet
btc.usdtm.perp.binance.ohlcv60s.parquet
...
accounts/
ledgerd
daemon #515ledgers/
I'm thinking we could maybe not have this subdir and instead
just name ledger files as something like
ledger.binance.spot.toml
much like the below..?account.binance.spot.toml
...
The text was updated successfully, but these errors were encountered: