An open API service indexing awesome lists of open source software.

https://github.com/snowplow-archive/advanced-analytics-mobile-accelerator

Tutorial and visualisations showing how to instrument mobile analytics with Snowplow
https://github.com/snowplow-archive/advanced-analytics-mobile-accelerator

Last synced: about 1 month ago
JSON representation

Tutorial and visualisations showing how to instrument mobile analytics with Snowplow

Awesome Lists containing this project

README

        

# Advanced Analytics for Mobile Accelerator

This accelerator guides the user through setting up Snowplow tracking in mobile apps. It also introduces the Snowplow dbt mobile data model.

## Installation

Recursively update the git submodules:

```sh
git submodule update --init --recursive
```

To build the Hugo app:

```sh
./scripts/run.sh build
```

## Usage

To start an HTTP server serving the app, use:

```sh
./scripts/run.sh serve
```

This will run `hugo server` on the background.