0.0.7 • Published 3 years ago

@posthog/redshift-plugin v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Redshift Plugin

Send events to AWS Redshift on ingestion.

Instructions

1. Create a Redshift Cluster

2. Make sure PostHog can access your cluster

This might require a few things:

3. Create a user with table creation priviledges

We need to create a new table to store events and execute INSERT queries. You can and should block us from doing anything else on any other tables. Giving us table creation permissions should be enough to ensure this:

CREATE USER posthog WITH PASSWORD '123456yZ';
GRANT CREATE ON DATABASE your_database TO posthog;

4. Add the connection details at the plugin configuration step in PostHog

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago