0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
2021-10-14 15:51:27 +01:00
.devcontainer Update devcontainer for docker success (#6148) 2021-09-28 15:05:28 +01:00
.github Push person predicates down (#6346) 2021-10-13 14:00:47 +00:00
.platform Add .yaml files to be linted with prettier too (#4771) 2021-06-16 18:04:51 +02:00
.run PyCharm run configurations (#6026) 2021-09-20 13:03:37 +01:00
.storybook chore(correlation): funnel story with correlation events and properties (#6389) 2021-10-13 04:45:51 +00:00
bin merge people test (#5567) 2021-08-16 10:53:52 +03:00
cypress Insight logic refactor version 1 - keyed insightLogic (#6310) 2021-10-08 12:13:23 +00:00
docker Speed improvements for the arm64 ClickHouse build (#6191) 2021-09-30 19:52:59 +00:00
ee Add scale plan in license.py (#6416) 2021-10-14 15:13:37 +03:00
frontend remove all dashboard animations in view mode (#6426) 2021-10-14 15:51:27 +01:00
plugins Update plugin server to 1.9.3 (#6141) 2021-09-28 10:26:17 +01:00
posthog Update should_update_person_prop (#6428) 2021-10-14 14:26:15 +00:00
staticfiles Fix settings 2020-01-24 16:22:12 -08:00
.all-contributorsrc 🤖: Add geary as a contributor 🎉 (#6261) 2021-10-11 14:23:47 +02:00
.coveragerc ci(tests): show untested code in PR with codecov (#6082) 2021-10-04 10:37:15 +01:00
.deepsource.toml Fix some bug risks and code quality issues 2020-02-21 14:51:44 -08:00
.dockerignore Add ee to docker ignore (#2422) 2020-11-17 23:00:42 +01:00
.environment One click deploy for platform.sh (#1044) 2020-06-18 16:12:07 +02:00
.eslintrc.js Bump prettier and eslint-config-prettier versions (#6167) 2021-09-29 11:49:29 +01:00
.flake8 Fix deprecation warnings due to invalid escape sequences. (#4633) 2021-06-15 11:41:49 +02:00
.gitattributes Improve handling of .git* files/dirs (#3141) 2021-02-01 09:25:40 +01:00
.gitignore Benchmarking suite for ClickHouse queries (#6187) 2021-10-01 15:20:58 +03:00
.kearc Kea TypeGen types in the same folder as logic (#3048) 2021-01-22 10:21:48 +01:00
.prettierignore Project-based permissioning TopNavigation (#6027) 2021-09-29 22:43:40 +00:00
.prettierrc Kea TypeGen 0.0.31 (#1297) 2020-07-29 11:21:00 +02:00
.ts-strict-blacklist Funnel improvements IV (#5205) 2021-07-19 19:29:16 -05:00
app.json SAML deps build (#5932) 2021-09-14 11:43:26 +02:00
babel.config.js Storybook (#5714) 2021-08-25 10:38:33 +02:00
CHANGELOG.md Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#1790) 2020-10-01 14:12:10 +00:00
codecov.yml ci(tests): show untested code in PR with codecov (#6082) 2021-10-04 10:37:15 +01:00
CONTRIBUTING.md Fix API/HTTP instructions json syntax (#3832) 2021-03-31 18:31:32 -07:00
cypress.e2e.json Type and font updates (#6020) 2021-09-22 08:47:52 +03:00
cypress.json Solve ospath issue (#5014) 2021-07-07 14:04:39 +02:00
dev.Dockerfile Attempt a fix for building xmlsec python wheel (#5768) 2021-08-28 13:47:25 +02:00
docker-compose-config.py Improve docker-compose-config experience (#2266) 2020-11-20 16:11:05 +01:00
docker-compose-config.sh Improve docker-compose-config experience (#2266) 2020-11-20 16:11:05 +01:00
docker-compose.dev.yml SAML deps build (#5932) 2021-09-14 11:43:26 +02:00
docker-compose.e2e.yml Remove IS_DOCKER env var (#3843) 2021-04-01 17:10:00 +02:00
docker-compose.yml Pin prod docker-compose to Postgres 13 and Redis 6 (#4019) 2021-04-16 16:25:16 +02:00
Dockerfile update simmer to version without installation warnings (#2896) 2021-01-08 15:14:57 +01:00
gunicorn.config.py Increase default timeouts from gunicorn (#4731) 2021-06-14 10:39:04 +00:00
jest.config.ts Usable logic tests (works now!) (#5990) 2021-09-21 13:39:05 +02:00
jest.setup.ts Logic tests again (#5234) 2021-07-23 23:58:29 +00:00
latest_migrations.manifest Update should_update_person_prop (#6428) 2021-10-14 14:26:15 +00:00
LICENSE Update copyright years and use MIT license in posthog-foss (#3145) 2021-02-01 14:55:39 +01:00
manage.py Black all the things! (#1136) 2020-07-02 15:41:49 +02:00
mypy.ini Stability & dev experience improvements (#2152) 2020-11-02 14:55:20 +00:00
package.json remove all dashboard animations in view mode (#6426) 2021-10-14 15:51:27 +01:00
postcss.config.js Finish the purge on curly-less if statements (#3414) 2021-02-22 08:36:08 +01:00
Procfile Add flags to bin/docker-worker-celery (#2621) 2020-12-03 18:53:06 +01:00
production.Dockerfile Optimize Dockerfile build (#5988) 2021-09-17 09:22:12 +02:00
pyproject.toml Stability & dev experience improvements (#2152) 2020-11-02 14:55:20 +00:00
pytest.ini Implementation of diagnose event names (#6235) 2021-10-06 11:08:16 +01:00
README.md 🤖: Add geary as a contributor 🎉 (#6261) 2021-10-11 14:23:47 +02:00
requirements-dev.in Push person predicates down (#6346) 2021-10-13 14:00:47 +00:00
requirements-dev.txt Push person predicates down (#6346) 2021-10-13 14:00:47 +00:00
requirements.in Use pep440 style reqs (#5864) 2021-09-14 11:47:12 +02:00
requirements.txt Use pep440 style reqs (#5864) 2021-09-14 11:47:12 +02:00
runtime.txt Add python version to posthog for automated deploys (#1795) 2020-10-02 08:54:20 +01:00
SECURITY.md Create SECURITY.md (#6009) 2021-09-17 15:31:10 +02:00
task-definition.migration.json Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
task-definition.plugins.json Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
task-definition.web.json Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
task-definition.worker.json Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
tsconfig.json Fix and standardize multiple table UI inconsistencies (#4727) 2021-06-24 17:09:41 +02:00
webpack.config.js Improve e2e flakeyness, skip Insights spec test (#4869) 2021-06-29 22:20:02 +02:00
yarn.lock remove all dashboard animations in view mode (#6426) 2021-10-14 15:51:27 +01:00


PostHog is an open-source product analytics suite, built for developers. Automate the collection of every event on your website or app, with no need to send data to 3rd parties.

You can deploy on your own infrastructure, and PostHog plays nicely with data warehouses through plugins for import, transformation, and export.



Quick start

It's easy and free to get started.

Deploy PostHog Self-Hosted in your existing infrastructure.

... or use PostHog Cloud if you don't need to self-host.



Features

  • Event-based analytics at a user level - capture your product's usage data to see which users are doing what in your application.
  • Product data visualizations: graphs, funnels, user cohorts, user paths, retention tables, and dashboards.
  • Complete control over your data - host it yourself in any infrastructure.
  • Session recording to watch videos of your users' behavior, with fine-grained privacy controls.
  • Automatically capture clicks and pageviews to analyze what your users are doing without pushing events manually.
  • Feature flags to understand the impact of new features before rolling them out more widely.
  • Heatmaps with the PostHog Toolbar.
  • 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 plugins - such as BigQuery, Redshift, Snowflake and S3.
  • Ready-made libraries for JS, Python, Ruby, Node, Go, Android, iOS, PHP, Flutter, React Native, Elixir + an API for anything else.

PostHog dashboard screenshot



Event autocapture



Making the most of PostHog

See PostHog Docs for in-depth walk-throughs on functionality.

Join our Slack community if you need help, want to chat, or are thinking of a new feature. We're here to help - and to make PostHog even better.



Philosophy

We help you understand user behavior without losing control of your users' data.

In our view, third-party analytics do not work anymore in a world of cookie laws, GDPR, 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.

This means you can know who is using your app, how they're using it, and where you lose users, among many other things.

Our features help you: (i) understand user behavior, (ii) create hypotheses for what to build next, and (iii) release changes to your product, then go back to step (i).



What's cool about this?

PostHog is the only product-focused open-source analytics suite, with an event and user-driven architecture that you can host in any infrastructure.

We are an open-source alternative to products such as Mixpanel, Amplitude, or Heap, that's designed to be more developer-friendly, with a broader range of features like session recording, heatmaps, feature flags, and plugins.

We play nicely with data warehouses - you can import event or user data by writing a plugin to create transformations, or you can export data by using our existing data exports to BigQuery, Redshift, Snowflake, etc. Uniquely, you can host PostHog in the same infrastructure.



Get started for free

Deploy PostHog Self-Hosted in your existing infrastructure.

... or use PostHog Cloud if you don't need to self-host.



Developing locally

See our Docs for instructions on developing locally.



Contributing

We <3 contributions big or small. See our Docs for a guide on how to get started.

Not sure where to start? Book a free, no-pressure pairing session with one of our core contributors.



We're hiring!

Come help us make PostHog even better. We're growing fast, and would love for you to join us.



Open-source vs. paid

This repo is entirely MIT licensed, with the exception of the ee directory (if applicable). Need absolutely 💯% FOSS? Check out our posthog-foss repository, which is purged of all proprietary code and features.

Premium features (contained in the ee directory) require a PostHog license. Contact us at sales@posthog.com for more information, or see our pricing page.



Contributors 🦸