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
Yakko Majuri ca2d618ad3
feat(query-tags): always pass filter to insight_sync_execute when available (#13998)
* feat(query-tags): always pass filter to insight_sync_execute when available

* fix
2023-02-03 08:47:58 -03:00
.devcontainer chore(NodeJS): use Node.js v18 (#12650) 2022-12-12 15:02:33 +01:00
.github chore(github): Add OKRs to planning template (#13901) 2023-02-01 07:34:28 +00:00
.husky test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
.run feat: Added performance API (#13452) 2023-01-06 09:51:51 +01:00
.storybook test(frontend): Test more Storybook stories automatically (#13947) 2023-01-30 19:30:18 +01:00
.vscode feat: Added compound launch config for vscode (#11501) 2022-08-25 16:30:52 +00:00
bin chore(billing): Make local dev for enterprise less painful (#14023) 2023-01-31 14:57:15 +00:00
cypress refactor(lemon-ui): Consolidate component library structure and naming (#14043) 2023-02-03 12:40:22 +01:00
docker/clickhouse chore(ci): Set stream_poll_timeout_ms in dev (#12122) 2022-10-07 10:23:38 +03:00
ee feat(funnels-correlation): simplify method for extracting property keys + values (#14031) 2023-01-31 16:03:56 -03:00
frontend refactor(lemon-ui): Consolidate component library structure and naming (#14043) 2023-02-03 12:40:22 +01:00
playwright test(frontend): Test more Storybook stories automatically (#13947) 2023-01-30 19:30:18 +01:00
plugin-server chore(plugin-server): add logging when createPerson fails (#14045) 2023-02-03 11:43:15 +00:00
posthog feat(query-tags): always pass filter to insight_sync_execute when available (#13998) 2023-02-03 08:47:58 -03:00
share feat: Add GeoIP2 capability to Django app (for feature flags) (#10890) 2022-07-25 17:20:11 -07:00
staticfiles Fix settings 2020-01-24 16:22:12 -08:00
.all-contributorsrc chore: Add Ismaaa as a contributor 🎉 (#5679) 2022-12-19 21:13:17 +00: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 test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
.environment One click deploy for platform.sh (#1044) 2020-06-18 16:12:07 +02:00
.eslintrc.js refactor: Replace Badge with LemonBadge (#13763) 2023-01-18 15:50:51 +01:00
.flake8 style(flake8): enable C400,C407,E262 (#13096) 2022-12-05 16:06:54 +01:00
.gitattributes Improve handling of .git* files/dirs (#3141) 2021-02-01 09:25:40 +01:00
.gitignore test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
.kearc Add paths to logics (#6945) 2021-11-09 07:59:21 +00:00
.prettierignore chore: use pnpm to manage dependencies (closes #12635) (#13190) 2022-12-12 10:28:06 +01:00
.prettierrc Kea TypeGen 0.0.31 (#1297) 2020-07-29 11:21:00 +02:00
.test_durations refactor: Prevent mat columns decorator from being mistaken for a test (#13547) 2023-01-04 11:28:07 +00:00
babel.config.js chore: use pnpm to manage dependencies (closes #12635) (#13190) 2022-12-12 10:28:06 +01:00
CHANGELOG.md docs(changelog): Refer to PostHog Array in CHANGELOG.md (#8770) 2022-03-16 08:22:33 +00: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 chore: contribution guidelines about paid features (#11653) 2022-09-05 11:28:13 +01:00
cypress.e2e.config.ts feat: Universal CSV exports (#10644) 2022-07-07 19:16:13 +00:00
depot.json feat(ci): Use Depot for Docker builds in CI (#10624) 2022-07-04 15:33:36 +01:00
docker-compose.base.yml chore(clickhouse): update from 22.3 to 22.8 (#13819) 2023-01-19 14:19:50 +00:00
docker-compose.dev-full.yml feat: Have a local docker-compose stack for developing 100% in docker (#13025) 2022-11-30 09:49:17 -08:00
docker-compose.dev.yml chore: move dev postgres settings out of base dockerfile (#13294) 2022-12-13 13:25:18 +00:00
docker-compose.hobby.yml fix(hobby): fix hobby install compose (#13067) 2022-12-01 10:22:01 -08:00
docker-compose.playwright.yml test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
Dockerfile update simmer to version without installation warnings (#2896) 2021-01-08 15:14:57 +01:00
Dockerfile.cloud fix(deploy): add CA's in to cloud image (#11892) 2022-09-20 12:56:46 +00:00
Dockerfile.playwright test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
gunicorn.config.py chore(deps): Update black to 22.8.0 (#11596) 2022-09-05 14:38:54 +02:00
jest.config.ts feat: use a different css selector generator in the toolbar (#13937) 2023-01-27 08:24:06 +00:00
jest.setup.ts feat(frontend): use lottie for animation (#9904) 2022-06-06 12:50:13 +02:00
jest.setupAfterEnv.ts chore(frontend): upgrade jest (#12866) 2022-11-19 13:09:00 +01:00
latest_migrations.manifest feat: add query to insight with pydantic validation (#13976) 2023-01-30 14:07:11 +00:00
LICENSE chore: 2023 (#13143) 2023-01-03 08:21:48 +00: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 chore(deps): Update posthog-js to 1.42.3 (#14028) 2023-01-31 11:38:19 -05:00
playwright.config.ts test(frontend): Automatically test Storybook stories with snapshots (#13839) 2023-01-27 15:51:35 +01:00
pnpm-lock.yaml chore(deps): Update posthog-js to 1.42.3 (#14028) 2023-01-31 11:38:19 -05:00
postcss.config.js feat: Extended utility classes and updated color palette (#11047) 2022-08-01 14:09:44 +00:00
Procfile Add flags to bin/docker-worker-celery (#2621) 2020-12-03 18:53:06 +01:00
production.Dockerfile chore(dockerfile): switch base image to non alpine (#13314) 2022-12-16 11:12:11 +01:00
pyproject.toml chore(deps): Update black to 22.8.0 (#11596) 2022-09-05 14:38:54 +02:00
pytest.ini fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
README.md chore: Add Ismaaa as a contributor 🎉 (#5679) 2022-12-19 21:13:17 +00:00
requirements-dev.in feat(data-exploration): data exploration backend API with types (#13933) 2023-01-27 15:30:28 +01:00
requirements-dev.txt feat(data-exploration): data exploration backend API with types (#13933) 2023-01-27 15:30:28 +01:00
requirements.in feat(data-exploration): data exploration backend API with types (#13933) 2023-01-27 15:30:28 +01:00
requirements.txt chore(deps): bump future from 0.18.2 to 0.18.3 (#13723) 2023-01-31 20:19:57 +01:00
runtime.txt chore(python): update Python to version 3.8.14 (#11713) 2022-09-08 10:56:30 +00:00
SECURITY.md Create SECURITY.md (#6009) 2021-09-17 15:31:10 +02:00
tailwind.config.js feat(billing): experiment with adding pricing/feature table on the org billing page (#13105) 2022-12-05 07:50:46 -08:00
tsconfig.dev.json chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
tsconfig.json chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
versions.json chore: Bump version to 1.43.0 (#13732) 2023-01-16 15:19:23 +01:00
webpack.config.js feat(frontend): build @posthog/lemon-ui and @posthog/apps-common (#10120) 2022-06-10 17:03:06 +02:00

posthoglogo

PRs Welcome Join Slack Community Docker Pulls GitHub commit activity GitHub closed issues

Docs - Using PostHog - Support community - Roadmap - Bug report

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

PostHog Cloud

The fastest and most reliable way to get started with PostHog is signing up for free to PostHog Cloud or PostHog Cloud EU

Open-source hobby deploy

Deploy a hobby instance in one line on Linux with Docker (recommended 4GB memory):

 /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.

Enterprise self-hosted

See our enterprise self-hosted docs to deploy a scalable, production-ready instance with support from our team.

Features

ui-demo

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, or customize it to your needs
  • User and group tracking: understand the people and groups behind the events and track properties about them
  • Data visualizations: create and share graphs, funnels, paths, retention, and dashboards
  • Session recording: watch videos of your users' behavior, with fine-grained filters and privacy controls
  • Heatmaps: see where users are using your product with the PostHog 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 and get automatic significance calculations
  • Correlation analysis: discover what events and properties correlate with success and failure

Data and infrastructure tools

Read a full list of PostHog features.

Docs and support

Read how to deploy, integrate, and extend PostHog in our documentation.

Check out our tutorials 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.

Ask a question or join our Slack community to get support.

Contributing

We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first:

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.

Open-source vs. paid

This repo is available under the MIT expat license, except for the ee directory (which has it's license here) if applicable.

Need absolutely 💯% FOSS? Check out our 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 or see our pricing page.

Were hiring!

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

Contributors 🦸