DbSchema is a powerful database management and design tool for Apache Ignite. It offers features such as visual schema design, team collaboration with GIT, schema deployment and HTML schema documentation.
Choose "Connect to the database" or "New Model Connected to the Database" will let you select your database and open the Connection Dialog.
DbSchema automatically downloads the JDBC driver to connect to your database.
In the Connection Dialog window, select the JDBC URL you want to connect with. If your database is running in the cloud, choose Edit Manually and insert the JDBC URL from the cloud console.
Enter the host name, the authentication details, select your database as described in the Connection Dialog page.
DbSchema also allows you to generate and share detailed HTML documentation of your Apache Ignite schema, which can be useful for both developers and stakeholders. It helps you visualize complex schema structures and make informed decisions on optimizing your database design.
For more on features and advanced capabilities specific to Apache Ignite, click here.
The docker container is described at https://apacheignite.readme.io/docs/docker-deployment.
Create the container using:
1 | docker run --name ignite -p 47500:47500 -p 47501:47501 -p 10800:10800 -it apacheignite/ignite |