MohitKgec
MohitKgec

Reputation: 21

How to run aerospike AQL from remote servers to query aerospike cluster data

I am trying to run AQL queries on my aerosike cluster from remote servers. Please let me know if there any any AQL web/Cli client or any way to achieve it.

Upvotes: 0

Views: 1750

Answers (1)

Meher
Meher

Reputation: 2939

You can simply use the -h or --host= options to point at one of the hosts in your cluster. Refer to the AQL docs.

Upvotes: 3

Related Questions