ConnectorData & eventsEarly access
PostgreSQL
Your operational tables, read under the same row-level tenant wall the platform enforces.
The PostgreSQL connector reads the operational tables your systems already write, through a dedicated database role, with incremental queries keyed on the timestamp or sequence columns you nominate. Row-level security is the point of the design: the connector's role sees only the rows its tenant policy allows, enforced by the database itself rather than by application code. That makes Postgres a safe way to feed an operator from a system of record you cannot or should not re-instrument.
Reads keep a cursor per table, so a restart resumes instead of re-scanning, and every row arrives stamped with its tenant and tagged with its source. Writes are confined to the connector's own bookkeeping schema, and they are idempotent. PostgreSQL is in early access: built and maintained by Fibric, and provisioned with a deployment engineer through the early-access program.
- Kind
- Connector
- Category
- Data & events
- Publisher
- Fibric
- Availability
- Early access
- Sold by
- Fibric
- Support
- Developed and supported by Fibric
Authentication
A dedicated Postgres role governed by row-level security policies, its credentials stored in your tenant's secret store.
What it reads
- Rows from the tables you expose, read incrementally by cursor
- Schema changes on watched tables, surfaced as events
- Row counts and lag per watched table, for read health
What it can do
- Writes read cursors and processing marks to its own bookkeeping schema
- Tags records it has processed
Requirements
- PostgreSQL 12 or later, reachable from Fibric's ingest network
- A dedicated role with SELECT on the tables you expose and RLS policies applied
- A timestamp or sequence column per watched table for incremental reads
Works with
Operations AnalystOperator Ask what is happening in plain language and get an answer grounded in your real data. Then turn that answer into a vetted action. Live Order RiskOperator Watches every open order and flags the one about to slip before the carrier ever scans it. Runs in production inside BearScope today. Live Webhook IngestConnector A signed endpoint for any system that can POST: verifies the HMAC, stamps the tenant, and turns the payload into a governed event. Early access SnowflakeConnector Queries the warehouse for the governed metric an operator needs. Numbers come from your tables, tagged with source, never invented. Early access Amazon S3Connector Watches a bucket for the report, feed, or proof file that lands: an inbox an ingest operator can pick up and normalize. Early accessThis connector is developed, published, and supported by Fibric. It integrates with PostgreSQL through published APIs. Third-party names and logos identify the systems an integration connects to; they are the property of their respective owners, who are not affiliated with Fibric and do not sponsor or endorse this listing. Trademark policy
Bring PostgreSQL into your early-access deployment
Early access means a deployment engineer wires this with you, and it runs propose-only until you approve live actions.