Crates.io | pikmin-aggregator |
lib.rs | pikmin-aggregator |
version | 0.1.0 |
source | src |
created_at | 2019-03-26 13:14:19.44342 |
updated_at | 2019-03-26 13:14:19.44342 |
description | An aggregator for executions of crypto-currency exchanges. |
homepage | |
repository | https://github.com/esplo/pikmin |
max_upload_size | |
id | 123950 |
size | 12,227 |
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.
This tool uses OUTFILE/LOAD
for efficient insertion.
Make sure your MySQL instance permits them.
If you use docker, this issue could be helpful.