https://github.com/PacificCommunity/pdh-dotstat-contract_explorer
A web explorer for yaml data contracts, in Rust with Marmite
https://github.com/PacificCommunity/pdh-dotstat-contract_explorer
Last synced: 10 months ago
JSON representation
A web explorer for yaml data contracts, in Rust with Marmite
- Host: GitHub
- URL: https://github.com/PacificCommunity/pdh-dotstat-contract_explorer
- Owner: PacificCommunity
- Created: 2024-11-14T04:48:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:56:31.000Z (over 1 year ago)
- Last Synced: 2025-04-09T09:41:58.534Z (about 1 year ago)
- Language: Rust
- Homepage: https://pacificcommunity.github.io/pdh-dotstat-contract_explorer/
- Size: 20.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
At PDH.Stat we take good care of all data we collect, process, and disseminate.
To be better at tracing provenance and ensuring data quality, we are experimenting with a new feature: data contracts.
This are rather detailed, technical documents that map the flows of data from the source to the final products.
The contracts are negotiational, meaning that they are agreed upon by all parties involved in the data processing.
And they are living documents, meaning that they are updated as the data processing evolves.
Not to reinvent the wheel, we adopted a recognised standard for data contracts specification, available [here](https://datacontract.com).
## This repository
is where we store all data contracts for the data we process:
- the raw yaml files can be found in the `/contracts/` directory.
- this website also provides a user-friendly interface to browse and discover the contracts [here](https://pacificcommunity.github.io/pdh-dotstat-contract_explorer/).
## How to contribute
If you are a data producer, data processor, or data user, you are welcome to contribute to the data contracts.
Actually, we encourage you to do so, as this will help us all to better understand the data we work with.