https://github.com/tareqmonwer/robust-python-project-template
https://github.com/tareqmonwer/robust-python-project-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tareqmonwer/robust-python-project-template
- Owner: TareqMonwer
- Created: 2025-02-25T21:55:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T08:24:57.000Z (3 months ago)
- Last Synced: 2025-02-26T09:29:27.654Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robust Python Project Template
### Added Layers and Directory Structure for Supporting:
- Event streaming and messaging using RabbitMQ, Kafka, or similar technologies.
- Machine Learning & LLM Integration: Enable integration of ML models and LLMs for various tasks.
- Data Layer: Support MongoDB, PostgreSQL, and Milvus-DB for efficient storage and retrieval.
- API Layer: Provide RESTful APIs and gRPC services for communication.
- DTOs (Data Transfer Objects): Ensure structured and validated data exchange between layers.
- Configuration & Infrastructure Layer: Manage cloud resources and application configurations.
- External API Interactions: Implement robust HTTP and gRPC-based API consumption.
- Cloud Services: Architect with AWS services such as S3 (storage), SQS (message queue), and SNS (notifications).
- CRUD Operations: Design reusable, robust, and extensible CRUD operations across different storage systems.
- Use logging, pydantic and error handling.