-
Notifications
You must be signed in to change notification settings - Fork 16
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
Core Infrastructure #86
Conversation
Data Warehouse with the addition of the new data provenance pipeline.
…security and data provenance.
🔒 Security Scan Results
✅ No critical security issues detected. The code has passed all critical security checks. |
…allow video and image files for File Upload Service
🔒 Security Scan Results
✅ No critical security issues detected. The code has passed all critical security checks. |
The code infrastructure looks well-organized and implements good practices including containerization, environment variable usage, and proper error handling. While there are some medium/low security notices from Bandit (mostly around request timeouts and interface binding), none are critical blockers for this infrastructure PR. The basic security measures are in place and the code structure is clean. LGTM 👍 Consider adding request timeouts in a future update to improve robustness. |
Added a folder that contains the majority of the DW infrastructure so it can all be ran at once using a single docker-compose up. It now also includes a data provenance pipeline to track historical data like origin, transformations and access for all data that comes in and out of the main infrastructure.