Open-source product analytics for the modern data stack
Atlas replaces Mixpanel or Amplitude and lets you analyze funnels, retention, and user flows.
Created by Michael Irvine with the help of many wonderful contributors.
Atlas.Demo.-.2022-10-13.mp4
- Funnels
- Flows
- Retention
- SQL runner with dbt/Jinja support
- A dbt project (running locally) with the dbt_product_analytics package instealled (>= v 0.3.1)
- At least one dbt model using
dbt_product_analytics.event_stream()
tagged with the tagevent_stream
(see this link for an example) - NodeJS
- Add a file called
.env.local
withDBT_PROJECT_PATH
pointing to the root of your local dbt project. For example:
DBT_PROJECT_PATH=/Users/mjirv/git_repos/dbt_product_analytics/integration_tests
- To start the project locally, run:
yarn dev
Open http://localhost:3000
with your browser to see the result.
This project is licensed under the MIT License - see the LICENSE.md file for more information.