Giter VIP home page Giter VIP logo

cryptotracker's People

Contributors

avelkoski avatar dconroy avatar gildegoma avatar theref avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cryptotracker's Issues

Web UI not starting

Hello,

I'm already running CryptoTracker as seen on this terminal screenshot.
screen shot 2017-09-24 at 13 52 03

But I can't enter on http://localhost:5601/ .
The site can't be reached.

This port is configurable?

Thanks for this amazing work.
I'd try to contribute as soon as possible.

error after docker-compose

I am getting following error:
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 7, in
from compose.cli.main import main
File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 17, in
import docker
File "/usr/lib/python2.7/site-packages/docker/init.py", line 2, in
....
any ideas? Thanx

Enable Code Modification

How do I enable the new modification to the code?
I modified Poloniex.py
self.products = {'USDT_ETH': 'eth.poloniex.ticker', 'USDT_BTC': 'btc.poloniex.ticker'}

tried restarting server and it didn't work.
thanks

Unable to fetch mapping

OS & Version:
MAC OSX 10.12.5

Python Version: 2.7.10

Docker version 17.06.0-ce, build 02c1d87

I installed the module with the command docker-compose build && docker-compose up. However, when I tried to access http://localhost:5601/app/kibana, it prompts me with the message Unable to fetch mapping. Do you have indices matching the pattern?. Is it because that the ElasticSearch is not running correctly? Or is it because the exchange data is not flowing in correctly?

issue on app docker file

Hello,
Before executing the docker build require to add this line to app docker file
RUN easy_install distribute
Then the docker file for application most update as blow
FROM python:2.7 WORKDIR /usr/src/app COPY requirements.txt ./ RUN easy_install distribute RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD [ "python", "tracker.py" ]

Error Spike

There was an error in one of the data returned by Kraken.. it was too large and now it skewed the graph....
spike
any way of removing this?

thanks

BTC-USD

Is there an option to change to Bitcoin-USD?

where to get ID's from

i want to add some more visualization, but i dont know where to get the ID's from. are they some kind of generated?
"_id": "97187230-7720-11e7-aecc-2b619a5de560",
"_type": "visualization",
"_source": {
"title": "BTC Price",

for example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.