feat: ingest canonical JSON seeds into PostgreSQL
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 16s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-12 11:57:35 +09:00
parent 49637f1b02
commit 21da79cb46
2 changed files with 71 additions and 0 deletions
+2
View File
@@ -100,6 +100,8 @@ try
builder.Services.AddScoped<ILearningDatasetReader, LearningDatasetReader>();
builder.Services.AddScoped<DecisionLearningService>();
builder.Services.AddScoped<LearningDatasetService>();
builder.Services.AddSingleton<GatherTradingDataParser>();
builder.Services.AddScoped<JsonSeedIngestionService>();
builder.Services.AddScoped<IPostgresqlHistorySnapshotReader, PostgresqlHistorySnapshotReader>();
builder.Services.AddScoped<HistoryIngestionService>();
builder.Services.AddScoped<ICollectionRepository, CollectionRepository>();