Composable CDP with Predictive ML Modeling Acclerator
This accelerator guides the user through setting up a Composable CDP using Databricks or Snowflake, Hightouch and dbt. It leverages the Snowplow dbt web data model.
Installation
Recursively update the git submodules:
git submodule update --init --recursive
To build the Hugo app:
./scripts/build.sh build
Usage
To start an HTTP server serving the app, use:
./scripts/build.sh serve
This will run hugo server
on the background.