atlas
atlas copied to clipboard
the open-source product analytics tool for the modern data stack
Atlas
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.
Features
- Funnels
- Flows
- Retention
- SQL runner with dbt/Jinja support
Quick Start
Requirements
- 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
Development
- Add a file called
.env.localwithDBT_PROJECT_PATHpointing 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.
License
This project is licensed under the MIT License - see the LICENSE.md file for more information.