GithubHelp home page GithubHelp logo

datafeed's People

Contributors

yinhm 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

datafeed's Issues

DataSource can't import from zipline,sources?

I am working on the integration of a live data feed with zipline. When implementing a new datasource, I found that DataSource is not exported from zipline,sources. Is there some reason for this?
Can I implement a new datasource without subclassing from DataSource? Thanks!

除权问题

补好数据之后,发现画出来的图不太对,后来认真看了一下源码,才发现...
image

archiving tick history

  • Tick database should be fast enough, use rocksdb until there is another better choice
  • Tick store internal, bulk store or just linked list(key)
    • bulk store: deterministic, flush periodic, write-ahead log(?), pick a bulk size fits rocksdb
    • linked list: more simpler logic

fan-out, pubsub tick messages

  • fan-out support(?)
  • pubsub tick message
  • zeromq(?) as a better socks, multiplexing, server push
  • websockets(?): fits all morden browsers

archive_day function with yahoodayfetcher

Hi yinhm

I tried to add the yahoo provider right within the datafeed server loop of my application:

http://pastebin.com/XsBSzZsC

Every time it executes the loop and therefore the whole script terminates right after the yahoo provider has done the job. I can only assume this way to do it is not applicable to the tornado io loop of the datafeed server. Do you have any suggestions? I don't want to place my archive_day function in another script and upload it with client.put_day() anymore.

网际风数据源

兄弟你的这个项目很接地气,找了很久了,但是我水平有限,不太能看得明白怎么进行二次开发。你能弄个文档就好了。
比如,我如何接入网际风接口?如何接收推送来的数据?如何把这些数据存盘(收盘作业?)?
如何取数据进行公式计算?

我试了一下首页的例子:

Client

from datafeed.client import Client
c = Client()
c.get_report("SH000001")

结果是:Exception: Symbol SH000001 not exists.
哪里出错?

renaming report to tick

  • renaming report to tick
  • client:
    • get_report -> get_tick
    • get_reports -> get_tickss
    • put_reports -> put_ticks
    • method deprecation, will be remove in the next release.
  • all internal naming should change to tick, eg: tickstore

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.