pikmin-aggregator

Crates.iopikmin-aggregator
lib.rspikmin-aggregator
version0.1.0
sourcesrc
created_at2019-03-26 13:14:19.44342
updated_at2019-03-26 13:14:19.44342
descriptionAn aggregator for executions of crypto-currency exchanges.
homepage
repositoryhttps://github.com/esplo/pikmin
max_upload_size
id123950
size12,227
(esplo)

documentation

README

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.

Commit count: 38

cargo fmt