Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

conorheffron/kdb-tick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUMMY FEED

~/workspace/kdb-tick$ q dummy_feed.q 

verify:
.feed
/ Note \p 5010 and tp will subscribe to this

Ticker Plant

~/workspace/kdb-tick$ q tick.q -p 5010

verify:
.u
/ trigger end of day process
.u.endofday[]

RDB

~/workspace/kdb-tick/db$ q ../tick/r.q :5010 -p 5011

verify:
count trade
count quote

HDB

~/workspace/kdb-tick$ q db -p 5012

verify:
count trade
count quote

Check data refresh after triggering EOD process