How to Connect to Apache Ignite Database

Understand the Connection Dialog by reading here.

DbSchema already include the Apache Ignite drivers.

Remember to enable Windows Firewalls Firewalls & anti-viruses may block database connections. Read How to enable Firewall connections.

Run Apache Ignite in Docker Container

The docker container is described at https://apacheignite.readme.io/docs/docker-deployment.

Create the container using:

docker run --name ignite -p 47500:47500 -p 47501:47501 -p 10800:10800 -it apacheignite/ignite
In DbSchema you will have to simply enter the host value and you are connected.