pikmin-aggregator 0.1.0

An aggregator for executions of crypto-currency exchanges.
Documentation

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.