Show HN: Documentation Generator for Data Pipelines
1–2 of 2 posts
Re: Show HN: Documentation Generator for Data Pipelines
#2We are often tasked with generating documentation for our ETL/ELT projects. These involve a large number of sources, transformations, and targets, each in a different system and format.
We created this open source project to ease the creation of pipeline documentation using a source-agnostic yaml format. Since it uses a CLI, it can easily be embedded in a CI/CD process to make sure the documentation is always up to date.
Would love to hear feedback and ideas for improvement!