⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster
Learn more
Find a plan to power your data pipeline
Free
$0
Most Popular
Business
$99
per month
Captured Events
- Unlimited
Active Events
- 2M events/mo includedThen $40 per additional 1M events
Connectors
Clickhouse
- UI Access
- API Access
Other features
- Events debugger
- Unlimited destinations
- Custom domains
- soonConfiguration API
Deployment Options
- Jitsu Cloud
- Jitsu Private Cloud
- On Prem
Enterprise
Custom
Captured Events
- Unlimited
Active Events
- Custom
Connectors
Clickhouse
- UI Access
- API Access
Other features
- Events debugger
- Unlimited destinations
- Custom domains
- soonConfiguration API
Deployment Options
Other options
Open source
Free. Forever
MIT License
Self-host on any cloud provider
Cloud native
No usage limits
Community support
Frequently asked questions
What is captured event
Captured (incoming) event is the event that was sent to Jitsu. We never charge for captured events and they always remain freeWhat is active event
Active event is a event that has been sent to at least one destination. Each captured event can be sent to multiple destinations, or to no destinations at all. If event is sent to multiple destinations, it is counted as one active event. Jitsu billing is based on the number of active events. You can sent unlimited number of events to Jitsu, and filter unwanted events with Functions. Filtered events won't affect your billing.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.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.What is active sync
Active sync as a successful sync from a particular connector to a destination. Multiple syncs from the same connector to the same destination within a given period are counted as one active sync. For free plan the limit is one daily active sync. For paid plans all limitations 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.
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'