piker
piker copied to clipboard
First draft storage layer cli
Adds a piker storage subcmd with a -d flag to wipe a particular fqsn's time series (both 1s and 60s). Obviously this needs to be extended much more but provides a start point.
More to come:
Hopefully someone else might help pull this along 😉
- [ ] add
piker storage syncsubcmd that maybe does gap analysis and backfilling? - [ ] an alt to what our current
piker storeshto be insteadpiker storagewhich is passed without a sub-sub-cmd loads a REPL for interaction with theStorageAPIs - [ ] we probably should factor the
.data.marketstore.Storageout into an api module and more generally add apiker.storagesub-pkg..