Class CourtListenerSeedService
java.lang.Object
ai.pipestream.module.pipelineprobe.seed.CourtListenerSeedService
Seeds the courtlistener_test database on startup for JDBC crawl E2E tests.
Creates the database if it doesn't exist, runs the schema, and loads
courts, dockets, opinion_clusters, and opinions from bundled seed data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CourtListenerSeedService
public CourtListenerSeedService()Creates the CourtListener seed service. Instances are managed by CDI.
-