#cryptocurrency #utils #exchange #execution #aggregator #data #downloader

pikmin-aggregator

An aggregator for executions of crypto-currency exchanges

1 unstable release

0.1.0 Mar 26, 2019

#23 in #aggregator

MIT license

11KB
186 lines

pikmin-aggregator

An aggregator for executions of crypto-currency exchanges

Build Status crates.io Documentation codecov

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
~291K SLoC