Tickerplant code from kxsystems/kdb-tick, formatted into lines, simplified where possible, and given a liberal sprinkle of comments.
- doc/
- lib/
- schema/
- tick.q
- r.q
- chainedtick.q
- chainedr.q
- pub.q
$ q tick.q sym . -p 5010 # tick
$ q r.q :5010 -p 5011 # rdb
$ q sym -p 5012 # hdb
$ q chainedtick.q -p 5110 # chained tick
$ q chainedr.q -p 5111 # chained tick
$ q pub.q # dummy publisher
BREAKING Changes that affect processes outside of tick:
timecolumn is now expected to betimestamp, nottimespan
SEMI-BREAKING Changes that affect processes inside of tick:
.u.wrenamed to.u.subs- renamed
.u.mto.u.h,hfor handle
NON-BREAKING Changes that are purely internal:
- comments... comments everywhere!
- whilst
timeandsymcolumn are required, they do not need to be the first two columns of a table