SOA test to connect NoSQL DB(Aerospike)
Is there a way to connect Aerospike DB using DB tool?. There is a jdbc connector but it uses AQL https://github.com/anandintouch/aerospike-jdbc-connector
I don’t find anything in marketplace
Whether extension tool can be used to create java client application to connect to NoSQL DB?
Best Answer
-
I haven't tried Aerospike, but theoretically it can work. Add the JDBC connector jar to the JDBC Drivers section of the SOAtest preferences. Then configure the DB Tool using the appropriate driver URL. The DB tool does not do SQL syntax checking, so using AQL syntax might just work. Can you give it a try and let us know how it works?
1
Answers
-
We contacted aerospike team and they want us to use java client libraries to connect and request data instead of jdbc and we used extension tool for that purpose.
0