Skip to content

Commit 24f3256

Browse files
Add ML database models and implement SQLite and Postgres providers
- Created MLExperiment, MLExperimentRequest, MLPrediction, ModelArtifact, ModelPerformanceAnalysis, ModelPerformanceMetric, ModelPerformanceTrend, TrainingDataReference, and VectorSearchResult classes. - Implemented PostgresMLProvider and SQLiteMLProvider for managing ML experiments, artifacts, and training data. - Added methods for creating experiments, updating statuses, adding model artifacts, and retrieving experiment artifacts. - Introduced a new Design Patterns project demonstrating volatility-based decomposition pattern with examples including pricing systems, rules engines, and plugin architectures.
1 parent 8278d80 commit 24f3256

382 files changed

Lines changed: 10163 additions & 7869 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.best-practices/cloud-architecture/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deliver scalable, resilient, and cost-effective solutions in cloud environments.
2626
## 5. Anti-Patterns to Avoid
2727

2828
- Lift-and-shift without modernization
29-
- Overprovisioning resources
29+
- Over-provisioning resources
3030
- Ignoring shared responsibility model
3131

3232
## 6. Tooling & Ecosystem

0 commit comments

Comments
 (0)