Releases: DataIntellectTech/TorQ
Release of TorQ 3.1
-
added kafka which is a real time messaging system with persistent storage in message logs - see https://aquaqanalytics.github.io/TorQ/utilities/#kafkaq for details
-
added datareplay.q with functionality for generating tickerplant function calls from historical data which can be executed by subscriber functions - see http://aquaqanalytics.github.io/TorQ/utilities/#datareplayq for details
-
added subscribercutoff.q with functionality that can be used to cut off slow subscribers from processes - see http://aquaqanalytics.github.io/TorQ/utilities/#subscribercutoffq for details
-
added new write down method for tickerlogreplay so match the writedown methods in the WDB - see the partbyattr here http://aquaqanalytics.github.io/TorQ/Processes/#write-database-wdb for details
-
various bug fixes
Added passwords dictionary for connecting to non-TorQ processes
- Added passwords dictionary for connecting to non-TorQ processes.
- Modified opencon function.
- Bug fixes in email code.
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