bitfinex-extractor-influxdb

Python bitfinex Extractor into InfluxDB


License
MIT
Install
pip install bitfinex-extractor-influxdb==0.7.0

Documentation

bitfinex-extractor-influxdb

Latest PyPI version https://travis-ci.com/frapercan/bitfinex-extractor-influxdb.svg?branch=main https://codecov.io/gh/frapercan/bitfinex-extractor-influxdb/branch/main/graph/badge.svg?token=Z5KZG308CW Documentation Status

Bitfinex candle extractor into InfluxDB. You can replicate BFX values into a TSDB and let it running so it will synchronize the Exchange into your local Database.

Usage

DataSync().run() in a container with InfluxDB and MySQL running and configured through setting a ".env" file into the root of the project. You have a sample as ".env.sample".

Installation

https://portal.influxdata.com/downloads/

https://hub.docker.com/_/mysql

Requirements

influxdb-client numpy PyMySQL pandas python-dotenv setuptools pendulum requests

Compatibility

This is just a Python program that can run in any system. It was developed using Ubuntu.

Licence

Authors

bitfinex-extractor-influxdb was written by frapercan.