Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arcade demo on About page of docs #3009

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/v2/src/pages/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ Marquez enables highly flexible [data lineage](https://en.wikipedia.org/wiki/Dat

![](metadata-why.svg)

## Interactive Demo

<div style={{ position: 'relative', paddingBottom: 'calc(51.71875% + 41px)', height: 0, width: '100%' }}>
<iframe
src="https://demo.arcade.software/jvl9klSzforNlap3HWxS?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
title="Marquez"
frameBorder="0"
loading="lazy"
allowFullScreen
allow="clipboard-write"
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light' }}
/>
</div>
<br/>

## Design

Marquez is a modular system and has been designed as a highly scalable, highly extensible platform-agnostic solution for metadata management. It consists of the following system components:
Expand Down
Loading