Ditch the Drag-and-Drop! Create Perfect Architectural Diagrams with Code ( AI and Diagrams Python )

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Tired of battling clunky drag-and-drop tools for your architectural diagrams? Say hello to Diagram as Code, your coding wizard for perfect, pain-free diagrams!
    This video unlocks a world where you write your diagrams with the precision of code, version-control them like any other software artifact, and generate them effortlessly. No more mouse-wrestling monsters! ✊
    Join us as we explore:
    ChatGPT, your AI diagramming sidekick: Stuck on code? This wordsmith writes it for you!
    Effortless reusability: Recycle code components for future projects, saving precious time. ⏳
    Version control mastery: Track changes, revert to old versions, and collaborate like a champ.
    Automation magic: CI/CD pipelines keep your diagrams always up-to-date - sit back and relax!
    Customization galore: Tweak styles and elements to match your project's vision. ✨
    We'll walk you through:
    Setting up your dev environment with ChatGPT and Diagrams Python.
    Writing code for your architectural elements and relationships.
    Leveraging ChatGPT for code generation and overcoming syntax hurdles.
    Implementing version control with Git for seamless collaboration.
    Automating diagram generation through CI/CD pipelines.
    Customizing your diagrams to perfection.
    Stop diagramming the hard way! This video is your roadmap to:
    Effortless diagram creation.
    Seamless collaboration and version control.
    Beautiful, customized diagrams that match your vision.
    Ready to code your architectural dreams? Hit play and let's dive in!

Комментарии • 4

  • @naveenkumarmurugan1962
    @naveenkumarmurugan1962  Месяц назад +1

    ❤ Thanks for commenting this out and apologies for the late response.
    diagram = Diagram("s3_to_rds", outformat="dot")

    you can save the diagaram as dot format instead of “png” and use graphviz supported editors to edit the image example yed www.yworks.com/products/yed, or Visual studio with graphviz extension.

  • @reya4182
    @reya4182 2 месяца назад +2

    Nice try but is that output image editable

    • @bukovelby
      @bukovelby Месяц назад +1

      same thoughts. Picture is not convenient

    • @naveenkumarmurugan1962
      @naveenkumarmurugan1962  Месяц назад

      you can save the diagaram as dot format instead of “png” and use graphviz supported editors to edit the image example yed www.yworks.com/products/yed, or Visual studio with graphviz extension.