Loading
Data Browsing
Overview
The following browsing tools can aid developers and admins in viewing the data that is stored in the Aerospike Database.
Aerospike JDBC Driver
The Aerospike JDBC Driver is a JAR that plugs into popular database tools such as DBeaver, SQuirreL, DataGrip, and Tableau. It can also be used directly by a Java application.
The JDBC Driver is lightweight and minimalist. Only functionality that is native to Aerospike Database is supported, avoiding the use of UDFs and client-side workarounds.
See the aerospike/aerospike-jdbc repo in GitHub for instructions and examples of supported SQL statements.
AQL
AQL is a CLI with text-based data browsing capability. See the AQL documentation for more.