Giter Site home page Giter Site logo

fetchfundflowkline's Introduction

fetchFundFlowKline

抓取资金流向的历史k线 Usage: index [options]

Options:

-h, --help              output usage information
-V, --version           output the version number
-k, --key <n>           要删除的key
-t, --type <n>          操作类型是删除(del)还是加载历史数据(load)
-r --redis <n>          redis地址
-l --thread length <n>  启用的线程数默认是8个
-p --data path <n>      资金流向历史数据的备份文件
-c --trim count <n>     从尾开始按需截取list类型数据

Examples:

1:删除数据(支持模糊删除)
  $ node index.js -r 172.16.33.203:6390 -k MLINE.SH600000 -l 10 -t del 

2:加载资金流向K线历史数据
  $ node index.js -r 172.16.33.203:6390 -p /home/cool/data -l 10 -t load 

3:从尾开始按需截取list类型数据(支持模糊截取)
  $ node index.js -r 172.16.33.203:6390 -k KEMCF.MAIN.SH* -c 120 

[注意] 操作类型-t一定要放在最后

fetchfundflowkline's People

Contributors

wuyanfei avatar

Watchers

 avatar  avatar

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.