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
- Host: GitHub
- URL: https://github.com/snowplow-archive/advanced-analytics-mobile-accelerator
- Owner: snowplow-archive
- Created: 2022-10-20T07:31:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:33:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T07:11:04.361Z (about 2 months ago)
- Language: Shell
- Size: 3.8 MB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.