Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.45 KB

pg-loader

Quickstart

Assuming Docker is installed:

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

Copyright and License

Snowplow pg-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.