DemoΒΆ
Once InfDB has been successfully started and data has been imported, you can use the integrated tools or develop your own using the provided tool framework to interact with InfDB data. Detailed information on available tools and their usage is provided in the Tools section of the documentation.
To run the Linear Heat Density demo, execute:
Additional information is available in the Linear Heat Density section of the documentation.To see the outputs of executing the tool you may, for example, review the Postgres database. If you have default configuration, you can run the following:
$ docker ps # To get the ID of the container
$ docker exec -it <container ID> bash # Start a new shell session in the container
$ psql --username=infdb_user -W --dbname=infdb # Executed inside the container where password is found in config
You can also use pgAdmin or any other database client to connect to the database using the credentials and port specified in the configuration.