Skip to content

kartik894/EndOfDay-feeder-for-KDB-tickerplant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndOfDay-feeder-for-KDB-tickerplant

  1. Install qPython from PyPi $ pip install qpython
  2. Install all dependencies specified in requirements.txt $ pip install -r requirements.txt
  3. Start the q process by running it in the background $ nohup ~/q/l32/q Schema.q &
  4. Run the python script Publisher.py to fill data into the q process

Using JSON API in q

q) marketData: (-29! raze read0 `:getHistoryCMEClearportEOD.json)[`results]

The above command will also work. This repository is meant illustrate the use of qPython to write to the tickerplant.

About

A mock kdb+ tickerplant setup with a python batch feeder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages