Skip to content

Releases: DataIntellectTech/TorQ

Added permissioning & LDAP support

20 Jan 12:29

Choose a tag to compare

Fix for EOD bug

18 Jan 10:38

Choose a tag to compare

  • Bug fix for EOD bug causing infinite roll over loop under certain circumstances

Adding tickerplant, improving filealerter, bug fixes

08 Nov 15:09

Choose a tag to compare

  • Tickerplant incorporated. Tickerplant has faster recovery for real time subscribers, and better timezone handling
  • Filealerter uses a splayed table to store the table of already processed data. If it finds a table in current format (flat) it will change it to a splay
  • Gateway bug fixes
  • Small improvements

Bug Fixes, Parallel Sorting

19 Sep 16:08

Choose a tag to compare

-Re-adding previously made changes to the gateway which got lost during merge
-Fixing Cleanup function logic to delete handle on retain time
-.z.pd and peach logic added to wdb.q in order facilitate parallel EOD sorting of tables

Bug Fixes

07 Sep 13:06

Choose a tag to compare

  • Fix for when connections are created from the discovery service to make sure they are mapped to the correct type
  • Removed SOCKETFALLBACK option
  • Added logging for .z.wo, .z.wc (websocket open + close)

Initial release of TorQ 2.6

11 Aug 12:43

Choose a tag to compare

  • Added broadcast publishing
  • Added domain sockets and tcps as ipc connection mechanisms
  • Added fallback from domain sockets to tcp functionality
  • New gateway (which allows attributes to be sent rather than specifying the processes to hit)
  • Heartbeat subscriptions are easier
  • Supports snappy compression
  • Tested with kdb+ 3.4
  • Bug fixes

Bug fix for Chained TP

20 Jul 07:33

Choose a tag to compare

Patch release to bug fix the chained TP to allow it to start up correctly when a specific subscription list of tables is supplied

Initial release of TorQ 2.5

20 Apr 10:05

Choose a tag to compare

  • Added u.q - publish/subscribe code from KDB+ Tick
  • Improved memusage.q to do sampling
  • Updated dataloader.q
  • Make sure all config can be read from KDBAPPCONFIG

Initial release of TorQ 2.4

24 Feb 14:40

Choose a tag to compare

  • Added k4unit to allow tests to be automatically run via the -test parameter
  • Extended application config handling so all default config can be found in $KDBAPPCONFIG
  • Bug Fixes

Initial Release of TorQ 2.3

04 Dec 14:57

Choose a tag to compare

  • Added optional write down method to wdb process, which allows data to be written to custom partition schemes during the day. At the end of day before being moved to the hdb, data is merged instead of sorted, which will allow the data to be accessed sooner. The optional method may present a significant saving in time for datasets with a low cardinality (small distinct number of elements), i.e. FX market data
  • Added write access control to message handlers (using reval), which restricts the ability of querying clients to modify data in place
  • Added functionality to return approximate memory size of kdb+ objects
  • Bug fixes