snowplow-archive / snowplow-piinguin-relay

Snowplow Relay for feeding PII transformation events from Snowplow into Piinguin
2 stars 0 forks source link

Snowplow Piinguin Relay

Build Status Release License

Pushes PII events to Piinguin using the piinguin client.

This relay is meant to listen to EnrichedEvent formatted messages coming on an AWS Kinesis stream containing all the extracted PII from Snowplow. It then forwards those to a piinguin-server. Please read the piinguin project documentation for more information here.

Deployment

You can always use the published version here.

If you need to rebuild and deploy yourself then follow those steps:

Configuration

PIINGUIN_HOST = ec2-1-2-3-4.eu-west-1.compute.amazonaws.com
PIINGUIN_PORT = 8080
PIINGUIN_TIMEOUT_SEC = 10 (should be lower than the lambda timeout)

Copyright and license

Copyright 2018 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.