{"id":13579065,"url":"https://github.com/EthVentures/CryptoTracker","last_synced_at":"2025-04-05T20:33:00.853Z","repository":{"id":50209862,"uuid":"98744335","full_name":"EthVentures/CryptoTracker","owner":"EthVentures","description":"A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges","archived":false,"fork":false,"pushed_at":"2022-12-07T23:59:54.000Z","size":2598,"stargazers_count":411,"open_issues_count":8,"forks_count":116,"subscribers_count":53,"default_branch":"master","last_synced_at":"2024-11-05T17:49:01.878Z","etag":null,"topics":["cryptocurrency","elasticsearch","exchange","kibana","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EthVentures.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-29T16:15:49.000Z","updated_at":"2024-11-03T15:25:37.000Z","dependencies_parsed_at":"2022-09-24T08:10:43.795Z","dependency_job_id":null,"html_url":"https://github.com/EthVentures/CryptoTracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVentures%2FCryptoTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVentures%2FCryptoTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVentures%2FCryptoTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVentures%2FCryptoTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EthVentures","download_url":"https://codeload.github.com/EthVentures/CryptoTracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399818,"owners_count":20932875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","elasticsearch","exchange","kibana","python"],"created_at":"2024-08-01T15:01:36.219Z","updated_at":"2025-04-05T20:32:58.102Z","avatar_url":"https://github.com/EthVentures.png","language":"Python","readme":"[![Build Status](https://travis-ci.org/EthVentures/CryptoTracker.svg?branch=master)](https://travis-ci.org/EthVentures/CryptoTracker)\n# CryptoTracker\nCryptoTracker makes it easy for you to collect, store, analyze, visualize, and monitor cryptocurrency data. You can use this open source project to track Price, Bid/Ask Spreads, Size, and Volume, test hypotheses about markets, build machine learning models to predict price movements, understand volatility, arbitrage / algorithmically trade, and more. CryptoTracker enables high-quality cryptocurrency R\u0026D across all major exchanges.\n\nPull Requests welcome and encouraged.\n\n# Supported Exchanges\n 1. [BitFinex](https://bitfinex.com/)\n 2. [BitTrex](https://bittrex.com/)\n 3. [Bitmex](https://bitmex.com/)\n 4. [GDAX](https://gdax.com)\n 5. [Gemini](https://gemini.com)\n 6. [Kraken](https://kraken.com)\n 7. [OKCoin](https://www.okcoin.com/)\n 8. [Poloniex](https://poloniex.com)\n 9. [BitMex](https://www.bitmex.com)\n\n# Screenshots\n\n![Dashboard 1](./resources/img/Dashboard.png \"Dashboard 1\")\n\n![Dashboard 2](./resources/img/Dashboard2.png \"Dashboard 2\")\n\n# Requirements\n1. [Docker](https://www.docker.com/community-edition)\n\n# Optional Configuration\n1. Adjust timer settings in settings.py\n2. Verbosity of logs can be configured in default.env\n\n# Running\n```js\ndocker-compose build \u0026\u0026 docker-compose up\n```\nThis command will build and launch 3 docker containers: Elasticsearch, Kibana, and python2.7. Elasticsearch is used as our datastore, Kibana is used to setup visualizations and dashboards, and python2.7 operates our application. Elasticsearch and Kibana are customizable via .yml and Dockerfiles (included), and python2.7 is automatically configured for you to run after an initial setup delay. Once the system loads, which could take a few minutes, you should be able to navigate to Kibana to see all of the data that's flowing from the exchanges into Elasticsearch.\n\nhttp://localhost:5601/\n\nIf this is the first time running Kibana, it may take an additional minute to load as the container runs it's initial optimization script. You will also need to add the following index patterns, with Time-field name being set to tracker_time:\n\n```js\neth.*.ticker\nbtc.*.ticker\n*.*.ticker\n```\n\n A json file containing saved objects and dashboards is provided under /resources. This file can be imported from Kibana's UI by navigating to Management-\u003eSaved Objects-\u003eImport. Auto-Refresh interval on all dashboard has been preconfigured for 5 seconds.\n\n# Production Settings\n On a live system, vm_map_max_count should be permanently set in /etc/sysctl.conf:\n```js\n $ grep vm.max_map_count /etc/sysctl.conf\n vm.max_map_count=262144\n```\n\n# Additional Resources\nIn a development environment, a kibana configuration script is provided at resources/configure-kibana.sh to help automatically set default indexes, set refresh timers, and import all the graphs/dashboards. This configuration script is not recommended in production yet due to occasional issues with the discover tab not responding after import.\n# Provided By\n\n[![EthVentures](https://github.com/EthVentures/CryptoTracker/raw/master/resources/img/ethventures-logo.png)](https://ethventures.io)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEthVentures%2FCryptoTracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEthVentures%2FCryptoTracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEthVentures%2FCryptoTracker/lists"}