forked from pflooky/data-caterer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
<script src="index.js"></script> | ||
|
||
## What does it look like | ||
|
||
Play around with the example below to see how Data Caterer can generate transaction data, validate it and then clean | ||
it up. | ||
<p style="font-size: small">*This is for illustrative purposes</p> | ||
|
||
<span class="center-content"> | ||
<a id="generate-button" class="md-button md-button--primary button-spaced">Generate</a> | ||
<a id="validate-button" class="md-button md-button--primary button-spaced">Validate</a> | ||
<a id="cleanup-button" class="md-button md-button--primary button-spaced">Cleanup</a> | ||
</span> | ||
|
||
<div class="center-content" style="flex-direction: column"> | ||
<div id="raw-transaction-container" class="raw-transaction-container"></div> | ||
<img src="diagrams/index/basic_demo_data_consumer.svg" | ||
alt="Data consumer reading from source and pushing to sink data source"> | ||
<div id="result-container"> | ||
<div id="transaction-card-container" class="all-card-container"></div> | ||
<div id="validation-container"></div> | ||
</div> | ||
</div> |