Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Custom (source ETL/ELT)

Prev Next

Custom Scriptella driver

This is an expert setting. You can use custom Scriptella drivers to connect additional systems, such as Cassandra.

You can manually add drivers in the following directory: \IS\etc\admin\datawizard\etl_driver.properties.

Naming templates can be copied from the Databases and Connectors menu.

Settings

Settings for custom Scriptella drivers

  • Driver: Name of the driver. Example: com.ebd.hub.datawizard.etl.driver.cassandra.Driver

  • URL: Connection URL. Example: jdbc:cassandra://<cassandra-host-or-IP>:<port>/<keyspace>

  • Query: Query used to access the data.

  • Connection parameters: Connection parameters.

```