APIs · head to head
Formance vs Timeplus

Formance
APIs
Open source double-entry ledger and payment orchestration for money-moving software
- From
- Free
- Rated
- -

Timeplus
Databases
Streaming SQL engine built on ClickHouse internals, shipping as one small binary
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Formance formance holds no money and provides no regulatory cover, so it must be paired with a payments provider or bank, and buyers occasionally mistake a ledger for a treasury system and discover the gap late.; Timeplus proton, the free version, is single-node by design, so any requirement for high availability or horizontal scale forces the commercial licence; the open source edition is a trial in practical terms.
- They diverge on capability: Formance covers Double-entry ledger, Timeplus covers Streaming SQL.
- Prices and features above were last checked on 31 August 2026.
Where they differ
Only the attributes on which Formance and Timeplus actually diverge.
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Formance
- Double-entry ledger
- Numscript transaction DSL
- Multi-currency
- Payments connectivity
- Reconciliation
- Self-hosted deployment
- Cloud offering
- API and SDKs
Only in Timeplus
- Streaming SQL
- Unified streaming and historical
- ClickHouse-based engine
- Single binary deployment
- External streams
- Materialised views
What people use each for
The jobs each tool is most often brought in to do.
Formance
- A marketplace splitting a single customer payment between seller, platform fee and tax that needs the split to be atomic and auditablenot Timeplus
- A fintech whose homegrown balances table produced numbers finance could not reconcile and now needs proper double-entry before an auditnot Timeplus
- A payments team that wants one normalised model across several PSPs so reconciliation is not written separately for eachnot Timeplus
- A company that wants its ledger under a licence it can keep running even if the vendor disappearsnot Timeplus
Timeplus
- Real-time alerting on Kafka topics where standing up a Flink cluster is more work than the use case justifiesnot Formance
- Fraud or anomaly detection that must join a live event stream against recent history in one querynot Formance
- Streaming ETL from Kafka or MySQL change data capture into ClickHouse without writing Javanot Formance
- A small data team that needs continuous aggregation but has no platform engineers to operate JVM infrastructurenot Formance
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Formance
- Formance holds no money and provides no regulatory cover, so it must be paired with a payments provider or bank, and buyers occasionally mistake a ledger for a treasury system and discover the gap late.
- Numscript is a domain-specific language your team must learn, and while it makes complex splits expressible it also means transaction logic sits outside the languages your engineers already debug well.
- Self-hosting a ledger that must never lose or duplicate a transaction is a serious operational commitment covering backups, upgrades and Postgres tuning, which is real cost the zero licence fee hides.
- Enterprise pricing is not published, so the difference between the free path and the supported path cannot be evaluated without a sales conversation.
- The company is much smaller than the incumbent alternatives, and while the MIT licence protects the code it does not protect the roadmap, so features on the hosted side may arrive slowly or change direction.
Timeplus
- Proton, the free version, is single-node by design, so any requirement for high availability or horizontal scale forces the commercial licence; the open source edition is a trial in practical terms.
- It is a young project against Apache Flink’s decade of production history, so the hiring pool, the connector library and the body of known failure modes are all much smaller.
- Inheriting ClickHouse internals also inherits ClickHouse constraints: memory-hungry queries, awkward updates and a SQL dialect that is not portable to other engines.
- Exactly-once semantics and state recovery guarantees are less battle-tested than Flink checkpointing, which matters if the pipeline moves money.
- Cloud pricing is by provisioned instance size rather than usage, so a bursty workload pays for peak capacity around the clock or has to be resized by hand.
Pricing, plan by plan
Formance
Free- Open SourceFree
- MIT licensed core ledger
- Numscript transaction DSL
- Multi-currency tracking
- Enterprise$undefined/year
- Managed or private deployment
- Payments connectivity and reconciliation
- Support with response commitments
Timeplus
Free- Timeplus ProtonFree
- Apache 2.0 licence
- Single node only
- Full streaming SQL engine
- Timeplus Cloud$199/month
- One to thirty-two CPUs
- 4 GB to 128 GB memory
- From 250 GB SSD storage
- Self-hosted or BYOC$undefined/year
- Multi-node clustering
- Kubernetes or bare metal
- Customisable compute and storage
Which should you pick?
Choose Formance if
- You need double-entry ledger.
- You want to start without paying.
- You work on Linux, Docker, Kubernetes, Web, API.
- You also want numscript transaction dsl.
Choose Timeplus if
- You need streaming sql.
- You want to start without paying.
- You work on Linux, macOS, Docker, Kubernetes, Web.
- You also want unified streaming and historical.
Questions people ask
- Is Formance or Timeplus better?
- Neither clearly leads. Formance starts at Free and Timeplus at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Formance or Timeplus?
- Formance starts at Free and Timeplus at Free.
- Does Formance or Timeplus run on more platforms?
- Formance runs on Linux, Docker, Kubernetes, Web, API. Timeplus runs on Linux, macOS, Docker, Kubernetes, Web.
- Can I use Formance for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Formance best used for?
- Formance is most often used for a marketplace splitting a single customer payment between seller, platform fee and tax that needs the split to be atomic and auditable, a fintech whose homegrown balances table produced numbers finance could not reconcile and now needs proper double-entry before an audit, a payments team that wants one normalised model across several psps so reconciliation is not written separately for each, a company that wants its ledger under a licence it can keep running even if the vendor disappears. Of those, a marketplace splitting a single customer payment between seller, platform fee and tax that needs the split to be atomic and auditable and a fintech whose homegrown balances table produced numbers finance could not reconcile and now needs proper double-entry before an audit are not what Timeplus is typically brought in for.
- What can Formance do that Timeplus cannot?
- Formance covers Double-entry ledger, Numscript transaction DSL, Multi-currency, Payments connectivity. Timeplus covers Streaming SQL, Unified streaming and historical, ClickHouse-based engine, Single binary deployment.
Answered from the vendors’ own pages
Formance: Is Formance really open source?
Yes. The core ledger is MIT licensed with full source access and no deployment restrictions.
Timeplus: Is Timeplus open source?
The core engine, Timeplus Proton, is Apache 2.0. Timeplus Enterprise and Cloud are commercial.
Formance: Does Formance move money?
No. It records and orchestrates movements; the actual payments happen at a PSP or bank you connect.
Timeplus: What is the difference from Flink?
Timeplus is one binary with SQL as the only interface; Flink is a JVM cluster with a Java and SQL API and far more operational surface.
Formance: What does the enterprise version cost?
Not published. It is an annual subscription quoted per customer.
Timeplus: Can Proton run in production?
It can, but it is single-node only, so there is no high availability without the commercial edition.
Formance: Do I have to use Numscript?
Yes for anything beyond the simplest transfers. It is how multi-party transactions are expressed atomically.
Timeplus: How much is the cloud?
From 199 US dollars a month, sized by CPU and memory, with a fourteen day trial.
Related pages
Other head to heads
- Formance vs Moov
- Formance vs Column
- Formance vs Convoy
- Formance vs Sila
- Formance vs Increase
- Formance vs Yapily
- Formance vs 10x Banking
- Formance vs Tribe Payments
- Formance vs Dwolla
- Formance vs Kong
- Formance vs Tyk
- Formance vs Volt
- Formance vs Enable Banking
- Formance vs Flybits
- Formance vs i2c
- Formance vs KeystoneJS
- Formance vs Liveblocks
- Formance vs Apache Flink
- Formance vs ClickHouse
- Formance vs Materialize
- Formance vs Redpanda
- Formance vs NATS
- Formance vs DuckDB
- Formance vs Estuary
- Formance vs RisingWave
- Formance vs Meilisearch
- Formance vs Neo4j
- Formance vs OpenSearch
- Formance vs Qdrant
- Formance vs SingleStore
- Formance vs TiDB
- Formance vs Tinybird
- Formance vs Apache Kafka
- Formance vs Apache Pulsar
- Formance vs Apache Druid
- Timeplus vs Moov
- Timeplus vs Column
- Timeplus vs Convoy
- Timeplus vs Sila
- Timeplus vs Increase
- Timeplus vs Yapily
- Timeplus vs 10x Banking
- Timeplus vs Tribe Payments
- Timeplus vs Dwolla
- Timeplus vs Kong
- Timeplus vs Tyk
- Timeplus vs Volt
- Timeplus vs Enable Banking
- Timeplus vs Flybits
- Timeplus vs i2c
- Timeplus vs KeystoneJS
- Timeplus vs Liveblocks
- Timeplus vs Apache Flink
- Timeplus vs ClickHouse
- Timeplus vs Materialize
- Timeplus vs Redpanda
- Timeplus vs NATS
- Timeplus vs DuckDB
- Timeplus vs Estuary
- Timeplus vs RisingWave
- Timeplus vs Meilisearch
- Timeplus vs Neo4j
- Timeplus vs OpenSearch
- Timeplus vs Qdrant
- Timeplus vs SingleStore
- Timeplus vs TiDB
- Timeplus vs Tinybird
- Timeplus vs Apache Kafka
- Timeplus vs Apache Pulsar
- Timeplus vs Apache Druid
