Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 572 Bytes

crypto-indicators

Deprecated: this project is replaced by coinsignal.

Calculate all kinds of indicators to assist cryptocurrency trading.

Website: http://crypto-indicators.org

If you want to run this project locally, please read on.

Quickstart

docker-compose up

Open Grafana at http://localhost:3000 in browser and login with admin and passw0rd.

Architecture

Architecture

  • I tried to use Kafka as the message queue, but it's too heavy, so I used Redis instead.