← Complete project index

Apps & Control Planes / Built / integrated

Social Publisher

Dedicated publishing engine with scheduler, queue worker, PostgreSQL/Redis state, reproducible source pinning and restore-tested backups; external publishing remains deliberately disarmed until credentials are configured.

STATUSBuilt / integrated
AREAApps & Control Planes
STACK5 documented technologies
INTEGRATIONS4 connected / bounded services
01

OVERVIEW

What I built.

Dedicated publishing engine with scheduler, queue worker, PostgreSQL/Redis state, reproducible source pinning and restore-tested backups; external publishing remains deliberately disarmed until credentials are configured.

01

Integrated a dedicated publishing runtime around a pinned upstream base rather than embedding social delivery into Content Studio.

02

Configured scheduler, queue worker, PostgreSQL/Redis state, reproducible builds and backup/restore verification.

03

Kept external Meta connectivity intentionally disarmed until credentials and dispatch are explicitly enabled.

02

SYSTEM ARCHITECTURE

How the system is divided.

01
Architecture boundary

Approved content -> publisher dispatch boundary -> scheduler/queue worker -> external network adapter.

02
Architecture boundary

PostgreSQL and Redis hold durable/queue state.

03
Architecture boundary

Backups include database and application storage and are validated with disposable restore tests.

03

NETWORK / DATA FLOW

What talks to what.

04

TECHNOLOGY STACK

The technical surface.

01Docker
02PostgreSQL
03Redis
04Queues
05Backup/restore
05

IMPLEMENTATION

How it works in practice.

  1. 01

    Approved content -> publisher dispatch boundary -> scheduler/queue worker -> external network adapter.

  2. 02

    PostgreSQL and Redis hold durable/queue state.

  3. 03

    Backups include database and application storage and are validated with disposable restore tests.

06

TESTING & VALIDATION

How I know it works.

TEST 01

Pinned upstream reproducible build

TEST 02

Container health endpoint

TEST 03

Scheduler/worker runtime check

TEST 04

Database/storage backup

TEST 05

Disposable PostgreSQL restore verification

TEST 06

External dispatch deliberately disabled without credentials

07

EXTERNAL SERVICES & DEPENDENCIES

What sits outside the core.

CORESocial Publisher
08

ENGINEERING EVIDENCE

Artifacts behind the claims.

01Deploy script
02Pinned upstream commit
03Health endpoint
04Backup script
05Restore test
06Feature-gated external connectivity
09

BOUNDARIES / CONSTRAINTS

What the project does not pretend to solve.

Meta credentials currently intentionally blank

Publishing must remain disarmed until explicitly enabled

Derived upstream code is not claimed as original

10

RESULT / CURRENT STATE

What this produced.

A separately operable publishing layer that can be tested safely without accidentally posting to external platforms.