Skip to content

datacontract/data-landscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Landscape

An interactive landscape of the open standards that power a modern data architecture, built with CNCF landscape2.

Live site: https://datacontract.github.io/data-landscape/

Curated by Entropy Data, with contributions by Denis Arnaud, Stefan Negele, and Erik Wilde.

Structure

  • Metadata — how data is described structurally (API interfaces, data products, schema)
  • Semantics — how meaning is encoded (vocabularies, ontologies, semantic models)
  • Storage — where data lives (file formats, table formats, storage systems)
  • Movement — how data flows between systems (connectivity, messaging, transfer, in-memory)
  • Metastore — how data is found and traced (catalog APIs, lineage)
  • Operations — how data is queried, observed, and governed (query, quality, observability, policies)

Contributing

PRs welcome — especially:

  • new standards we missed
  • corrections to descriptions, governance, or status
  • better logos (prefer SVG)

To add a standard, edit data.yml. Find the right category and subcategory, then add an entry like:

- name: 'My Standard'
  description: 'One-paragraph summary.'
  homepage_url: 'https://example.org'
  logo: 'mystandard.svg'
  repo_url: 'https://github.com/example/my-standard'

Drop the logo file in logos/. SVG preferred; PNG/JPG accepted.

Building locally

Install landscape2 (cargo install landscape2, or grab a binary from the releases page) and run:

landscape2 build \
  --data-file data.yml \
  --settings-file settings.yml \
  --guide-file guide.yml \
  --logos-path logos \
  --output-dir build

cd build && python3 -m http.server 8000

Then open http://localhost:8000.

License

MIT — see LICENSE.

About

Open standards for a modern data architecture, presented as an interactive landscape (powered by CNCF landscape2). Curated by Entropy Data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors