HawkEx.CSV.Storage.Local (hawk_ex v0.1.0)

Copy Markdown View Source

Local filesystem storage adapter for CSV exports.

This adapter is the default CSV storage backend. It writes files under a configured base directory and returns the absolute or relative path that was written. It is useful for development, small deployments, or applications that mount shared storage into the application container.

Options

  • :path - base directory to write files into. Defaults to "priv/exports".

Configuration

config :hawk_ex,
  csv_storage: {HawkEx.CSV.Storage.Local, path: "priv/exports"}