You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/data-processor/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Event Driven Architectures with Amazon EKS and AWS Controllers for Kubernetes
2
2
3
-
This data processing example uses event-driven approach for data ingestion and process orchestration, along with Amazon EMR on EKS for data processing implementation.
3
+
This data processing example uses event-driven approach for data ingestion and process orchestration, along with Amazon EMR on EKS for data processing implementation. This example uses [New York City taxi data](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page).
4
4
## Architecture
5
5
6
6
Following diagram illustrates flow of the example and services used:
@@ -83,10 +83,9 @@ List all resources in the stack namespace (it will take some time to get all res
83
83
```shell
84
84
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --show-kind --ignore-not-found -n $WORKLOAD_NAME
85
85
```
86
-
86
+
Copy sample data for processing (for example `yellow_tripdata_2024-05.parquet`):
87
87
```shell
88
-
# Make sure to change your sample data bucket name
0 commit comments