- Connect to the Aster Database with a Database Connector or Database Table Connector node from the KNIME Node Repository. Most workflows use a Database Connector node (found under ) or Database Table Connector node (found under ).
-
Configure the node as follows:
- Database driver: com.asterdata.ncluster.Driver
-
Database URL:
jdbc:ncluster://IP_address_of_queen:2406/database_name
IP_address_of_queen is the IP address of the queen, 2406 is the port to connect to the queen, and database_name is the name of the database to which you want to connect. For example:
jdbc:ncluster://10.10.10.10:2406/beehive
- Username: and Password: Your credentials for logging onto the database.