Overview
Introduction
The aq_tools are a collection of data processing tools. The tool set includes:
- Command line tools that process an input data set into an output set according to the command line options. All the tools, except for the sort command, operate in stream mode.
- A specialized low level database engine called the user bucket database (Udb).
- The rest are support files and helper tools that aid processing in general.
Manuals
Data processing commands:
- aq_pp – Record preprocessor
- aq_cnt – Data row/key count
- aq_ord – In-memory record sort
- aq_cat – Input multiplexer
User bucket database engine:
Common:
- aq-input – aq_tool input specifications
- aq-output – aq_tool output specifications
- aq-emod – aq_tool eval functions
Helpers:
- loginf – Log analyzer
Version Changes
- 2.0.0 ChangeLog [Current]
- 1.2.4 ChangeLog
- 1.2.3 ChangeLog
- 1.2.2 ChangeLog