Skip to content

Commit c67c902

Browse files
committed
Fix PR review feedback.
1 parent 9311ea5 commit c67c902

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

data-anonymization/presdio/README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Before starting, ensure your system meets the following minimum requirements:
8686
### Deploy Environment
8787
```bash
8888
# Clone and start the multi-region environment
89-
git clone https://github.com/bacalhau-project/examples.git
90-
cd examples/setting-up-bacalhau-cluster/docker-compose/multi-region
89+
git clone https://github.com/bacalhau-project/bacalhau-network-setups
90+
cd bacalhau-network-setups/docker-compose/multi-region
9191
docker compose up -d
9292
```
9393

@@ -101,14 +101,9 @@ docker exec -it bacalhau-multi-region-client-1 bash
101101

102102
### Generate Fake Sensitive Data
103103

104-
```bash
105-
# Generate Data in EU region data
106-
bacalhau job run -V Region=eu data-generator.yaml
107-
```
104+
Here we generate fake sensitive data for that will be pushed to the EU storage bucket. It replicates the notion of having sensitive data in the EU jurisdiction.
108105

109-
### Generate Fake Sensitive Data
110-
111-
Here we generate fake sensitive data for that will be pushed to the EU storage bucket. It replicates the notion of having sensitive data in the EU jurisdiction.
106+
**Note:** The content of `data-generator.yaml` file can be found here: [data-generator.yaml](jobs/data-generator.yaml).
112107

113108
```bash
114109
# Generate Data in EU region data
@@ -121,6 +116,8 @@ Here we run the data anonymization job utilizing the EU region compute nodes. Th
121116

122117
This utilizes bacalhau to maintain data protection laws across jurisdiction.
123118

119+
**Note:** The content of `anonymize-job.yaml` file can be found here: [anonymize-job.yaml](jobs/anonymize-job.yaml).
120+
124121
```bash
125122
# Generate Data in EU region data
126123
bacalhau job run -V Region=eu anonymize-job.yaml

0 commit comments

Comments
 (0)