1 unstable release
0.1.0 | Mar 26, 2019 |
---|
#26 in #aggregator
11KB
186 lines
pikmin-aggregator
An aggregator for executions of crypto-currency exchanges
This tool collaborates with pikmin
, which is a downloader for execution data, so that
reduce data sizes by aggregating rows at the same timestamp.
Currently, this only supports MySQL.
Preparation
This tool uses OUTFILE/LOAD
for efficient insertion.
Make sure your MySQL instance permits them.
If you use docker, this issue could be helpful.
lib.rs
:
An aggregator for executions of crypto-currency exchanges.
This tool collaborates with pikmin
, which is a downloader for execution data, so that
reduce data sizes by aggregating rows at the same timestamp.
Currently, this only supports MySQL.
Dependencies
~14MB
~283K SLoC