-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up get started page, make guide use grid cards for scenarios an…
…d data sources, add in unique validation documentation
- Loading branch information
Showing
20 changed files
with
220 additions
and
155 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Run Data Caterer | ||
|
||
## Docker | ||
|
||
### Quick start | ||
## Quick start | ||
|
||
Ensure you have `docker` installed and running. | ||
|
||
|
@@ -12,33 +10,14 @@ git clone [email protected]:pflooky/data-caterer-example.git | |
#check results under docker/sample/report/index.html folder | ||
``` | ||
|
||
#### Report | ||
### Report | ||
|
||
Check the report generated under `docker/data/custom/report/index.html`. | ||
|
||
Sample report can also be seen [**here**](../sample/report/html/index.html) | ||
|
||
### Guided tour | ||
## Guided tour | ||
|
||
Check out the started guide [**here**](../setup/guide/scenario/first-data-generation.md) that will take your through | ||
Check out the starter guide [**here**](../setup/guide/scenario/first-data-generation.md) that will take your through | ||
step by step. You can also check the other guides [**here**](../setup/guide/index.md) to see the other possibilities of | ||
what Data Caterer can achieve for you. | ||
|
||
### Other data sources | ||
|
||
To run for another data source, you can run using `docker-compose` and set `DATA_SOURCE` like below | ||
|
||
```shell | ||
./gradlew build | ||
cd docker | ||
DATA_SOURCE=postgres docker-compose up -d datacaterer | ||
``` | ||
|
||
Can set it to one of the following: | ||
|
||
- postgres | ||
- mysql | ||
- cassandra | ||
- solace | ||
- kafka | ||
- http |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -465,18 +465,6 @@ | |
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#docker" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
|
||
Docker | ||
|
||
</span> | ||
</a> | ||
|
||
<nav class="md-nav" aria-label="Docker"> | ||
<ul class="md-nav__list"> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#quick-start" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
|
||
|
@@ -503,8 +491,8 @@ | |
</nav> | ||
|
||
</li> | ||
<li class="md-nav__item"> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#guided-tour" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
|
||
|
@@ -513,22 +501,6 @@ | |
</span> | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#other-data-sources" class="md-nav__link"> | ||
<span class="md-ellipsis"> | ||
|
||
Other data sources | ||
|
||
</span> | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
</nav> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
@@ -1785,35 +1757,19 @@ | |
|
||
|
||
<h1 id="run-data-caterer">Run Data Caterer</h1> | ||
<h2 id="docker">Docker</h2> | ||
<h3 id="quick-start">Quick start</h3> | ||
<h2 id="quick-start">Quick start</h2> | ||
<p>Ensure you have <code>docker</code> installed and running.</p> | ||
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>[email protected]:pflooky/data-caterer-example.git | ||
./run.sh | ||
<span class="c1">#check results under docker/sample/report/index.html folder</span> | ||
</code></pre></div> | ||
<h4 id="report">Report</h4> | ||
<h3 id="report">Report</h3> | ||
<p>Check the report generated under <code>docker/data/custom/report/index.html</code>.</p> | ||
<p>Sample report can also be seen <a href="../../sample/report/html/"><strong>here</strong></a></p> | ||
<h3 id="guided-tour">Guided tour</h3> | ||
<p>Check out the started guide <a href="../../setup/guide/scenario/first-data-generation/"><strong>here</strong></a> that will take your through | ||
<h2 id="guided-tour">Guided tour</h2> | ||
<p>Check out the starter guide <a href="../../setup/guide/scenario/first-data-generation/"><strong>here</strong></a> that will take your through | ||
step by step. You can also check the other guides <a href="../../setup/guide/"><strong>here</strong></a> to see the other possibilities of | ||
what Data Caterer can achieve for you.</p> | ||
<h3 id="other-data-sources">Other data sources</h3> | ||
<p>To run for another data source, you can run using <code>docker-compose</code> and set <code>DATA_SOURCE</code> like below</p> | ||
<div class="highlight"><pre><span></span><code>./gradlew<span class="w"> </span>build | ||
<span class="nb">cd</span><span class="w"> </span>docker | ||
<span class="nv">DATA_SOURCE</span><span class="o">=</span>postgres<span class="w"> </span>docker-compose<span class="w"> </span>up<span class="w"> </span>-d<span class="w"> </span>datacaterer | ||
</code></pre></div> | ||
<p>Can set it to one of the following:</p> | ||
<ul> | ||
<li>postgres</li> | ||
<li>mysql</li> | ||
<li>cassandra</li> | ||
<li>solace</li> | ||
<li>kafka</li> | ||
<li>http</li> | ||
</ul> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.