0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
Michael Matloka 4ebca38d53
Sort imports with isort (#1272)
* Add and configure isort

* isort all the things!

* Use local black and isort, and include json in prettier

* Remove erroneous import

* Delete isort.cfg and add isort options to lint-staged

* isort all the things! (with Black-compatibile options)
2020-07-28 22:19:33 +02:00
.github Closes #1020 WIP shared dashboards (#1071) 2020-07-23 10:41:59 +02:00
.platform
bin Improve ./bin/test command (#1074) 2020-06-23 18:42:54 +02:00
cypress fix team test (#1287) 2020-07-28 15:53:35 +02:00
frontend prevent refresh when no property is added (#1285) 2020-07-28 22:18:23 +02:00
posthog Sort imports with isort (#1272) 2020-07-28 22:19:33 +02:00
requirements Sort imports with isort (#1272) 2020-07-28 22:19:33 +02:00
staticfiles
.deepsource.toml
.dockerignore Fix docker builds (#1195) 2020-07-13 12:01:17 +02:00
.environment
.eslintrc.js Launch toolbar (#1186) 2020-07-17 19:57:42 +02:00
.flake8
.gitignore
.prettierrc
app.json update logo heroku (#1210) 2020-07-14 16:27:45 +02:00
babel.config.js chore: rename .babelrc (#1184) 2020-07-13 10:36:38 +02:00
CHANGELOG.md Release 1.11.0 (#1239) 2020-07-17 16:57:05 +02:00
CONTRIBUTING.md
cypress.json
dev.Dockerfile Copy correct babel file in docker images (#1194) 2020-07-13 11:20:21 +02:00
docker-compose.dev.yml
docker-compose.e2e.yml
docker-compose.yml Close #1256: Add 80:8000 compose port mapping (#1257) 2020-07-20 21:41:43 +02:00
gunicorn.config.py Black all the things! (#1136) 2020-07-02 15:41:49 +02:00
latest_migrations.manifest Closes #1020 WIP shared dashboards (#1071) 2020-07-23 10:41:59 +02:00
LICENSE
manage.py Black all the things! (#1136) 2020-07-02 15:41:49 +02:00
mypy.ini
package.json Sort imports with isort (#1272) 2020-07-28 22:19:33 +02:00
postcss.config.js Add Typescript Support (#1157) 2020-07-08 09:45:23 +02:00
preview.Dockerfile Copy correct babel file in docker images (#1194) 2020-07-13 11:20:21 +02:00
Procfile
production.Dockerfile Copy correct babel file in docker images (#1194) 2020-07-13 11:20:21 +02:00
README.md Update README.md (#1259) 2020-07-21 11:35:20 +02:00
requirements.txt LZ-String compression (#1058) 2020-07-06 12:28:49 +02:00
tsconfig.json Launch toolbar (#1186) 2020-07-17 19:57:42 +02:00
webpack.config.js Closes #1020 WIP shared dashboards (#1071) 2020-07-23 10:41:59 +02:00
yarn.lock Update posthog-js to 1.3.5 (#1260) 2020-07-21 13:26:08 +02:00


PostHog provides 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 just 1 click to deploy on your own infrastructure, with full API/SQL access to the underlying data.



Quick start

1-click Heroku deploy:



In-depth walkthrough

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.
  • Feature flags understand the impact of new features before rolling them out more widely
  • 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.



PostHog SaaS

You can sign up for a free account on our hosted platform.



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.

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 like crazy, and we have a ton of open positions.



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 🦸