Skip to content
/ atlas Public

the open-source product analytics tool for the modern data stack

License

Notifications You must be signed in to change notification settings

mjirv/atlas

Repository files navigation

Atlas

Open-source product analytics for the modern data stack
Atlas replaces Mixpanel or Amplitude and lets you analyze funnels, retention, and user flows.

PRs welcome! License
Created by Michael Irvine with the help of many wonderful contributors.

Atlas.Demo.-.2022-10-13.mp4

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 tag event_stream (see this link for an example)
  • NodeJS

Development

  1. Add a file called .env.local with DBT_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
  1. 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.

About

the open-source product analytics tool for the modern data stack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages