Skip to content

Latest commit

 

History

History
 
 

confluent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Joining Clickstream data from Confluent Cloud with CDC Users

.env file

CLUSTER_ID=
ENV=
ORG=
TOPIC=
API_ENDPOINT=
CONFLUENT_KEY=
CONFLUENT_SECRET=
SR_ENDPOINT=
SR_KEY=
SR_SECRET=

PGHOST=
DATABASE=
SCHEMA=
USER=
PASSWORD=
TABLE=users
$ make create.all

alt

Creates a materialized view in Postgres

alt