Visualizing graph structures using Go and Graphviz

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/golang

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • dot

    Go package for writing descriptions using the Graphviz DOT and Mermaid language (by emicklei)

    I did somre graphviz generation recently and ended up using https://github.com/emicklei/dot. I had to do some experimentation to find a preview in vs code which updated the graph while I iterated on my code, but I think I ended up needing to refresh manually,

  • graph

    A library for creating generic graph data structures and modifying, analyzing, and visualizing them. 一款用于创建通用图数据结构、对其进行修改、分析和可视化的库。

    Opened an issue for this: https://github.com/dominikbraun/graph/issues/24

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts