Releases: DataIntellectTech/TorQ
Releases · DataIntellectTech/TorQ
Added permissioning & LDAP support
- Added a permissioning system, allowing granular control of access to users & groups - see http://aquaqanalytics.github.io/TorQ/handlers/#permissionsq for details
- Added LDAP support, allowing a user to authenticate against an LDAP server - see http://aquaqanalytics.github.io/TorQ/handlers/#ldapq for details
- Improved documentation now available at http://aquaqanalytics.github.io/TorQ/
Fix for EOD bug
- Bug fix for EOD bug causing infinite roll over loop under certain circumstances
Adding tickerplant, improving filealerter, bug fixes
- 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
-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
- 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
- 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
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
- 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
- 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
- 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