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

New Message File Format #190

Merged
merged 3 commits into from
Aug 9, 2024
Merged

New Message File Format #190

merged 3 commits into from
Aug 9, 2024

Conversation

nicolemah99
Copy link
Collaborator

@nicolemah99 nicolemah99 commented Aug 6, 2024

This PR Updates the format of the message file by removing the path variable and adding the zip files md5sum.

New Message File Format

{
  "event_id": "10149",
  "filename": "kea-events-sel00-202406-10149.zip",
  "md5sum": "1234567890",
  "data_type": "events"
}

Old Message File Format

{
  "event_id": "10149",
  "filename": "kea-events-sel00-202406-10149.zip",
  "path": "kea/events/2024-06/sel00",
  "data_type": "events"
}

@nicolemah99 nicolemah99 linked an issue Aug 6, 2024 that may be closed by this pull request
@nicolemah99 nicolemah99 self-assigned this Aug 6, 2024
Copy link
Member

@teknofire teknofire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@nicolemah99 nicolemah99 merged commit a130467 into main Aug 9, 2024
1 check passed
@nicolemah99 nicolemah99 deleted the nicole/new-message-formate branch August 9, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Message File Creation
2 participants