Azimutt

Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  azimutt:
    image: ghcr.io/azimuttapp/azimutt:main
    container_name: azimutt
    env_file:
      - <path_to_your_env_file>
    ports:
      - 4000:4000
    restart: unless-stopped

Resources

Website: https://azimutt.app/

GitHub: https://github.com/azimuttapp/azimutt

GitHub Container Registry: https://github.com/azimuttapp/azimutt/pkgs/container/azimutt

Configuration: https://github.com/azimuttapp/azimutt/blob/main/INSTALL.md