⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster

Find a plan to power your data pipeline

Free

$0

Captured Events
  • Unlimted
Active Events
  • 200k events/mo included
    Upgrade to paid plan to get extra events
Connectors
  • Unlimited Connectors
  • Manual runs
  • Up to 1 daily active syncs


Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem
Most Popular

Business

$99

per month

Captured Events
  • Unlimited
Active Events
  • 2M events/mo included
    Then $40 per additional 1M events

Connectors
  • Unlimited Connectors
  • Up 1-hour sync
  • Up to 5 monthly syncs
    Then $20 per every additional monthly active sync
Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
    soon
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem

Enterprise

Custom

Captured Events
  • Unlimited
Active Events
  • Custom


Connectors
  • Unlimited Connectors
  • Up to 1-min syncs
  • Unlimited monthly active syncs


Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
    soon
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem
Other options

Open source

Free. Forever

MIT License
Self-host on any cloud provider
Cloud native
No usage limits
Community support

Frequently asked questions

  1. What is captured event

    A captured event is any event sent to Jitsu. Captured events are always free and do not count toward billing. Only active events—those successfully sent to at least one destination—are counted for billing. You can control which events become active by choosing not to connect a source to a destination or by using a Jitsu Function to filter out unwanted events before they are sent.
  2. What is active event

    An active event is an event that has been successfully sent to at least one destination. Each captured event may be sent to multiple destinations or none at all. If an event is sent to multiple destinations, it still counts as a single active event. Events can be sent to no destination either by not connecting any destination to a source or by filtering them out using a Jitsu Function. However, if a filtering Function makes an outgoing HTTP request via a fetch call, the event will still be counted, even if it is ultimately dropped by the Function using a special instruction. Jitsu's billing is based on the number of active events. You can send an unlimited number of events to Jitsu and use Functions to filter unwanted events—filtered events do not count toward billing. If a Function multiplexes an event (splitting one into many), each resulting event is counted separately toward billing.
  3. What is Jitsu Private Cloud?

    Jitsu Private Cloud is a dedicated single-tenant deployment of Jitsu. It is deployed on your or our dedicated cloud sub-account (GCP or AWS) and managed by Jitsu. You servers are not shared with other customers.
  4. What is Jitsu On Prem?

    Jitsu on-prem is a deployment of Jitsu on your infrastructure. It can be deployed on any cloud provider, or on your own servers.
  5. What is active sync

    An active sync is a successful data transfer from a connector to a destination. Multiple syncs from the same connector to the same destination within a given period count as a single active sync. On the free plan, the limit is one daily active sync, while paid plans are based on monthly active syncs.

Still have questions?

Chat with our friendly team!

Start analyzing your data in 3 easy steps

01
Capture
As easy as adding a Google Analytics Tag. Capture events from your site, your app, and everywhere else your customers engage.
./index.html
<script 
 async
 src="https://data.yourcompany.com/p.js">
</script>
02
Store
Use a data warehouse for maximum autonomy and control. Share data with anyone in any team.
file_type_mysql
03
Discover
Unlimited flexibility to understand user behaviour, engagement and experience. Get and send trusted data everywhere it needs to go
--get signup page views in the last day
select * from events where
  context_page_path = '/signup' and
  timestamp > now() - interval '1 day'