Skip to content

Commit

Permalink
Clean up layout of guide grid cards
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Nov 13, 2023
1 parent 883bd5c commit 0aa04a7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 89 deletions.
108 changes: 44 additions & 64 deletions docs/setup/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,73 +12,53 @@ the trial can be found [**here**](../../get-started/docker.md#paid-version-trial

## Scenarios

!!! note "Free tier scenarios"

<div class="grid cards" markdown>

- __[First Data Generation]__ - If you are new, this is the place to start
- __[Multiple Records Per Column Value]__ - How you can generate multiple records per set of columns
- __[Foreign Keys Across Data Sources]__ - Generate matching values across generated data sets
- __[Data Validations]__ - (Soon to document) Run data validations after generating data

</div>

[First Data Generation]: scenario/first-data-generation.md
[Multiple Records Per Column Value]: scenario/records-per-column.md
[Foreign Keys Across Data Sources]: scenario/batch-and-event.md
[Data Validations]: scenario/first-data-generation.md

!!! example "Paid tier scenarios"

<div class="grid cards" markdown>

- __[Auto Generate From Data Connection]__ - Automatically generating data from just defining data sources
- __[Delete Generated Data]__ - Delete the generated data whilst leaving other data
- __[Generate Batch and Event Data]__ - Generate matching batch and event data

</div>

[Auto Generate From Data Connection]: scenario/auto-generate-connection.md
[Delete Generated Data]: scenario/delete-generated-data.md
[Generate Batch and Event Data]: scenario/batch-and-event.md
<div class="grid cards" markdown>

- __[First Data Generation]__ - If you are new, this is the place to start
- __[Multiple Records Per Column Value]__ - How you can generate multiple records per set of columns
- __[Foreign Keys Across Data Sources]__ - Generate matching values across generated data sets
- __[Data Validations]__ - (Soon to document) Run data validations after generating data
- __[Auto Generate From Data Connection]__ - Automatically generating data from just defining data sources
- __[Delete Generated Data]__ - Delete the generated data whilst leaving other data
- __[Generate Batch and Event Data]__ - Generate matching batch and event data

</div>

[First Data Generation]: scenario/first-data-generation.md
[Multiple Records Per Column Value]: scenario/records-per-column.md
[Foreign Keys Across Data Sources]: scenario/batch-and-event.md
[Data Validations]: scenario/first-data-generation.md
[Auto Generate From Data Connection]: scenario/auto-generate-connection.md
[Delete Generated Data]: scenario/delete-generated-data.md
[Generate Batch and Event Data]: scenario/batch-and-event.md

## Data Sources

!!! note "Free tier data sources"

<div class="grid cards" markdown>

- __[Files (CSV, JSON, ORC, Parquet)]__ - Generate data for files with separator (comma separated by default)
- __[Files (Fixed width)]__ - (Soon to document) A variant of CSV but with no separator
- __[Postgres]__ - JDBC Postgres tables

</div>

[Files (CSV, JSON, ORC, Parquet)]: scenario/first-data-generation.md
[Files (Fixed width)]: scenario/first-data-generation.md
[Postgres]: scenario/first-data-generation.md

!!! example "Paid tier data sources"

<div class="grid cards" markdown>

- __[Cassandra]__ - Cassandra tables
- __[Kafka]__ - Kafka topics
- __[Solace]__ - Solace messages
- __[Marquez]__ - Generate data based on metadata in Marquez
- __[OpenMetadata]__ - Generate data based on metadata in OpenMetadata
- __[HTTP]__ - HTTP requests
- __[MySql]__ - (Soon to document) JDBC MySql tables

</div>

[Cassandra]: data-source/cassandra.md
[Kafka]: data-source/kafka.md
[Solace]: data-source/solace.md
[Marquez]: data-source/marquez-metadata-source.md
[OpenMetadata]: data-source/open-metadata-source.md
[HTTP]: data-source/http.md
[MySql]: data-source/cassandra.md
<div class="grid cards" markdown>

- __[Files (CSV, JSON, ORC, Parquet)]__ - Generate data for popular file formats
- __[Postgres]__ - JDBC Postgres tables
- __[Cassandra]__ - Cassandra tables
- __[Kafka]__ - Kafka topics
- __[Solace]__ - Solace messages
- __[Marquez]__ - Generate data based on metadata in Marquez
- __[OpenMetadata]__ - Generate data based on metadata in OpenMetadata
- __[HTTP]__ - HTTP requests
- __[Files (Fixed width)]__ - (Soon to document) A variant of CSV but with no separator
- __[MySql]__ - (Soon to document) JDBC MySql tables

</div>

[Files (CSV, JSON, ORC, Parquet)]: scenario/first-data-generation.md
[Files (Fixed width)]: scenario/first-data-generation.md
[Postgres]: scenario/first-data-generation.md
[Cassandra]: data-source/cassandra.md
[Kafka]: data-source/kafka.md
[Solace]: data-source/solace.md
[Marquez]: data-source/marquez-metadata-source.md
[OpenMetadata]: data-source/open-metadata-source.md
[HTTP]: data-source/http.md
[MySql]: data-source/cassandra.md

## YAML Files

Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

28 changes: 4 additions & 24 deletions site/setup/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1911,52 +1911,32 @@ <h1 id="guides">Guides</h1>
<p>For any of the paid tier guides, you can use the trial version fo the app to try it out. Details on how to get
the trial can be found <a href="../../get-started/docker/#paid-version-trial"><strong>here</strong></a>.</p>
<h2 id="scenarios">Scenarios</h2>
<div class="admonition note">
<p class="admonition-title">Free tier scenarios</p>
<div class="grid cards" markdown>
<div class="grid cards">
<ul>
<li><strong><a href="scenario/first-data-generation/">First Data Generation</a></strong> - If you are new, this is the place to start</li>
<li><strong><a href="scenario/records-per-column/">Multiple Records Per Column Value</a></strong> - How you can generate multiple records per set of columns</li>
<li><strong><a href="scenario/batch-and-event/">Foreign Keys Across Data Sources</a></strong> - Generate matching values across generated data sets</li>
<li><strong><a href="scenario/first-data-generation/">Data Validations</a></strong> - (Soon to document) Run data validations after generating data</li>
</ul>
</div>
</div>
<div class="admonition example">
<p class="admonition-title">Paid tier scenarios</p>
<div class="grid cards" markdown>
<ul>
<li><strong><a href="scenario/auto-generate-connection/">Auto Generate From Data Connection</a></strong> - Automatically generating data from just defining data sources</li>
<li><strong><a href="scenario/delete-generated-data/">Delete Generated Data</a></strong> - Delete the generated data whilst leaving other data</li>
<li><strong><a href="scenario/batch-and-event/">Generate Batch and Event Data</a></strong> - Generate matching batch and event data</li>
</ul>
</div>
</div>
<h2 id="data-sources">Data Sources</h2>
<div class="admonition note">
<p class="admonition-title">Free tier data sources</p>
<div class="grid cards" markdown>
<div class="grid cards">
<ul>
<li><strong><a href="scenario/first-data-generation/">Files (CSV, JSON, ORC, Parquet)</a></strong> - Generate data for files with separator (comma separated by default)</li>
<li><strong><a href="scenario/first-data-generation/">Files (Fixed width)</a></strong> - (Soon to document) A variant of CSV but with no separator</li>
<li><strong><a href="scenario/first-data-generation/">Files (CSV, JSON, ORC, Parquet)</a></strong> - Generate data for popular file formats</li>
<li><strong><a href="scenario/first-data-generation/">Postgres</a></strong> - JDBC Postgres tables</li>
</ul>
</div>
</div>
<div class="admonition example">
<p class="admonition-title">Paid tier data sources</p>
<div class="grid cards" markdown>
<ul>
<li><strong><a href="data-source/cassandra/">Cassandra</a></strong> - Cassandra tables</li>
<li><strong><a href="data-source/kafka/">Kafka</a></strong> - Kafka topics</li>
<li><strong><a href="data-source/solace/">Solace</a></strong> - Solace messages</li>
<li><strong><a href="data-source/marquez-metadata-source/">Marquez</a></strong> - Generate data based on metadata in Marquez</li>
<li><strong><a href="data-source/open-metadata-source/">OpenMetadata</a></strong> - Generate data based on metadata in OpenMetadata</li>
<li><strong><a href="data-source/http/">HTTP</a></strong> - HTTP requests</li>
<li><strong><a href="scenario/first-data-generation/">Files (Fixed width)</a></strong> - (Soon to document) A variant of CSV but with no separator</li>
<li><strong><a href="data-source/cassandra/">MySql</a></strong> - (Soon to document) JDBC MySql tables</li>
</ul>
</div>
</div>
<h2 id="yaml-files">YAML Files</h2>
<h3 id="base-concept">Base Concept</h3>
<p>The execution of the data generator is based on the concept of plans and tasks. A plan represent the set of tasks that
Expand Down
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 0aa04a7

Please sign in to comment.