Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

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?

Tagged:

Best Answer

  • jakubiak
    jakubiak Posts: 795 admin
    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?

Answers

  • kram_soatest
    kram_soatest Posts: 14

    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.