Understand

Your data is in Postgres, and you can query it.

Real SQL over raw events, on-demand export, warehouse sync, real-time streaming and a self-hosted option.

sql console · events⌘↵ run

Who started checkout twice this week without buying?

1SELECT user_id, count(*) AS checkouts
2FROM events
3WHERE event_name = 'checkout_started'
4 AND occurred_at > now() - interval '7 days'
5 AND user_id NOT IN (
6 SELECT user_id FROM events
7 WHERE event_name = 'order_completed'
8 AND occurred_at > now() - interval '7 days')
9GROUP BY 1
10HAVING count(*) >= 2
11ORDER BY 2 DESC;
results4,318 rows · showing 5
user_idcheckoutslast checkout_started
u_5f2a42h ago
u_9b7135h ago
u_31c83yesterday
u_4a102yesterday
u_88e323d ago
saved · shared with analytics

Overview

The single loudest complaint from teams leaving legacy engagement platforms is that their own data is locked inside someone else's query language. Edverix stores events in Postgres, gives you a SQL console with saved queries, syncs to your warehouse without an intermediate bucket, and lets you take everything with you at any time.

Only on Edverix

  • SQL consoleOnly on Edverix

    Real SQL over raw events and profiles, with saved queries, sharing and a query history.

  • SQL-defined segmentsOnly on Edverix

    An analyst's query becomes a campaign audience directly, with no export or CSV handoff.

  • Ask in plain languageOnly on Edverix

    A question in, the answer and the SQL it ran out, so you can verify it.

Capabilities

Everything in Data platform

11 capabilities in 3 groups, organised the way the product is.

Query

SQL consoleOnly on Edverix

Real SQL over raw events and profiles, with saved queries, sharing and a query history.

SQL-defined segmentsOnly on Edverix

An analyst's query becomes a campaign audience directly, with no export or CSV handoff.

Ask in plain languageOnly on Edverix

A question in, the answer and the SQL it ran out, so you can verify it.

Export and sync

REST export API

Events and profiles on demand, filtered with fourteen operators and paginated, not a scheduled dump you wait a day for.

Cloud storage export

S3, Google Cloud Storage or Azure in JSON, CSV or Parquet, on a schedule, with folder conventions you control.

Direct warehouse sync

BigQuery, Snowflake, Redshift and Databricks, without a bucket hop.

Real-time event streaming

Every event to your own pipeline as it happens, through Kafka-compatible or EventBridge targets.

Ownership

Take everything with youOnly on Edverix

Full export in a documented schema, on demand, with no notice period and no support ticket.

Self-hosted deploymentOnly on Edverix

Run the whole platform in your own cloud for regulated workloads.

Message archiving

Every outgoing message archived to your own bucket in real time.

Signed outbound webhooks

HMAC-signed, retried with backoff, with a circuit breaker so a broken endpoint never becomes a backlog.

FAQ

Questions about Data platform

Can we join Edverix data with our own tables?

Yes. Warehouse sync lands events and profiles as tables you own, and the SQL console can read from views you expose to it.

Is self-hosting a different product?

No. It is the same platform deployed into your cloud account, with the same dashboard, SDKs and API.

Get started

See Data platform on your own data.

Send your first event in an hour, simulate your first journey against real history, and keep every byte of it in a database you can query.

  • No credit card for the Developer plan
  • Bring your own providers
  • Export everything, any time