0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
Paul Hultgren f5451f9cf4
fix: allow 'config_schema' on plugin to be blank (#13880)
* allow 'config_schema' field on plugin to be blank

* create migration

* Update snapshots

* Update snapshots

* Update snapshots

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-23 21:00:43 -08:00
.devcontainer
.github chore: add useful sprint planning prompts (#13848) 2023-01-20 15:39:04 +00:00
.husky
.run
.storybook fix(storybook): don't use esbuild for storybook (#13883) 2023-01-23 23:46:29 +01:00
.vscode
bin
cypress chore: rename is_event_property from property definitions API (#13838) 2023-01-23 10:59:37 +02:00
docker/clickhouse
ee fix: allow 'config_schema' on plugin to be blank (#13880) 2023-01-23 21:00:43 -08:00
frontend fix: more gracefully handle when related feature flag value is undefined (#13886) 2023-01-23 16:02:56 -08:00
playwright fix(storybook): don't use esbuild for storybook (#13883) 2023-01-23 23:46:29 +01:00
plugin-server fix: Refactor person merging do less within a transaction (#13849) 2023-01-23 15:40:50 +01:00
posthog fix: allow 'config_schema' on plugin to be blank (#13880) 2023-01-23 21:00:43 -08:00
share
staticfiles
.all-contributorsrc
.coveragerc
.deepsource.toml
.dockerignore
.environment
.eslintrc.js refactor: Replace Badge with LemonBadge (#13763) 2023-01-18 15:50:51 +01:00
.flake8
.gitattributes
.gitignore
.kearc
.prettierignore
.prettierrc
.test_durations
babel.config.js
CHANGELOG.md
CODE_OF_CONDUCT.md
codecov.yml
CONTRIBUTING.md
cypress.e2e.config.ts
depot.json
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
docker-compose.dev.yml
docker-compose.hobby.yml
docker-compose.playwright.yml
Dockerfile
Dockerfile.cloud
Dockerfile.playwright
gunicorn.config.py
jest.config.ts
jest.setup.ts
jest.setupAfterEnv.ts
latest_migrations.manifest fix: allow 'config_schema' on plugin to be blank (#13880) 2023-01-23 21:00:43 -08:00
LICENSE
manage.py
mypy.ini
package.json fix(storybook): don't use esbuild for storybook (#13883) 2023-01-23 23:46:29 +01:00
playwright.config.ts
pnpm-lock.yaml fix(storybook): don't use esbuild for storybook (#13883) 2023-01-23 23:46:29 +01:00
postcss.config.js
Procfile
production.Dockerfile
pyproject.toml
pytest.ini
README.md
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
runtime.txt
SECURITY.md
tailwind.config.js
tsconfig.dev.json
tsconfig.json
versions.json
webpack.config.js

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 🦸