/aql

The Aerospike Quick Look data browsing utility.

Primary LanguageCApache License 2.0Apache-2.0

AQL

A SQL-like command-line interface to the Aerospike database.

Cloning the repo

git clone --recursive git@github.com:aerospike/aql.git

Installing Dependencies

Ubuntu 20 and Debian 10

sudo apt-get install libreadline8 libreadline-dev flex

Ubuntu 18 and Debian 9

sudo apt-get install libreadline7 libreadline-dev flex

Debian 8

sudo apt-get install libreadline6 libreadline-dev flex

Red Hat Enterprise Linux and CentOS 7+ or Oracle Linux (Using Curl)

yum -y install readline readline-devel flex which

C client Dependencies

  • Install the prerequisites of the C client, as described in its repo's README.

Building AQL

make clean
make

The aql binary will be in

  • target/{target}/bin/aql