InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 17 Go Tree Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
dep-tree
Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them.
Project mention: Show HN: Visualize the complexity of a Golang codebase with a 3D force graph | news.ycombinator.com | 2024-06-10Hi HN!
I want to share a project for which Golang support was just added:
https://github.com/gabotechs/dep-tree
This is a tool that allows users to visualize the complexity of a code base using a 3D force-directed graph:
It will take a Golang codebase entrypoint, typically `main.go`, it will parse the file and gather other files in which this file depends on (by resolving function names, types, etc...)
It will recursively perform this operation with all the dependant files, until the full graph with all the source files is formed.
It will render the graph using a force-directed layout, and all the source files will be placed in a three-dimensional space simulating some attraction/repulsion forces based on the dependencies between them.
Clean and loosely coupled codebases will tend to form clusters of nodes in the 3d space separated from each other, while tightly coupled and messy codebases will be rendered with all the nodes grouped together without clear sense of separation.
Here are some examples of rendering this graph for some well known projects:
- Docker compose: https://dep-tree-explorer.vercel.app/api?repo=https%3A%2F%2F...
-
-
-
-
gtree
Using either Markdown or Programmatically to generate trees🌳 and directories📁, and to verify directories🔍. Provide CLI, Go package and Web.
-
typex
[TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Project mention: I curate a daily newsletter with resources about Golang - Daily Golang. Here are the latest 6 issues of the newsletter | dev.to | 2024-08-19
🛠️ TreeGen ASCII Tree to Directory and File Structure Generator
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go Tree discussion
Go Tree related posts
-
gtree CLI built to WASM with WASI support🌳!
-
Using either Markdown or Programmatically to generate directory trees and directories, and to verify directories. Provide CLI, Golang library and Web.
-
Generate directory trees🌳 and the directories itself📁 using Markdown or Programmatically.
-
How can I make the process faster?
-
Tree Maker _ Convert Markdown to tree!
-
Ad Victoriam - Expeditions Update
-
Tree Maker __ Convert Markdown to tree!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 22 May 2025
Index
What are some of the best open-source Tree projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | gods | 16,908 |
2 | dep-tree | 1,592 |
3 | algorithms | 815 |
4 | merkletree | 517 |
5 | data-structures | 417 |
6 | gtree | 298 |
7 | typex | 205 |
8 | treemap | 159 |
9 | tftree | 152 |
10 | envh | 100 |
11 | treegen | 61 |
12 | ddt | 39 |
13 | hoi4treesnap | 29 |
14 | mpath | 13 |
15 | tfscan | 8 |
16 | tree | 5 |
17 | pretree | 3 |