An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```