What is the best GUI for Aerospike?

Hello,

I’m using Gospike but it’s missing a lot of functionalities like searching by secondary index, do you have an other GUI to recommend ?

Thank for your help.

Florent

There is another GUI tool … GitHub - rashidmayes/Clairvoyance

Thank you pgupta, it’s looks nice ! Others options maybe ?

Try this as well, a very simple Aerospike GUI client - GitHub - arociris/OnlyAQL: A simple UI client for Aerospike DB

Getting below error while running tool on windiws 10 machine with java 11

D:\installer>java -jar ./onlyAQL-1.0.1.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/aerospike/client/AerospikeException
        at guiComponents.onlyAQL.initialize(onlyAQL.java:418)
        at guiComponents.onlyAQL.<init>(onlyAQL.java:109)
        at guiComponents.onlyAQL$1.run(onlyAQL.java:95)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.ClassNotFoundException: com.aerospike.client.AerospikeException
        at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
        ... 16 more

D:\installer>