Releases: r2stanton/kracked
Releases · r2stanton/kracked
1.0.0
This can be considered the first full release of the package. SQL support added now so that all feeds (whether done in the mulitithreading approach in manager.py, or handled manually by the user) can simply store all market data into a sqlite database. Support to come for MySQL with AWS integration (I already have this on the backend, feel free to reach out to me if you need this ASAP).
Main changes:
- Default behavior has changed for many feeds -> SQL, and this is going to be the behavior going forward for all feeds.
kracked/utils.pynow contains some helper functions for generating scripts. If you're cloning from the GitHub, this really doesn't matter (see the examples folder), but this will be a nice quality of life update for the pip release.