Forge.Storage.Postgres (Forge v0.1.1)

View Source

PostgreSQL storage adapter for Forge samples.

Implements durable, queryable storage with support for:

  • Sample versioning and lineage
  • Stage execution history
  • Measurement tracking
  • Artifact metadata storage

Options

  • :pipeline_name - Name of the pipeline (required)
  • :pipeline_manifest - Pipeline manifest map (optional)

Summary

Functions

record_stage_execution(sample_id, stage_name, opts \\ [])

Records a stage execution for a sample.

This is a helper function for tracking pipeline lineage.