Skip to content

snowplow-incubator/snowplow-postgres-loader

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 24, 2021
Jun 24, 2021
Jun 24, 2021
Jun 24, 2021
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Nov 10, 2020
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Jun 24, 2021

Repository files navigation

License Coverage Status Test Docker

Snowplow Postgres Loader

Quickstart

Assuming Docker is installed:

  1. Add own config.json (specify connection and stream details)
  2. Add own resolver.json (all schemas must be on Iglu Server 0.6.0+)
  3. Run the Docker image:
$ docker run --rm -v $PWD/config:/snowplow/config \
    snowplow/snowplow-postgres-loader:latest \
    --resolver /snowplow/config/resolver.json \
    --config /snowplow/config/config.json

Copyright and License

Snowplow Postgres Loader is copyright 2020 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.