Apache Ignite

Download 6
Last updated Dec 26, 2024

Install Guide

Overview

This app includes the JDBC driver required to connect to the Apache Ignite database.

Supported Apache Ignite Versions: 2.14.0, 2.16.0

Setting Up Connection Profile

Refer to this article for guidance on creating a connect profile.

Required Fields for Connect Profile Configuration:

Name: A unique name to identify the connection profile. Identifier: A unique identifier for use in Logpresso queries. Type: Database Database Type: Customized Connection String: a JDBC connection string starting with jdbc:ignite:thin:// User: The database username Password: The database password

Once the connection profile is set up, verify it by running the following query in Analysis > Queries. Use the identifier from the connect profile in place of CONNECT_PROFILE:

dbquery CONNET_PROFILE select * from sys.tables

If your account lacks access to system tables, check the connection status with this query:

dbquery CONNET_PROFILE select 1