https://github.com/enmeshed-analytics/dagster-deployment
AWS CDK construct to deploy dagtser
https://github.com/enmeshed-analytics/dagster-deployment
aws cdk dagster
Last synced: about 1 month ago
JSON representation
AWS CDK construct to deploy dagtser
- Host: GitHub
- URL: https://github.com/enmeshed-analytics/dagster-deployment
- Owner: enmeshed-analytics
- Created: 2024-06-20T20:36:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:43:45.000Z (about 1 year ago)
- Last Synced: 2024-08-29T16:23:24.815Z (about 1 year ago)
- Topics: aws, cdk, dagster
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dagster Deployment
## Description
This AWS CDK construct deploys dagster as an ECS Service.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile