Skip to content

aerospike/aql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Quick Look (Deprecated)

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.

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

MacOS

brew install automake libtool

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

About

The Aerospike Quick Look data browsing utility.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5