timsaucer commented on PR #11845: URL: https://github.com/apache/datafusion/pull/11845#issuecomment-2275631290
[reduced datafusion dependencies.pdf](https://github.com/user-attachments/files/16542723/reduced.datafusion.dependencies.pdf) I'm trying to wrap my head around the current dependency graph and what the purpose of each of the crates is. I generated this diagram using `cargo depgraph --workspace-only --exclude datafusion-sqllogictest,datafusion-wasmtest,datafusion-docs-tests,gen,gen-common,datafusion-examples,test-utils,datafusion-benchmarks > depgraph.dot` and then I further removed `datafusion` (core) because it depends on nearly everything here and clutters the diagram, `datafusion-common` because nearly everything here depends on it, `datafusion-proto` / `datafusion-proto-common` because they don't really add a lot to the graph and just clutter it, and `datafusion-substrait` because it only depends on `datafusion` (core). I then colored the nodes going into `datafusion-expr` to make it easier for me to follow. Hopefully this helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
