specification: FinOps Framework specificationVersion: '1.0' schema: https://www.finops.org/framework/ provider: Sequin providerId: sequin-io created: '2026-07-01' modified: '2026-07-01' reconciled: false tags: - Change Data Capture - CDC - Postgres - Streaming - Open Source - FinOps - Cost Management - FOCUS description: >- FinOps view of Sequin spend. Sequin's core CDC engine is open source (MIT) and free to self-host - in that model the cost is your own compute, storage, and network for running the Sequin service and the downstream sinks, with no vendor invoice. Sequin Cloud is the managed offering, billed on a usage basis primarily driven by change-record / operation throughput and data volume streamed, above a free allowance. Enterprise agreements cover high-volume or self-managed-with-support arrangements. notes: >- Cloud per-unit rates are not reconciled here; verify on the Sequin pricing page. For self-hosted deployments, the dominant costs are infrastructure (Sequin service + destination systems like Kafka/SQS) rather than a Sequin license fee. sources: - https://sequinstream.com/ - https://sequinstream.com/docs - https://github.com/sequinstream/sequin - https://focus.finops.org/focus-specification/v1-3/ alignedWith: framework: FinOps Foundation Framework frameworkUrl: https://www.finops.org/framework/ dataSpec: FOCUS dataSpecVersion: '1.3' dataSpecUrl: https://focus.finops.org/focus-specification/v1-3/ publisherName: Sequin serviceCategory: Analytics and Data Streaming billingModel: pricingCategory: Usage-Based billingFrequency: Monthly billingCurrency: USD chargeCategories: - Usage - Purchase - Adjustment focusColumns: ServiceName: Sequin Cloud ServiceCategory: Analytics and Data Streaming ProviderName: Sequin PublisherName: Sequin InvoiceIssuerName: Sequin BillingCurrency: USD ChargeCategory: Usage PricingCategory: Usage-Based meters: - name: change_records description: Postgres change records / operations streamed to sinks, billed per million on Sequin Cloud. unit: records aggregation: sum dimensions: - account - sink - database - name: data_volume description: Data volume streamed through Sequin Cloud, billed per GB. unit: bytes aggregation: sum dimensions: - account - sink - name: backfill_records description: Rows replayed via backfills; count against throughput on Cloud. unit: records aggregation: sum dimensions: - account - sink - name: self_hosted_compute description: Infrastructure cost of running the self-hosted Sequin service (no Sequin invoice). unit: hours aggregation: sum dimensions: - deployment principles: - name: Visibility description: Track change-record and data-volume throughput per sink and database; on self-hosted, monitor the Sequin service and destination infrastructure costs. - name: Allocation description: Name sinks and databases per workload/team so throughput maps to internal cost centers. - name: Optimization description: Filter and transform changes at the sink to avoid streaming unneeded rows; scope backfills to specific tables/rows; self-host to trade vendor fees for owned infrastructure when volume is high. - name: Accountability description: Assign owners per sink; review monthly throughput against Cloud allowances or self-hosted infrastructure budget. maintainers: - FN: Kin Lane email: kin@apievangelist.com