Hi Chris, Funny you mention this today of all days because we're doing a twitch streaming session in a few hours on this very topic with Adron from our dev-rel team.
The short answer is yes it works. Here's the example project we're working on that uses GraalVM via quarkus.io: https://github.com/phact/sebulba (it's the app we'll be using for the Drone Race at Accelerate). Here's the bit of code where I wrap the datastax java driver https://github.com/phact/sebulba/blob/master/src/main/java/com/datastax/powertools/managed/DSEManager.java The remaining code is just statements and business logic. Very little boiler plate. So far I really like it from a dev experience perspective, especially the hot reloading you get for backend code with quarkus. Feel free to join us at 3pm EST to see us code and ask questions https://www.twitch.tv/datastaxacademy All the best, Sebastián Estévez | Vanguard Solution Architect Mobile +1.954.905.8615 sebastian.este...@datastax.com | datastax.com <https://www.linkedin.com/company/datastax> <https://www.facebook.com/datastax> <https://twitter.com/datastax> <http://feeds.feedburner.com/datastax> <https://github.com/datastax/> <https://www.cvent.com/events/datastax-accelerate/registration-15f868df73ed46488d1d159da20858d4.aspx?r=cc6bf9aa-c933-4d93-9501-904fd550e1ad&refid=mainreglink&fqp=true> 20% Discount Code: estevez20 On Thu, May 9, 2019 at 12:51 AM Chris Hane <ch...@itsolut.com> wrote: > > Has anyone worked with graalvm to include a cql driver in the native-image > build? > > Looking to see if it is possible or known to not be possible? > > Thanks, > Chris.... >