This project makes use of the public API Poloniex.
Explore the documentation »
Report Bug
·
Request Feature
Table of Contents
This project aims at fetching exchange trade data from two popular cryptocurrencies, Monero and Bitcoin, and aggregating it in candlesticks with the information for open, high, low and close for the periods of 1, 5 and 15 minutes. The data used is fetched in realtime from the Poloniex API and inserted in a local MySQL database after it is aggregated by period of time. The processed data can then be accessed by other applications to create charts and visualizations like the one below for example.
To get a local copy up and running you'll need the folowing.
- Navigate to the project directory and run
or if you want to repress the container output add the
docker-compose up
-d
optiondocker-compose up -d
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Gabriel Pires - Linkedin - gabrielhpires@gmail.com