Skip to content

Commit ed61cf8

Browse files
Demo data (#291)
* chore: added .envrc and config required to run the project * feat: added demo data page * clarified optional component
1 parent edbf9fe commit ed61cf8

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake . --impure

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.direnv
5+
bin
6+
cache
7+
extensions
8+
gems
9+
specifications

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ exclude:
6666
- vendor/
6767
- book/
6868
- README.md
69+
- gems/
6970

7071
gh_edit_link: true # show or hide edit this page link
7172
gh_edit_link_text: "Edit this page on GitHub."

assets/machine_stats.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"servers": [
3+
{
4+
"cpu_count": 4,
5+
"cpu_name": "Intel Core i5-4430",
6+
"fqdn": "airbnbapp1.ca-central-1.compute.internal",
7+
"host_name": "airbnbapp1",
8+
"ip_addresses": [
9+
"172.31.9.62",
10+
"172.17.0.1",
11+
"fe80::4ee:9cff:fe97:418f"
12+
],
13+
"operating_system": "Ubuntu",
14+
"operating_system_version": "18.04",
15+
"ram_allocated_gb": 32,
16+
"ram_used_gb": 16,
17+
"storage_allocated_gb": 512,
18+
"storage_used_gb": 149
19+
}
20+
]
21+
}

pages/demo-data.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
toc: false
3+
title: Tidal Accelerator Demo Resources
4+
layout: pages
5+
nav_exclude: true
6+
keywords: demo, data, resources, lab, hands-on
7+
last_updated: June, 2025
8+
summary: "Demo data for working with Tidal Accelerator"
9+
permalink: demo-data.html
10+
---
11+
12+
Welcome to the Tidal Accelerator hands-on lab session! This page contains all the resources you'll need to complete the lab exercises.
13+
14+
## Required Resources
15+
16+
Download the [demo-data](https://s3.ca-central-1.amazonaws.com/tidal.assets.public/demo-data/demo-data.zip) zip file and extract it to your location of choice.
17+
18+
The resulting directory contains the following:
19+
1. demo-records - a directory containing three spreadsheets; servers, databases and applications for your workspace.
20+
2. sct-results - a directory containing two AWS Schema Conversion Tool result sets.
21+
3. nopCommerce - an open-source ASP.NET eCommerce app which we will analyze
22+
4. machine_stats.json - a sample output of Machine Stats which we will upload to Accelerator using Tidal Tools.
23+
24+
{: .note }
25+
While we include the nopCommerce codebase in the zip file, if you'd prefer, you can also clone it with git using the following command:
26+
`git clone --branch release-4.80.6 --single-branch [email protected]:nopSolutions/nopCommerce.git`
27+
28+
## Optional Software
29+
30+
If you'd like to participate in the more advanced components of the lab, you'll need to install:
31+
32+
1. [Tidal Tools](https://get.tidal.sh/) - Download and install Tidal Tools. For help see our documentation [here](tidal-tools.html).
33+
2. [Docker](https://docs.docker.com/get-docker/) - Required for running Tidal Tools' code analysis feature.
34+
35+
## Need Help?
36+
37+
If you encounter any issues downloading or using these resources, please let us know.

0 commit comments

Comments
 (0)