0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 02:49:32 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
Tim Glaser ac46f09429
Closes #888 filter on elements (#917)
* Closes #888 filter on elements

* Add joinfield as requirement

* Fix tests

* Use correct element

* Fix paths query

* Delete old migration test

* Clean up

* Add frontend filters for elements, closes #419

* Add element api

* Fix paths and add test

* Keep elements field, otherwise breaks parititons

* Don't use join field

* Remove other join field references

* Fix test
2020-06-08 14:58:51 +01:00
.github Cache yarn builds to speed up end to end testing (#927) 2020-06-06 10:13:09 -07:00
bin Https locally (#910) 2020-06-04 10:14:54 +01:00
cypress Cache yarn builds to speed up end to end testing (#927) 2020-06-06 10:13:09 -07:00
frontend Closes #888 filter on elements (#917) 2020-06-08 14:58:51 +01:00
posthog Closes #888 filter on elements (#917) 2020-06-08 14:58:51 +01:00
requirements Remove dev requirements (#826) 2020-05-26 14:38:33 +02:00
staticfiles
.babelrc Webpack HMR, Add hashes to chunk filenames. (#878) 2020-06-02 10:39:53 +01:00
.deepsource.toml
.dockerignore Helm redis (#558) 2020-04-13 16:22:06 +01:00
.eslintrc.js Add ES Lint (#719) 2020-05-13 13:17:00 +01:00
.flake8 Flake8 setup and improvements (#660) 2020-04-27 18:13:59 +02:00
.gitignore Webpack HMR, Add hashes to chunk filenames. (#878) 2020-06-02 10:39:53 +01:00
.prettierrc set prettier line width to 120 for saner looking code 2020-03-21 00:54:20 +01:00
app.json Set redis key policy to allkeys-lur (#825) 2020-05-25 15:29:54 +01:00
CHANGELOG.md Release 1.8.0 (#923) 2020-06-04 12:41:02 +01:00
CONTRIBUTING.md
cypress.json E2e important paths (#802) 2020-05-22 12:34:48 -04:00
dev.Dockerfile Webpack HMR, Add hashes to chunk filenames. (#878) 2020-06-02 10:39:53 +01:00
docker-compose.dev.yml Webpack HMR, Add hashes to chunk filenames. (#878) 2020-06-02 10:39:53 +01:00
docker-compose.e2e.yml Webpack HMR, Add hashes to chunk filenames. (#878) 2020-06-02 10:39:53 +01:00
docker-compose.yml add redis container name to dockerfile 2020-04-07 14:54:09 +02:00
gunicorn.config.py show the correct host and port 2020-04-02 00:55:45 +02:00
jsconfig.json 772 add is true and is false (#777) 2020-05-20 12:03:19 -04:00
latest_migrations.manifest Closes #888 filter on elements (#917) 2020-06-08 14:58:51 +01:00
LICENSE
manage.py
mypy.ini Closes #888 filter on elements (#917) 2020-06-08 14:58:51 +01:00
package.json PostHog Toolbar (#896) 2020-06-04 13:45:24 +02:00
postcss.config.js
preview.Dockerfile Remove drf-yasg in favor of new docs website (#596) 2020-04-15 16:24:10 +01:00
Procfile Fix redis error when upgrading Heroku (#508) 2020-04-08 19:19:33 +01:00
production.Dockerfile Remove dev requirements (#826) 2020-05-26 14:38:33 +02:00
README.md Update links to docs.posthog.com (#847) 2020-05-26 11:20:21 -04:00
requirements.txt Bump django from 3.0.5 to 3.0.7 (#918) 2020-06-05 21:09:22 +01:00
webpack.config.js PostHog Toolbar (#896) 2020-06-04 13:45:24 +02:00
yarn.lock PostHog Toolbar (#896) 2020-06-04 13:45:24 +02:00

PostHog header

PostHog (Community Edition)

PostHog is open source product analytics, built for developers. Automate the collection of every event on your website or app, with no need to send data to 3rd parties. It's a 1 click to deploy on your own infrastructure, with full API/SQL access to the underlying data.

Quick start

1-click Heroku deploy:

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

PostHog dashboard screenshot

Join the PostHog Users Slack if you need help, want to chat, or are thinking of a new feature idea.

Features

  • Event-based analytics at a user level - see which users are doing what in your application.
  • Complete control over your data - host it yourself.
  • Automatically capture clicks and page views to do analyze what your users are doing retroactively.
  • Libraries for JS, Python, Ruby, Node, Go + API for anything else.
  • Beautiful graphs, funnels, user cohorts, user paths and dashboards.
  • Super easy deploy using Docker or Heroku.

Event autocapture

Philosophy

Many engineers find it painful to work out how their products are being used. This makes design decisions tough. PostHog solves that.

We also strongly believe 3rd party analytics don't work anymore in a world of Cookie laws, GDPR, CCPA and lots of other 4 letter acronyms. There should be an alternative to sending all of your users' personal information and usage data to 3rd parties.

PostHog gives you full control over all your users' data, while letting anyone easily perform powerful analytics.

It means you can know who is using your app, how they're using, and where you lose users in the sign up process.

What's cool about this?

PostHog is the only product-focused open source analytics library, with an event and user-driven architecture. That means tracking identifiable (where applicable) user behavior, and creating user profiles. We are an open source alternative to Mixpanel, Amplitude or Heap, designed to be more developer friendly.

There are a couple of session-based open source libraries that are nice alternatives to Google Analytics. That's not what we are focused on.

One-line docker preview

docker run -t -i --rm --publish 8000:8000 -v postgres:/var/lib/postgresql posthog/posthog:preview

This image has everything you need to try out PostHog locally! It will set up a server on http://127.0.0.1:8000.

Deploy to Heroku

Deploy

Production deployment

See docs for production deployment

Developing locally

See docs for developing locally

Contributing

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

Open source / Paid

This repo is entirely MIT licensed. We charge for things like user permissioning and auditability, a/b testing and dedicated support. Please email hey@posthog.com and we will gladly help with your implementation.

Contributors 🦸