Skip to content

Commit 1d8e8c4

Browse files
authored
Merge pull request #57 from pflooky/vendor-data-caterer
Add in data caterer as vendor, add vendor to docs site
2 parents 0033eba + bb57dae commit 1d8e8c4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ nav:
3737
- Examples: 'examples/index.md'
3838
- Changelog: 'changelog.md'
3939
- Contributing: 'contributing.md'
40+
- Vendors: 'vendors.md'
4041

4142
extra:
4243
social:

script/build_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ echo "Moving top level markdown files into 'docs' folder"
44
cat README.md | sed 's/(docs\//(/g' | sed 's/CONTRIBUTING.md/contributing.md/g' > docs/index.md
55
cat CHANGELOG.md | sed 's/(docs\//(/g' > docs/changelog.md
66
cp CONTRIBUTING.md docs/contributing.md
7+
cp vendors.md docs/vendors.md

vendors.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
Vendors who natively support ODCS (Open Data Contract Standard).
66

7-
A non-exhaustive, alphabetical list of organizations offering solutions natively compatible with ODCS, such as data catalogs, data quality platforms, security tools, and more.
7+
A non-exhaustive, alphabetical list of organizations offering solutions natively compatible with ODCS, such as data
8+
catalogs, data quality platforms, security tools, and more.
89

10+
* [Data Caterer](https://data.catering/setup/guide/data-source/metadata/open-data-contract-standard/) - Test data
11+
management tool using data contracts as a metadata source
912
* [Data Contract CLI](https://cli.datacontract.com) - Open Source tooling around data contracts
1013
* [DQC.ai | DQ PLATFORM](https://www.dqc.ai/dqc-platform) - [Enhancing Data Quality with ODCS: A Standard Ensured by the DQ Platform
11-
](https://www.dqc.ai/post/enhancing-data-quality-with-odcs-a-standard-ensured-by-the-dq-platform)
14+
](https://www.dqc.ai/post/enhancing-data-quality-with-odcs-a-standard-ensured-by-the-dq-platform)
1215

1316
## Service providers
1417

0 commit comments

Comments
 (0)