https://github.com/snowplow-archive/iglu-ruby-client
Ruby and JRuby client for Iglu
https://github.com/snowplow-archive/iglu-ruby-client
data iglu json json-schema snowplow validation
Last synced: about 1 month ago
JSON representation
Ruby and JRuby client for Iglu
- Host: GitHub
- URL: https://github.com/snowplow-archive/iglu-ruby-client
- Owner: snowplow-archive
- Archived: true
- Created: 2015-08-20T08:40:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T16:23:02.000Z (over 5 years ago)
- Last Synced: 2025-03-12T16:15:44.846Z (2 months ago)
- Topics: data, iglu, json, json-schema, snowplow, validation
- Language: Ruby
- Size: 47.9 KB
- Stars: 3
- Watchers: 16
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Ruby client for Iglu
[![Build Status][travis-image]][travis]
[![Release][release-image]][releases]
[![License][license-image]][license]
[![Coverage Status][coveralls-image]][coveralls]A Ruby client and resolver for **[Iglu schema repositories][iglu-wiki]** from the team at **[Snowplow Analytics][snowplow-website]**.
## Find out more
| Technical Docs | Setup Guide | Roadmap | Contributing |
|--------------------------------|--------------------------|------------------------|----------------------------------|
| ![i1][techdocs-image] | ![i2][setup-image] | ![i3][roadmap-image] | ![i4][contributing-image] |
| **[Technical Docs][techdocs]** | **[Setup Guide][setup]** | **[Roadmap][roadmap]** | **[Contributing][contributing]** |## Copyright and License
Iglu Ruby Client is © 2017 Snowplow Analytics Ltd.
Licensed under the **[Apache License, Version 2.0][license]** (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.[iglu-wiki]: https://github.com/snowplow/iglu/wiki
[snowplow-website]: http://snowplowanalytics.com
[techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
[roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png[techdocs]: https://github.com/snowplow/iglu/wiki/Ruby-client
[setup]: https://github.com/snowplow/iglu/wiki/Ruby-client-setup
[roadmap]: https://github.com/snowplow/iglu/wiki/Product-roadmap
[contributing]: https://github.com/snowplow/iglu/wiki/Contributing[travis]: https://travis-ci.org/snowplow/iglu-ruby-client
[travis-image]: https://travis-ci.org/snowplow/iglu-ruby-client.png?branch=master[releases]: https://github.com/snowplow/ruby-iglu-client/releases
[release-image]: http://img.shields.io/badge/release-0.2.0-blue.svg?style=flat[license]: http://www.apache.org/licenses/LICENSE-2.0
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat[coveralls]: https://coveralls.io/r/snowplow/iglu-ruby-client
[coveralls-image]: https://coveralls.io/repos/snowplow/iglu-ruby-client/badge.png