8000 GitHub - aerospike/aql: The Aerospike Quick Look data browsing utility.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aerospike/aql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

0