- Notifications
You must be signed in to change notification settings - Fork113
Contains all JSON Schemas, Avros and Thrifts for Iglu Central
License
snowplow/iglu-central
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Iglu Central (website) is a central repository for storing JSON Schemas, Avros and Thrifts, maintained and hosted by the team atSnowplow. Think of it like RubyGems.org or Maven Central but for storing data schemas instead of code.
All of the schemas forSnowplow (amongst other systems) are stored in Iglu Central.
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
WhereBRANCH_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
Wheresnowplow
can be replaced with your Github username if you forked the repository.
Technical Docs | Setup Guide | Roadmap | Contributing |
---|---|---|---|
Iglu Central is copyright 2014-2022 Snowplow Analytics Ltd.
Licensed under theApache 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, softwaredistributed 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 andlimitations under the License.
About
Contains all JSON Schemas, Avros and Thrifts for Iglu Central