Skip to content

snowplow/iglu-central

Repository files navigation

Iglu Central

Build Status Release License

Iglu Central (website) is a central repository for storing JSON Schemas, Avros and Thrifts, maintained and hosted by the team at Snowplow. Think of it like RubyGems.org or Maven Central but for storing data schemas instead of code.

All of the schemas for Snowplow (amongst other systems) are stored in Iglu Central.

Iglu Central

Dev registries

Iglu Central automatically publishes content of pull requests opened by users with write permissions to a static S3 registry. Full path of a dev registry is:

http://iglucentral-dev.com.s3-website-us-east-1.amazonaws.com/BRANCH_NAME

Where BRANCH_NAME is the name of git branch in the PR. This registry can be used in a resolver configuration until PR is merged into master branch.

Another option for temporary registry is to use Github raw hosting:

https://raw.githubusercontent.com/snowplow/iglu-central/BRANCH_NAME

Where snowplow can be replaced with your Github username if you forked the repository.

Find out more

Technical Docs Setup Guide Roadmap Contributing
i1 i2 i3 i4

Copyright and license

Iglu Central is copyright 2014-2022 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.