Assuming Docker is installed:
- Add own
config.json
(specify connection and stream details) - Add own
resolver.json
(all schemas must be on Iglu Server 0.6.0+) - 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
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.