A storage module for the Amphora publishing system that uses PostgreSQL with Redis caching. Version 2.1.1 is the current stable release. Updated infrequently as needed. Key differentiator: provides persistent storage for Amphora's content graph with Postgres, using Redis for performance. Alternatives include amphora-storage-memory and amphora-storage-mongo.
npm install amphora-storage-postgresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage integrating amphora-storage-postgres as the storage plugin for Amphora.
Set required environment variables or use defaults for local dev.
Update to amphora-storage-postgres@2.x and adjust config.
Ensure Postgres and Redis are accessible before starting Amphora.
Start Postgres or set the DATABASE_URL environment variable to point to the correct instance.
Start Redis or set the REDIS_URL environment variable to point to the correct instance.
No dependency data recorded yet.