https://github.com/data-solution-automation-engine/data-solution-framework
A library for data warehouse and data integration pattern and architecture documentation.
https://github.com/data-solution-automation-engine/data-solution-framework
architecture data-warehouses datawarehouse design etl etl-control etl-processes patterns solution
Last synced: 3 months ago
JSON representation
A library for data warehouse and data integration pattern and architecture documentation.
- Host: GitHub
- URL: https://github.com/data-solution-automation-engine/data-solution-framework
- Owner: data-solution-automation-engine
- License: lgpl-3.0
- Created: 2018-01-17T22:56:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T21:39:27.000Z (3 months ago)
- Last Synced: 2025-07-20T05:05:03.796Z (3 months ago)
- Topics: architecture, data-warehouses, datawarehouse, design, etl, etl-control, etl-processes, patterns, solution
- Homepage:
- Size: 5.47 MB
- Stars: 51
- Watchers: 16
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
- jimsghstars - data-solution-automation-engine/data-solution-framework - A library for data warehouse and data integration pattern and architecture documentation. (Others)
README
# Data Solution Framework
A documentation library containing reusable design- and solution patterns.
## Getting started
Please have a look at [the introduction documentation](./docs/index.md) to get started!
The automatically-generated documentation site is available on [GitHub pages](https://data-solution-automation-engine.github.io/data-solution-framework/).
## Implementation
This repository is intended to be cloned and modified for organisation-specific scenarios. All files are text-based (MarkDown format, by default) for convenient editing and collaboration using Git. A DocFX file is also provided to generate static HTML from the repository's contents.
To generate the content as a website (on localhost port 8081), please run the following from the 'docs' directory of the repository:
```azurepowershell
docfx docfx.json --serve -p 8081
```