⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster
Learn more
Security and Compliance at Jitsu
At Jitsu, we prioritize security at every step, protecting your data with industry-leading practices such as encryption at rest and in transit. Trusted by hundreds of companies, Jitsu Cloud ensures strict compliance with privacy regulations and continuous monitoring.
SOC 2
Jitsu has partnered with Vanta to ensure the highest standard of security practives. Currently, Jitsu is undergoing SOC 2 Type I certification, which expects to be completed by the end of Sep 2024. To request a copy of the report, please contact us at support@jitsu.com
GDPR
Jitsu participates in the EU-US Privacy Framework, an international agreement enables data transfers from the EU to the US while ensuring GDPR compliance for privacy protection. You can verify Jitsu participation here
Data Encryption
All customer data is encrypted at rest with AES-256 and in transit via TLS.
Payment processing
Jitsu uses Stripe to process payments and does not store personal credit card information for any of our customers.
Stripe is a certified PCI Service Provider Level 1, which is the highest level of certification in the payments industry.
Stripe is a certified PCI Service Provider Level 1, which is the highest level of certification in the payments industry.
Backups and Redundancy
For storing account data and settings, Jitsu uses Neon which continuously backs up data. Jitsu data processing pipeline is executed on a Kafka cluster with 3 replicas spread across different availability zones.
Questions
Email us at security@jitsu.com with any questions or concerns.
Start analyzing your data securely
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'