We just launched our Contributor Rewards Program. Check it out!
analytics
Product
Marketplace
Pricing
Solutions
Plural continuous deployment early access
Airflow cost savings
Become a Kubernetes expert
Cost optimization
Customized for your cloud
DevOps without a DevOps team
Get started
Resources
Docs
Community
Community
Contributors
Contributor program
Join Discord
Solutions
Plural continuous deployment early access
Airflow cost savings
Become a Kubernetes expert
Cost optimization
Customized for your cloud
DevOps without a DevOps team
Community
Community
Contributors
Company
About
Blog
Careers
Contact
Company
About
Blog
Careers
Contact
Star us on GitHub
Star
Get Started
Back to marketplace
Deploying
posthog
on Kubernetes
Use Plural to deploy and manage
posthog
on Kubernetes, in your cloud.
posthog
Plural
The all-in-one platform for building better products.
analytics
Install with Plural
Available bundles
posthog
posthog’s Readme
<p align="center"> <img alt="posthoglogo" src="https://user-images.githubusercontent.com/65415371/205059737-c8a4f836-4889-4654-902e-f302b187b6a0.png"> </p> <p align="center"> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <a href='https://posthog.com/contributors'><img src='https://img.shields.io/badge/all_contributors-251-orange.svg?style=flat-square' /></a> <!-- ALL-CONTRIBUTORS-BADGE:END --> <a href='http://makeapullrequest.com'><img alt='PRs Welcome' src='https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields'/></a> <a href='https://posthog.com/slack'><img alt="Join Slack Community" src="https://img.shields.io/badge/slack%20community-join-blue"/></a> <img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/posthog/posthog"/> <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/posthog/posthog"/> <img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/posthog/posthog"/> </p> <p align="center"> <a href="https://posthog.com/docs">Docs</a> - <a href="https://posthog.com/using-posthog">Using PostHog</a> - <a href="https://posthog.com/slack">Support community</a> - <a href="https://posthog.com/roadmap">Roadmap</a> - <a href="https://github.com/PostHog/posthog/issues/new?assignees=&labels=bug&template=bug_report.md">Bug report</a> </p> ## PostHog is an open-source suite of product and data tools, built for engineers - Specify events manually, or use autocapture to get started quickly - Analyze your data with visualizations and session recordings - Improve your product with A/B testing and feature flags - Keep control over your data by deploying PostHog on your infrastructure - Use apps to connect to external services and manage data flows ## Table of Contents - [Get started for free](#get-started-for-free) - [Features](#features) - [Docs and support](#docs-and-support) - [Contributing](#contributing) - [Philosophy](#philosophy) - [Open-source vs paid](#open-source-vs-paid) ## Get started for free ### PostHog Cloud The fastest and most reliable way to get started with PostHog is signing up for free to [PostHog Cloud](https://app.posthog.com/signup) or [PostHog Cloud EU](https://eu.posthog.com/signup) ### Open-source hobby deploy Deploy a hobby instance in one line on Linux with Docker (recommended 4GB memory): ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/deploy-hobby)" ``` Good for <100K events ingested monthly. See our [docs for more info and limitations](https://posthog.com/docs/self-host/open-source/deployment). ### Enterprise self-hosted See our [enterprise self-hosted docs](https://posthog.com/docs/self-host/enterprise/overview) to deploy a scalable, production-ready instance with support from our team. ## Features  We bring together all the tools and data in one place to help you build better products ### Product analytics and optimization - **Event-based analytics:** capture your product's usage [automatically](https://posthog.com/docs/integrate/client/js#autocapture), or [customize](https://posthog.com/docs/integrate) it to your needs - **User and group tracking:** understand the [people](https://posthog.com/manual/persons) and [groups](https://posthog.com/manual/group-analytics) behind the events and track properties about them - **Data visualizations:** create and share [graphs](https://posthog.com/docs/features/trends), [funnels](https://posthog.com/docs/features/funnels), [paths](https://posthog.com/docs/features/paths), [retention](https://posthog.com/docs/features/retention), and [dashboards](https://posthog.com/docs/features/dashboards) - **Session recording:** [watch videos](https://posthog.com/docs/features/session-recording) of your users' behavior, with fine-grained filters and privacy controls - **Heatmaps:** see where users are using your product with the [PostHog Toolbar](https://posthog.com/docs/features/toolbar) - **Feature flags:** test and manage the rollout of new features, target specific users and groups - **A/B and multi-variate testing:** run simple or complex changes as [experiments](https://posthog.com/manual/experimentation) and get automatic significance calculations - **Correlation analysis:** discover what events and properties [correlate](https://posthog.com/manual/correlation) with success and failure ### Data and infrastructure tools - **Complete control over your data:** [host it yourself](https://posthog.com/docs/self-host/overview#deploy) on any infrastructure - **Import and export your data:** import from and export to the services that matter to you with [apps](https://posthog.com/apps) - **Ready-made libraries:** we’ve built libraries for [JavaScript](https://posthog.com/docs/integrations/js-integration), [Python](https://posthog.com/docs/integrations/python-integration), [Ruby](https://posthog.com/docs/integrations/ruby-integration), [Node](https://posthog.com/docs/integrations/node-integration), [Go](https://posthog.com/docs/integrations/go-integration), [Android](https://posthog.com/docs/integrations/android-integration), [iOS](https://posthog.com/docs/integrations/ios-integration), [PHP](https://posthog.com/docs/integrations/php-integration), [Flutter](https://posthog.com/docs/integrations/flutter-integration), [React Native](https://posthog.com/docs/integrations/react-native-integration), [Elixir](https://posthog.com/docs/integrations/elixir-integration), [Nim](https://github.com/Yardanico/posthog-nim), and an [API](https://posthog.com/docs/integrations/api) for anything else - **Plays nicely with data warehouses:** import events or user data from your warehouse by writing a simple transformation plugin, and export data with pre-built apps - such as [BigQuery](https://posthog.com/apps/bigquery-export), [Redshift](https://posthog.com/apps/redshift-export), [Snowflake](https://posthog.com/apps/snowflake-export), and [S3](https://posthog.com/apps/s3-expo) [Read a full list of PostHog features](https://posthog.com/product). ## Docs and support Read how to [deploy](https://posthog.com/docs/self-host), [integrate](https://posthog.com/docs/integrate), and [extend](https://posthog.com/docs/apps) PostHog in our [documentation](https://posthog.com/docs). Check out our [tutorials](https://posthog.com/docs/apps) for step-by-step guides, how-to's, and best practices. Learn more about getting the most out of PostHog's features in [our product manual](https://posthog.com/using-posthog). [Ask a question](https://posthog.com/questions) or join our [Slack community](https://posthog.com/slack) to get support. ## Contributing We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first: - Give us feedback in our [Slack community](https://posthog.com/slack) - Vote on features or get early access to beta functionality in our [roadmap](https://posthog.com/roadmap) - Open a PR (see our instructions on [developing PostHog locally](https://posthog.com/handbook/engineering/developing-locally)) - Submit a [feature request](https://github.com/PostHog/posthog/issues/new?assignees=&labels=enhancement%2C+feature&template=feature_request.md) or [bug report](https://github.com/PostHog/posthog/issues/new?assignees=&labels=bug&template=bug_report.md) ## Philosophy Our mission is to increase the number of successful products in the world. To do that, we build product and data tools that help you understand user behavior without losing control of your data. In our view, third-party analytics tools do not work in a world of cookie deprecation, GDPR, HIPAA, CCPA, and many other four-letter acronyms. PostHog is the alternative to sending all of your customers' personal information and usage data to third-parties. PostHog gives you every tool you need to understand user behavior, develop and test improvements, and release changes to make your product more successful. PostHog operates in public as much as possible. We detail how we work and our learning on building and running a fast-growing, product-focused startup in our [handbook](https://posthog.com/handbook/getting-started/start-here). ## Open-source vs. paid This repo is available under the [MIT expat license](https://github.com/PostHog/posthog/blob/master/LICENSE), except for the `ee` directory (which has it's [license here](https://github.com/PostHog/posthog/blob/master/ee/LICENSE)) if applicable. Need *absolutely 💯% FOSS*? Check out our [posthog-foss](https://github.com/PostHog/posthog-foss) repository, which is purged of all proprietary code and features. Using premium features (contained in the `ee` directory) with a self-hosted instance require a PostHog license. To learn more, [book a demo](https://posthog.com/book-a-demo) or see our [pricing page](https://posthog.com/pricing). ### We’re hiring! Come help us make PostHog even better. We're growing fast [and would love for you to join us](https://posthog.com/careers). ## Contributors 🦸 [//]: contributor-faces <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <a href="https://github.com/timgl"><img src="https://avatars.githubusercontent.com/u/1727427?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/mariusandra"><img src="https://avatars.githubusercontent.com/u/53387?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/EDsCODE"><img src="https://avatars.githubusercontent.com/u/13127476?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Twixes"><img src="https://avatars.githubusercontent.com/u/4550621?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/macobo"><img src="https://avatars.githubusercontent.com/u/148820?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/paolodamico"><img src="https://avatars.githubusercontent.com/u/5864173?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/fuziontech"><img src="https://avatars.githubusercontent.com/u/391319?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/yakkomajuri"><img src="https://avatars.githubusercontent.com/u/38760734?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jamesefhawkins"><img src="https://avatars.githubusercontent.com/u/47497682?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/posthog-bot"><img src="https://avatars.githubusercontent.com/u/69588470?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/apps/dependabot-preview"><img src="https://avatars.githubusercontent.com/in/2141?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bhavish-agarwal"><img src="https://avatars.githubusercontent.com/u/14195048?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Tannergoods"><img src="https://avatars.githubusercontent.com/u/60791437?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/ungless"><img src="https://avatars.githubusercontent.com/u/8397061?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/apps/dependabot"><img src="https://avatars.githubusercontent.com/in/29110?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gzog"><img src="https://avatars.githubusercontent.com/u/1487006?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/samcaspus"><img src="https://avatars.githubusercontent.com/u/19220113?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Tmunayyer"><img src="https://avatars.githubusercontent.com/u/29887304?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/adamb70"><img src="https://avatars.githubusercontent.com/u/11885987?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/SanketDG"><img src="https://avatars.githubusercontent.com/u/8980971?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/kpthatsme"><img src="https://avatars.githubusercontent.com/u/5965891?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/J0"><img src="https://avatars.githubusercontent.com/u/8011761?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/14MR"><img src="https://avatars.githubusercontent.com/u/5824170?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/03difoha"><img src="https://avatars.githubusercontent.com/u/8876615?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/ahtik"><img src="https://avatars.githubusercontent.com/u/140952?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Algogator"><img src="https://avatars.githubusercontent.com/u/1433469?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/GalDayan"><img src="https://avatars.githubusercontent.com/u/24251369?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Kacppian"><img src="https://avatars.githubusercontent.com/u/14990078?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/FUSAKLA"><img src="https://avatars.githubusercontent.com/u/6112562?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/iMerica"><img src="https://avatars.githubusercontent.com/u/487897?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/stevenphaedonos"><img src="https://avatars.githubusercontent.com/u/12955616?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/tapico-weyert"><img src="https://avatars.githubusercontent.com/u/70971917?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/adamschoenemann"><img src="https://avatars.githubusercontent.com/u/2095226?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/AlexandreBonaventure"><img src="https://avatars.githubusercontent.com/u/4596409?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/dan-dr"><img src="https://avatars.githubusercontent.com/u/6669808?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/dts"><img src="https://avatars.githubusercontent.com/u/273856?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jamiehaywood"><img src="https://avatars.githubusercontent.com/u/26779712?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/rushabhnagda11"><img src="https://avatars.githubusercontent.com/u/3235568?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/weyert"><img src="https://avatars.githubusercontent.com/u/7049?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/casio"><img src="https://avatars.githubusercontent.com/u/29784?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Hungsiro506"><img src="https://avatars.githubusercontent.com/u/10346923?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bitbreakr"><img src="https://avatars.githubusercontent.com/u/3123986?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/edmorley"><img src="https://avatars.githubusercontent.com/u/501702?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/wundo"><img src="https://avatars.githubusercontent.com/u/113942?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/andreipopovici"><img src="https://avatars.githubusercontent.com/u/1143417?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/benjackwhite"><img src="https://avatars.githubusercontent.com/u/2536520?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/serhey-dev"><img src="https://avatars.githubusercontent.com/u/37838803?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/sjmadsen"><img src="https://avatars.githubusercontent.com/u/57522?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/piemets"><img src="https://avatars.githubusercontent.com/u/70321811?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/eltjehelene"><img src="https://avatars.githubusercontent.com/u/75622766?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/athreyaanand"><img src="https://avatars.githubusercontent.com/u/31478366?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/berntgl"><img src="https://avatars.githubusercontent.com/u/55957336?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/fakela"><img src="https://avatars.githubusercontent.com/u/39309699?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/seanpackham"><img src="https://avatars.githubusercontent.com/u/3830791?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/corywatilo"><img src="https://avatars.githubusercontent.com/u/154479?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/mikenicklas"><img src="https://avatars.githubusercontent.com/u/6363580?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/lottiecoxon"><img src="https://avatars.githubusercontent.com/u/65415371?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/oshura3"><img src="https://avatars.githubusercontent.com/u/30472479?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Abo7atm"><img src="https://avatars.githubusercontent.com/u/33042538?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/brianetaveras"><img src="https://avatars.githubusercontent.com/u/52111440?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/callumgare"><img src="https://avatars.githubusercontent.com/u/346340?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/RedFrez"><img src="https://avatars.githubusercontent.com/u/30352852?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/cirdes"><img src="https://avatars.githubusercontent.com/u/727781?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/DannyBen"><img src="https://avatars.githubusercontent.com/u/2405099?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/sj26"><img src="https://avatars.githubusercontent.com/u/14028?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/paulanunda"><img src="https://avatars.githubusercontent.com/u/155981?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/arosales"><img src="https://avatars.githubusercontent.com/u/1707853?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/ChandanSagar"><img src="https://avatars.githubusercontent.com/u/27363164?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/wadenick"><img src="https://avatars.githubusercontent.com/u/9014043?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jgannondo"><img src="https://avatars.githubusercontent.com/u/28159071?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/keladhruv"><img src="https://avatars.githubusercontent.com/u/30433468?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/grellyd"><img src="https://avatars.githubusercontent.com/u/7812612?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/rberrelleza"><img src="https://avatars.githubusercontent.com/u/475313?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/annanay25"><img src="https://avatars.githubusercontent.com/u/10982987?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/cohix"><img src="https://avatars.githubusercontent.com/u/5942370?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gouthamve"><img src="https://avatars.githubusercontent.com/u/7354143?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/alexellis"><img src="https://avatars.githubusercontent.com/u/6358735?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/prologic"><img src="https://avatars.githubusercontent.com/u/1290234?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jgustie"><img src="https://avatars.githubusercontent.com/u/883981?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/kubemq"><img src="https://avatars.githubusercontent.com/u/45835100?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/vania-pooh"><img src="https://avatars.githubusercontent.com/u/829320?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/irespaldiza"><img src="https://avatars.githubusercontent.com/u/11633327?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/croomes"><img src="https://avatars.githubusercontent.com/u/211994?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/snormore"><img src="https://avatars.githubusercontent.com/u/182290?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/faik"><img src="https://avatars.githubusercontent.com/u/43129?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/aandryashin"><img src="https://avatars.githubusercontent.com/u/1412461?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/andrewsomething"><img src="https://avatars.githubusercontent.com/u/46943?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Ferroin"><img src="https://avatars.githubusercontent.com/u/905151?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/cpanato"><img src="https://avatars.githubusercontent.com/u/4115580?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/cakrit"><img src="https://avatars.githubusercontent.com/u/43294513?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/dkhenry"><img src="https://avatars.githubusercontent.com/u/489643?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/oxplot"><img src="https://avatars.githubusercontent.com/u/483682?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/marc-barry"><img src="https://avatars.githubusercontent.com/u/4965634?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/moabu"><img src="https://avatars.githubusercontent.com/u/47318409?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/nawazdhandala"><img src="https://avatars.githubusercontent.com/u/2697338?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/dar-mehta"><img src="https://avatars.githubusercontent.com/u/10489943?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gmmorris"><img src="https://avatars.githubusercontent.com/u/386208?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bitdeli-chef"><img src="https://avatars.githubusercontent.com/u/3092978?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/nsidartha"><img src="https://avatars.githubusercontent.com/u/26918226?v=4" width="50" height="50" alt=""/></a> <a href="http://massimilianomirra.com/"><img src="https://avatars.githubusercontent.com/u/19322?v=4" width="50" height="50" alt=""/></a> <a href="https://www.bronsonavila.com/"><img src="https://avatars.githubusercontent.com/u/30540995?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/apps/posthog-contributions-bot"><img src="https://avatars.githubusercontent.com/in/105985?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/joesaunderson"><img src="https://avatars.githubusercontent.com/u/11272509?v=4" width="50" height="50" alt=""/></a> <a href="https://www.ianlai.dev/"><img src="https://avatars.githubusercontent.com/u/68859?v=4" width="50" height="50" alt=""/></a> <a href="http://martinmck.com"><img src="https://avatars.githubusercontent.com/u/11256663?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/lharress"><img src="https://avatars.githubusercontent.com/u/13482930?v=4" width="50" height="50" alt=""/></a> <a href="https://www.linkedin.com/in/adrien-brault-4b987426/"><img src="https://avatars.githubusercontent.com/u/611271?v=4" width="50" height="50" alt=""/></a> <a href="https://leggetter.co.uk"><img src="https://avatars.githubusercontent.com/u/328367?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/wushaobo"><img src="https://avatars.githubusercontent.com/u/491264?v=4" width="50" height="50" alt=""/></a> <a href="http://www.jonathanclarke.ie"><img src="https://avatars.githubusercontent.com/u/11335?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/apps/imgbot"><img src="https://avatars.githubusercontent.com/in/4706?v=4" width="50" height="50" alt=""/></a> <a href="http://well-balanced.medium.com"><img src="https://avatars.githubusercontent.com/u/48206623?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jeduden"><img src="https://avatars.githubusercontent.com/u/1117699?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gempain"><img src="https://avatars.githubusercontent.com/u/13135149?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/rethab"><img src="https://avatars.githubusercontent.com/u/2222044?v=4" width="50" height="50" alt=""/></a> <a href="https://daviddanielarch.github.io/"><img src="https://avatars.githubusercontent.com/u/78377120?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/angelahuang89"><img src="https://avatars.githubusercontent.com/u/22755100?v=4" width="50" height="50" alt=""/></a> <a href="http://kevinhu.io"><img src="https://avatars.githubusercontent.com/u/6051736?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/afterwind-io"><img src="https://avatars.githubusercontent.com/u/16891493?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/swong194"><img src="https://avatars.githubusercontent.com/u/25137899?v=4" width="50" height="50" alt=""/></a> <a href="http://rajie.space"><img src="https://avatars.githubusercontent.com/u/37059749?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/thedeveloperr"><img src="https://avatars.githubusercontent.com/u/23462580?v=4" width="50" height="50" alt=""/></a> <a href="https://www.esposi.to"><img src="https://avatars.githubusercontent.com/u/735227?v=4" width="50" height="50" alt=""/></a> <a href="http://www.sankalpsinha.com"><img src="https://avatars.githubusercontent.com/u/18334593?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/gagantrivedi"><img src="https://avatars.githubusercontent.com/u/18366226?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/j-fuentes"><img src="https://avatars.githubusercontent.com/u/10594577?v=4" width="50" height="50" alt=""/></a> <a href="http://in.linkedin.com/in/akshayagr"><img src="https://avatars.githubusercontent.com/u/1273012?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/JeffreyQ"><img src="https://avatars.githubusercontent.com/u/10890152?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/ConradKurth"><img src="https://avatars.githubusercontent.com/u/1794593?v=4" width="50" height="50" alt=""/></a> <a href="http://avor.io"><img src="https://avatars.githubusercontent.com/u/649020?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/tobiastornros"><img src="https://avatars.githubusercontent.com/u/17402497?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/abhijitghate"><img src="https://avatars.githubusercontent.com/u/11834249?v=4" width="50" height="50" alt=""/></a> <a href="https://c3ho.blogspot.com/"><img src="https://avatars.githubusercontent.com/u/18711727?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/DimitrisMazarakis"><img src="https://avatars.githubusercontent.com/u/56391437?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/pietrodevpiccini"><img src="https://avatars.githubusercontent.com/u/78323924?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/mands"><img src="https://avatars.githubusercontent.com/u/1010043?v=4" width="50" height="50" alt=""/></a> <a href="https://larriereguichet.fr"><img src="https://avatars.githubusercontent.com/u/568769?v=4" width="50" height="50" alt=""/></a> <a href="https://www.btao.org/"><img src="https://avatars.githubusercontent.com/u/66130243?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/marcushyett-ph"><img src="https://avatars.githubusercontent.com/u/85295485?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jonataslaw"><img src="https://avatars.githubusercontent.com/u/35742643?v=4" width="50" height="50" alt=""/></a> <a href="http://neilkakkar.com"><img src="https://avatars.githubusercontent.com/u/7115141?v=4" width="50" height="50" alt=""/></a> <a href="https://www.dbinetti.com"><img src="https://avatars.githubusercontent.com/u/161722?v=4" width="50" height="50" alt=""/></a> <a href="http://ekinsey.dev"><img src="https://avatars.githubusercontent.com/u/28248250?v=4" width="50" height="50" alt=""/></a> <a href="https://www.marcopchen.com/"><img src="https://avatars.githubusercontent.com/u/33271308?v=4" width="50" height="50" alt=""/></a> <a href="https://conye.netlify.app/"><img src="https://avatars.githubusercontent.com/u/25040059?v=4" width="50" height="50" alt=""/></a> <a href="http://raybb.github.io"><img src="https://avatars.githubusercontent.com/u/921217?v=4" width="50" height="50" alt=""/></a> <a href="http://tirkarthi.github.io"><img src="https://avatars.githubusercontent.com/u/3972343?v=4" width="50" height="50" alt=""/></a> <a href="https://dev.to/jacobherrington"><img src="https://avatars.githubusercontent.com/u/11466782?v=4" width="50" height="50" alt=""/></a> <a href="https://mhmd.dev"><img src="https://avatars.githubusercontent.com/u/34659256?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/alx-a"><img src="https://avatars.githubusercontent.com/u/26557823?v=4" width="50" height="50" alt=""/></a> <a href="https://pplife.home.blog"><img src="https://avatars.githubusercontent.com/u/35653876?v=4" width="50" height="50" alt=""/></a> <a href="http://purcell3a.github.io"><img src="https://avatars.githubusercontent.com/u/62629855?v=4" width="50" height="50" alt=""/></a> <a href="http://www.vendasta.com/"><img src="https://avatars.githubusercontent.com/u/2300103?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/7MIMIRA"><img src="https://avatars.githubusercontent.com/u/63031501?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/juanvasquezreyes"><img src="https://avatars.githubusercontent.com/u/20667703?v=4" width="50" height="50" alt=""/></a> <a href="http://bryanyi.com"><img src="https://avatars.githubusercontent.com/u/66971225?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/benbz"><img src="https://avatars.githubusercontent.com/u/1325121?v=4" width="50" height="50" alt=""/></a> <a href="http://blog.bettersoftwaretesting.com"><img src="https://avatars.githubusercontent.com/u/785891?v=4" width="50" height="50" alt=""/></a> <a href="http://www.bengreenberg.dev"><img src="https://avatars.githubusercontent.com/u/13892277?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/xahhy"><img src="https://avatars.githubusercontent.com/u/8667086?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/manish001in"><img src="https://avatars.githubusercontent.com/u/7192261?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jmellicker"><img src="https://avatars.githubusercontent.com/u/8551583?v=4" width="50" height="50" alt=""/></a> <a href="https://budibase.com"><img src="https://avatars.githubusercontent.com/u/3524181?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/edhgoose"><img src="https://avatars.githubusercontent.com/u/1108173?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/steveyackey"><img src="https://avatars.githubusercontent.com/u/61758723?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/asherf"><img src="https://avatars.githubusercontent.com/u/1268088?v=4" width="50" height="50" alt=""/></a> <a href="https://twitter.com/leoMehlig"><img src="https://avatars.githubusercontent.com/u/9119485?v=4" width="50" height="50" alt=""/></a> <a href="https://banagale.com"><img src="https://avatars.githubusercontent.com/u/1409710?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/skabbes"><img src="https://avatars.githubusercontent.com/u/592178?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/csykes"><img src="https://avatars.githubusercontent.com/u/944809?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/stefnnn"><img src="https://avatars.githubusercontent.com/u/6664911?v=4" width="50" height="50" alt=""/></a> <a href="https://www.literacyplanet.com.au"><img src="https://avatars.githubusercontent.com/u/2586778?v=4" width="50" height="50" alt=""/></a> <a href="https://daksh.me"><img src="https://avatars.githubusercontent.com/u/7896438?v=4" width="50" height="50" alt=""/></a> <a href="http://mg.to/"><img src="https://avatars.githubusercontent.com/u/21968?v=4" width="50" height="50" alt=""/></a> <a href="http://jyuvaraj03.github.io"><img src="https://avatars.githubusercontent.com/u/29891001?v=4" width="50" height="50" alt=""/></a> <a href="http://mackenziee.com"><img src="https://avatars.githubusercontent.com/u/13096366?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Jaspreet-singh-1032"><img src="https://avatars.githubusercontent.com/u/69707565?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/inbreaks"><img src="https://avatars.githubusercontent.com/u/1317194?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/xrendan"><img src="https://avatars.githubusercontent.com/u/13208566?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Nishant-Sagar"><img src="https://avatars.githubusercontent.com/u/66466895?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/romj"><img src="https://avatars.githubusercontent.com/u/44766458?v=4" width="50" height="50" alt=""/></a> <a href="https://pixlwave.uk/"><img src="https://avatars.githubusercontent.com/u/6060466?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/chasovskiy"><img src="https://avatars.githubusercontent.com/u/25323740?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/hjweddie"><img src="https://avatars.githubusercontent.com/u/5867477?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/maxmue"><img src="https://avatars.githubusercontent.com/u/4235114?v=4" width="50" height="50" alt=""/></a> <a href="https://ajsharp.com"><img src="https://avatars.githubusercontent.com/u/12774?v=4" width="50" height="50" alt=""/></a> <a href="https://vicampuzano.com"><img src="https://avatars.githubusercontent.com/u/20813866?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/k4kuz0"><img src="https://avatars.githubusercontent.com/u/6428417?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/abtinmo"><img src="https://avatars.githubusercontent.com/u/21346041?v=4" width="50" height="50" alt=""/></a> <a href="http://mohammedshehu.com"><img src="https://avatars.githubusercontent.com/u/40317687?v=4" width="50" height="50" alt=""/></a> <a href="https://www.uxwriter.life/"><img src="https://avatars.githubusercontent.com/u/58725708?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/hspotorno"><img src="https://avatars.githubusercontent.com/u/3391820?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bnomei"><img src="https://avatars.githubusercontent.com/u/3265642?v=4" width="50" height="50" alt=""/></a> <a href="https://github.rahul3v.xyz"><img src="https://avatars.githubusercontent.com/u/24385409?v=4" width="50" height="50" alt=""/></a> <a href="https://www.linkedin.com/in/sheridandanny/"><img src="https://avatars.githubusercontent.com/u/83524670?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Cavallando"><img src="https://avatars.githubusercontent.com/u/27144805?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/RoryCrispin"><img src="https://avatars.githubusercontent.com/u/716269?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bjornj12"><img src="https://avatars.githubusercontent.com/u/2598477?v=4" width="50" height="50" alt=""/></a> <a href="https://joetrol.lol"><img src="https://avatars.githubusercontent.com/u/7506225?v=4" width="50" height="50" alt=""/></a> <a href="https://wanderlog.com/"><img src="https://avatars.githubusercontent.com/u/2924388?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/restackio"><img src="https://avatars.githubusercontent.com/u/27010949?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/utkuzih"><img src="https://avatars.githubusercontent.com/u/7005250?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/asavoy"><img src="https://avatars.githubusercontent.com/u/235466?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Zombie123456"><img src="https://avatars.githubusercontent.com/u/41881936?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bmarty"><img src="https://avatars.githubusercontent.com/u/3940906?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/navi86"><img src="https://avatars.githubusercontent.com/u/28907696?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/hakubo"><img src="https://avatars.githubusercontent.com/u/1018759?v=4" width="50" height="50" alt=""/></a> <a href="http://kateklink.com"><img src="https://avatars.githubusercontent.com/u/5008686?v=4" width="50" height="50" alt=""/></a> <a href="https://www.rm.pl"><img src="https://avatars.githubusercontent.com/u/11348586?v=4" width="50" height="50" alt=""/></a> <a href="http://gitstart.github.io/"><img src="https://avatars.githubusercontent.com/u/1501599?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/haikusw"><img src="https://avatars.githubusercontent.com/u/222271?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/david-everett"><img src="https://avatars.githubusercontent.com/u/98620729?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/kefranabg"><img src="" width="50" height="50" alt=""/></a> <a href="https://github.com/stuposluns"><img src="https://avatars.githubusercontent.com/u/23000883?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/charlrvd"><img src="https://avatars.githubusercontent.com/u/17158847?v=4" width="50" height="50" alt=""/></a> <a href="http://www.aviflombaum.com"><img src="https://avatars.githubusercontent.com/u/4515?v=4" width="50" height="50" alt=""/></a> <a href="https://federicoleva.eu"><img src="https://avatars.githubusercontent.com/u/901528?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/danielthedifficult"><img src="https://avatars.githubusercontent.com/u/1290033?v=4" width="50" height="50" alt=""/></a> <a href="http://jpaul.me"><img src="https://avatars.githubusercontent.com/u/6723245?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/peterdemin"><img src="https://avatars.githubusercontent.com/u/1448666?v=4" width="50" height="50" alt=""/></a> <a href="https://jacobwgillespie.com"><img src="https://avatars.githubusercontent.com/u/130874?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/MrKevinOConnell"><img src="https://avatars.githubusercontent.com/u/17347501?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/klamas1"><img src="https://avatars.githubusercontent.com/u/16032928?v=4" width="50" height="50" alt=""/></a> <a href="http://thebigbignooby.github.io/"><img src="https://avatars.githubusercontent.com/u/4172090?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/iamwacko"><img src="https://avatars.githubusercontent.com/u/101361189?v=4" width="50" height="50" alt=""/></a> <a href="http://bobeagan.com"><img src="https://avatars.githubusercontent.com/u/100226?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/tiina303"><img src="https://avatars.githubusercontent.com/u/890921?v=4" width="50" height="50" alt=""/></a> <a href="https://www.passion-climb.com/"><img src="https://avatars.githubusercontent.com/u/1851359?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/jafarlihi"><img src="https://avatars.githubusercontent.com/u/43515211?v=4" width="50" height="50" alt=""/></a> <a href="https://jarekrozanski.eu"><img src="https://avatars.githubusercontent.com/u/4896588?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/krzd"><img src="https://avatars.githubusercontent.com/u/1003886?v=4" width="50" height="50" alt=""/></a> <a href="https://mathspace.co"><img src="https://avatars.githubusercontent.com/u/18408986?v=4" width="50" height="50" alt=""/></a> <a href="https://www.linkedin.com/in/ashtong/"><img src="https://avatars.githubusercontent.com/u/2122?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/balajivenkatesh"><img src="https://avatars.githubusercontent.com/u/4346757?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/bytemerger"><img src="https://avatars.githubusercontent.com/u/31082804?v=4" width="50" height="50" alt=""/></a> <a href="http://codepitbull.de"><img src="https://avatars.githubusercontent.com/u/1409931?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/zackelan"><img src="https://avatars.githubusercontent.com/u/10138830?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/rcmarron"><img src="https://avatars.githubusercontent.com/u/4813045?v=4" width="50" height="50" alt=""/></a> <a href="http://shanemaglangit.com"><img src="https://avatars.githubusercontent.com/u/53674742?v=4" width="50" height="50" alt=""/></a> <a href="https://www.linkedin.com/in/justin-jones-1300b613b/"><img src="https://avatars.githubusercontent.com/u/14925?v=4" width="50" height="50" alt=""/></a> <a href="http://mmmoussa.com"><img src="https://avatars.githubusercontent.com/u/9062287?v=4" width="50" height="50" alt=""/></a> <a href="https://mihir.ch"><img src="https://avatars.githubusercontent.com/u/31861755?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/nitzanballerine"><img src="https://avatars.githubusercontent.com/u/109664420?v=4" width="50" height="50" alt=""/></a> <a href="http://taleno.digital"><img src="https://avatars.githubusercontent.com/u/4322627?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Chuloo"><img src="https://avatars.githubusercontent.com/u/22301208?v=4" width="50" height="50" alt=""/></a> <a href="http://bhargavtarpara.com"><img src="https://avatars.githubusercontent.com/u/9146475?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/Growthfyi"><img src="https://avatars.githubusercontent.com/u/109241881?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/MoSattler"><img src="https://avatars.githubusercontent.com/u/64152453?v=4" width="50" height="50" alt=""/></a> <a href="http://petrioli.me"><img src="https://avatars.githubusercontent.com/u/914107?v=4" width="50" height="50" alt=""/></a> <a href="https://xvello.net"><img src="https://avatars.githubusercontent.com/u/6241083?v=4" width="50" height="50" alt=""/></a> <a href="https://github.com/johanholmerin"><img src="https://avatars.githubusercontent.com/u/7433263?v=4" width="50" height="50" alt=""/></a><a href="https://github.com/Ismaaa"><img src="https://avatars.githubusercontent.com/u/22240843?v=4" width="50" height="50" alt=""/></a> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->
https://github.com/PostHog/posthog
master
No items found.
Why Plural?
Open source
Plural is community-focused, open source, and free to use.
Deploy on Kubernetes
Deploy OSS on Kubernetes right on your own cloud.
No vendor lock-in
Eject your configuration whenever—no commitment necessary.
Day 2 operations
Application-specific runbooks and dashboards.
You might also like...
airbyte
data
An open-source data integration engine for modern data teams.
airflow
data
Open-source workflow management system that allows data engineers to orchestrate sequenceable tasks.
clickhouse
data
clickhouse deployed on plural
dagster
data
A data orchestration platform for the development, production, and observation of data assets.
Marketplace
Next app
posthog resources
Website
Twitter
Discord
Slack
GitHub
Donate
Related Docs
Quickstart guide
airbyte
airflow
argo-cd
argo-workflows
baserow
bootstrap-cluster-api
bytebase
chatwoot
clickhouse
cluster-api-operator
cluster-api-operator-installer
console
crossplane
dagster
dagster-agent
dash-controller
datadog
datahub
directus
elasticsearch
etcd
external-secrets
filecoin
ghost
gitlab
goldilocks
grafana
grafana-agent
grafana-tempo
growthbook
harbor
hasura
hydra
influx
ingress-nginx
istio
jenkins
jitsu
jupyterhub
kafka
knative
kserve
kubecost
kubeflow
kubescape
lakefs
lightdash
loki
meilisearch
metabase
mimir
minecraft
minio
mlflow
mongodb
mysql
n8n
nextcloud
nocodb
oauth2-proxy
oncall
plural
postgres
posthog
prefect
prefect-agent
rabbitmq
ray
redash
redis
redpanda
reloader
renovate
renovate-on-prem
retool
rook
sentry
sftpgo
sonarqube
spark
strapi
superset
tempo
terraria
tier
vault
Private application
This application is currently unavailable for public use. If you'd like to use this application, please
reach out to us
or
add the application to our catalog
.This application is not currently available for public use. If you'd like to use this application feel free to
contact us
or
add the application to our catalogue
.
Back to marketplace