Apache Ignite

Download 11
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

Set Up Connection Profile

Refer to this article for instructions on creating a connection profile.

Required Fields:

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

Once the profile is created, verify it by running a query in Analysis > Queries using the identifier:

dbquery CONNET_PROFILE select * from sys.tables

If system table access is restricted, run a basic connectivity check:

dbquery CONNET_PROFILE select 1