https://github.com/sungchun12/prefect-examples
personal examples for prefect
https://github.com/sungchun12/prefect-examples
Last synced: 8 months ago
JSON representation
personal examples for prefect
- Host: GitHub
- URL: https://github.com/sungchun12/prefect-examples
- Owner: sungchun12
- License: mit
- Created: 2019-07-01T04:27:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T18:15:50.000Z (over 3 years ago)
- Last Synced: 2025-01-08T17:22:15.068Z (9 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-containers
## Repo Summary Statement
*The TLDR of what this repo does and why someone should care.*
Use this repo template to isolate development workloads, and share it with your team. Hopefully, this minimizes the administrative overhead in starting and documenting your projects.
Main Docker Dev Components:
- Debian Linux
- Python
- bash
- git
- gcloud SDK
- terraform 0.12.1
- pip install anything in "requirements.txt"## Usage
*Listed use cases(ex: template code, utility to make workflows easier, etc.)*
- foo
## Order of Operations
*Listed steps for how the application/pipeline works*
1. foo
2. foo## Technologies
*List out the technical components(ex: database, serverless function, etc.)*
- Database:
- Middleware:## Languages
*ex: Python 3.7, SQL(Standard), Terraform, etc.*
## Technical Concepts
*Illustrate design choices, and highlight nuances worth pointing out*
- foo
## Further Reading
*Articles to dive deeper into specific areas*
- foo
## Lessons Learned
*Name pain points, pleasant surprises, and how I would develop this better next time/going forward*
- foo
## Contribute
All feedback is welcome! You can use the issue tracker to submit bugs, ideas, etc. Pull requests are splendid!
## Resources
- [How to choose a repo license?](https://choosealicense.com/)
- [Share a stackshare decision!](https://stackshare.io/sungchun12/my-stack)
- [How to develop in vscode & docker?](https://github.com/sungchun12/dev-containers/blob/master/INSTALLME.md)