htm-community / river-view

Public Temporal Streaming Data Service Framework
http://data.numenta.org/
MIT License
28 stars 16 forks source link

Add btcc trades river #148

Closed Lupino closed 8 years ago

rhyolight commented 8 years ago

Awesome! I will test this out later today.

rhyolight commented 8 years ago

I keep seeing the following error when I start this river and it makes its first request for data:

{ [Error: getaddrinfo ENOTFOUND data.btcchina.com]
  code: 'ENOTFOUND',
  errno: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'data.btcchina.com' }

I believe this is a DNS issue. Does this happen for you at all? Funny thing is that the URL works when I ping it with my browser.

Also, please merge in master because there was one change I needed to merge to ensure the data fetching is turned on when the server starts.

Lupino commented 8 years ago
rhyolight commented 8 years ago

@Lupino Sorry it took so long to respond. I am just catching up on emails after HTM Challenge.

You should be able to sync this PR with master by running:

git checkout btcc-trades git pull upstream master (where upstream points to this remote location) git push origin btcc-trades (assuming origin points to your fork remote location)

rhyolight commented 8 years ago

Working now!

rhyolight commented 8 years ago

@Lupino Woohoo! http://data.numenta.org/btcc-trades/btcc-trades/data.html Thanks a lot!