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

Emulate Azure blob storage and AWS S3 #2461

Merged
merged 5 commits into from
Aug 30, 2024

Conversation

austin-hall-skylight
Copy link
Collaborator

PULL REQUEST

Summary

Added scripts to run azurite or localstack to emulate cloud storage locally.

Related Issue

Fixes #2405

Acceptance Criteria

  • S3 bucket is running when running npm run local-dev
  • Azure blob storage is running when running npm run local-dev
  • FHIR data gets saved to S3 bucket/azure blob storage
  • Environment variables values are documented and set to connect to S3 bucket/azure blob storage

Checklist

  • If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)

@austin-hall-skylight
Copy link
Collaborator Author

Localstack doesn't persist data after you stop the container unless you have the premium version. I'm curious how you all feel about using this.

Copy link
Collaborator

@gordonfarrell gordonfarrell left a comment

Choose a reason for hiding this comment

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

LGTM Thanks Austin!

@austin-hall-skylight austin-hall-skylight added this pull request to the merge queue Aug 30, 2024
Merged via the queue into main with commit 3df0e4f Aug 30, 2024
11 checks passed
@austin-hall-skylight austin-hall-skylight deleted the austin/2405-emulate-blob-storage branch August 30, 2024 12:46
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.

Setup Blobstorage for local development
3 participants