nea/vertx-mod-cassandra-persistor

datastax

Closed this issue · 1 comments

Is this a cassandra driver that will work out of the box with datastax?

http://www.datastax.com/

I am very new to vertx and I don't really understand all of its inner workings.

Kind Regards
twboc

nea commented

Hi there

No worries, same for me ^^

This driver is based on the DataStax Driver (I tested it with v2.0) and every UnitTest is based around. If you use its source and integrate it yourself, you have to add the driver as dependency.

If you use the Mod directly and include it as such, there the driver is already included and you can just include, deploy and use it.

Everything of the module itself runs through the EventBus for commands, results etc.

If you need more insights into the Modules system from Vert.x, check it out at http://vertx.io/mods_manual.html as it helps a lot to understand.

I hope this clarifies this a little.

Best