/data-solution-framework

A library for data warehouse and data integration pattern and architecture documentation.

GNU Lesser General Public License v3.0LGPL-3.0

Data Solution Framework

A documentation library containing reusable design- and solution patterns.

Getting started

Please have a look at the introduction documentation to get started!

The automatically-generated documentation site is available on GitHub pages.

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:

docfx docfx.json --serve -p 8081