Apache Ignite is an open-source distributed database and compute platform for in-memory speed at scale, with native persistence and ANSI SQL. This image runs Ignite on Ubuntu 24.04 LTS, hardened and fully patched, with the thin-client/SQL port bound to loopback, authentication enabled, native persistence on a dedicated disk, and a unique per-VM password generated on first boot. Maintained by cloudimg.
## Apache Ignite on Ubuntu 24.04 LTS
Apache Ignite is a distributed database and compute platform that combines in-memory performance with durable native persistence, exposing ANSI SQL, key-value, and compute APIs. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/ignite-credentials.txt`, then connect with the bundled SQL client: `bin/sqlline.sh -u 'jdbc:ignite:thin://127.0.0.1/' -n ignite -p