Class CourtListenerSeedService

java.lang.Object
ai.pipestream.module.pipelineprobe.seed.CourtListenerSeedService

@ApplicationScoped public class CourtListenerSeedService extends Object
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 Details

    • CourtListenerSeedService

      public CourtListenerSeedService()
      Creates the CourtListener seed service. Instances are managed by CDI.