If you are a Java developer and you are thinking about extending Exasol with new functionality, this tutorial takes you on a tour around Exasol's interfaces and the libraries we provide.
Not only do you learn how to implement User Defined Functions (UDF) in Java, but you also will see how to run automated integration tests.
Topics we are touching in the tutorials:
Start your journey with the obligatory hello world tutorial to learn the basics of defining an inline Java extension that can be called from SQL.
Up your game with a full-blown automated integration test that exercises a more complex Java extension that gets statistics from Markdown text stored in an Exasol table. Learn to package the installation in a JAR archive in the course of this tutorial.
Setting up TLS is all but trivial in some scenarios, so a series of articles and some software examples guide you through the process.
IMPORT
from MySQL into Exasol