Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML file for UK Rail Dataset #2474

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update data type
iiAnderson committed Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3dfc4102acdf34b708ebe5dc426fdcaac556da12
4 changes: 2 additions & 2 deletions datasets/uk-rail-dataset.yaml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ Resources:
- Description: An S3 directory containing all service metadata, partitioned by year, month, day.
ARN: arn:aws:s3:::darwin-connect/services/v1
Region: eu-west-1
Type: Parquet
Type: S3 Bucket
- Description: An S3 directory containing all train movement data, partitioned by year, month, day.
ARN: arn:aws:s3:::darwin-connect/locations/v1
Region: eu-west-1
Type: Parquet
Type: S3 Bucket
DataAtWork:
Publications:
- Title: Blog posts covering both the analysis of the data as well as the ingestion design & usage.