A SQL-like command-line interface (aql) used to browse data stored in Aerospike database. The aql tool is deprecated and scheduled to be removed from the Aerospike tools package. No new features will be added to aql. Data browsing alternatives include the Aerospike JDBC driver.
git clone --recursive git@github.com:aerospike/aql.git
sudo apt-get install libreadline8 libreadline-dev flex
sudo apt-get install libreadline7 libreadline-dev flex
sudo apt-get install libreadline6 libreadline-dev flex
yum -y install readline readline-devel flex which
brew install automake libtool
- Install the prerequisites of the C client, as described in its repo's README.
make clean
make
The aql binary will be in
target/{target}/bin/aql