Navigate:
PostHog
~$POSTH1.7%

PostHog: Open-source product analytics and feature management

Event tracking, analytics, and experimentation platform.

LIVE RANKINGS • 12:28 PM • STEADY
TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25
OVERALL
#23
76
DATA ENGINEERING
#3
30 DAY RANKING TREND
ovr#23
·Data#3
STARS
31.8K
FORKS
2.3K
7D STARS
+534
7D FORKS
+41
See Repo:
Share:

Learn more about PostHog

PostHog is an open-source analytics and product management platform written in Python and JavaScript/TypeScript that can be deployed as a cloud service or self-hosted instance. The system captures user events through autocapture or manual instrumentation, stores them in a queryable data warehouse, and provides multiple interfaces for analysis including visualization tools and SQL access. It includes modules for session replay recording, feature flag management with cohort targeting, statistical experiment frameworks, and data pipeline processing with integrations to external services. Typical deployments range from small self-hosted hobby instances to large-scale cloud deployments handling millions of events monthly.

PostHog

1

Unified feature set

Combines analytics, session replay, feature flags, experiments, and data pipelines in a single platform rather than requiring separate tools. This integration allows cross-referencing data across different product intelligence domains.

2

Self-hosting option

Offers a deployable open-source version that can run on infrastructure controlled by the user, with a documented hobby deployment process for single-machine setups and support for larger distributed deployments.

3

SQL-based querying

Provides direct SQL access to event data alongside visual analytics interfaces, allowing users to write custom queries against the underlying data warehouse for ad-hoc analysis.


import posthog

posthog.project_api_key = 'your_api_key'
posthog.host = 'https://app.posthog.com'

posthog.capture(
    distinct_id='user_123',
    event='button_clicked',
    properties={'button_name': 'signup', 'page': 'homepage'}
)

See how people are using PostHog

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers