Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitol-io/open-data-contract-standard
Home of the Open Data Contract Standard (ODCS).
https://github.com/bitol-io/open-data-contract-standard
data data-contract data-contracts data-engineering data-mesh data-quality
Last synced: 17 days ago
JSON representation
Home of the Open Data Contract Standard (ODCS).
- Host: GitHub
- URL: https://github.com/bitol-io/open-data-contract-standard
- Owner: bitol-io
- License: apache-2.0
- Fork: true (jgperrin/data-contract-template)
- Created: 2023-06-27T20:10:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:19:15.000Z (7 months ago)
- Last Synced: 2024-05-22T12:33:50.059Z (7 months ago)
- Topics: data, data-contract, data-contracts, data-engineering, data-mesh, data-quality
- Homepage: https://bitol.io
- Size: 2.29 MB
- Stars: 211
- Watchers: 10
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - bitol-io/open-data-contract-standard - Home of the Open Data Contract Standard (ODCS). (Ruby)
- awesome-data-contracts - Open Data Contract Specification - driven open standard to define data contract around eight sections: demographics, schema, Data Quality, pricing, stakeholders, security, SLA, and custom properties. (Specifications and Protocols)
README
---
title: "Open Data Contract Standard (ODCS)"
description: "Home of Open Data Contract Standard (ODCS) documentation."
image: "https://raw.githubusercontent.com/bitol-io/artwork/main/horizontal/color/Bitol_Logo_color.svg"
---[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8149/badge)](https://www.bestpractices.dev/projects/8149)
# Open Data Contract Standard (ODCS)
Welcome!
Thanks for your interest and for taking the time to come here! ❤️
## Executive summary
This standard describes a structure for a **data contract**. Its current version is v3.0.0. It is available for you as an Apache 2.0 license. Contributions are welcome!## Discover the open standard
A reader-friendly version of the standard can be found on its [dedicated site](https://bitol-io.github.io/open-data-contract-standard/).Discover the [Open Data Contract Standard](docs/README.md). This file contains some explanations and several examples. More [examples](docs/examples/README.md) can be found here.
## What is a Data Contract?
### The basics of a data contract
A data contract defines the agreement between a data producer and consumers. A data contract contains several sections:* [Fundamentals](docs/README.md#fundamentals).
* [Schema](docs/README.md#schema).
* [Data quality](docs/README.md#data-quality).
* [Support & communication channels](docs/README.md#support-and-communication-channels)
* [Pricing](docs/README.md#pricing)
* [Team](docs/README.md#team)
* [Roles](docs/README.md#roles)
* [Service-level agreement (SLA)](docs/README.md#service-level-agreement-sla).
* [Infrastructures & servers](docs/README.md#infrastructure-and-servers)
* [Custom properties](docs/README.md#custom-properties).![Data contract schema](docs/img/data-contract-diagram-latest.svg "Data contract schema")
*Figure 1: illustration of a data contract, its principal contributors, sections, and usage.*
### JSON Schema
JSON Schema for ODCS can be found [here](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-latest.json). You can import this schema into your IDE for
validation of your YAML files. Links below show how you can import the schema:- [IntelliJ](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom)
- [VS Code](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings)## Articles and Other Resources
Check out the [resources](resources.md) page.## Contributing to the project
Check out the [CONTRIBUTING](./CONTRIBUTING.md) page.## More
### History
Formerly known as the data contract template, this standard is used to implement Data Mesh at [PayPal](https://about.pypl.com/). Starting with v2.2.0, it is maintained by a 501c6 non-profit organization called [AIDA User Group (Artificial Intelligence, Data, and Analytics User Group)](https://aidaug.org). On November 30th, 2023, [AIDA User Group](https://aidaug.org) and the [Linux Foundation AI & Data](https://lfaidata.foundation/) joined forces to create [Bitol](https://bitol.io). Bitol englobes ODCS and future standards & tools.### How does PayPal use Data Contracts?
PayPal uses data contracts in many ways, but this [article](https://medium.com/paypal-tech/the-next-generation-of-data-platforms-is-the-data-mesh-b7df4b825522) from the [PayPal Technology blog](https://medium.com/paypal-tech) gives a good introduction.