iglu-core

Core entities for Iglu

License

License

GroupId

GroupId

com.snowplowanalytics
ArtifactId

ArtifactId

iglu-core_2.10
Last Version

Last Version

0.3.0-M1
Release Date

Release Date

Type

Type

jar
Description

Description

iglu-core
Core entities for Iglu
Project URL

Project URL

http://snowplowanalytics.com
Project Organization

Project Organization

com.snowplowanalytics
Source Code Management

Source Code Management

https://github.com/snowplow/iglu

Download iglu-core_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.snowplowanalytics/iglu-core_2.10/ -->
<dependency>
    <groupId>com.snowplowanalytics</groupId>
    <artifactId>iglu-core_2.10</artifactId>
    <version>0.3.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.snowplowanalytics/iglu-core_2.10/
implementation 'com.snowplowanalytics:iglu-core_2.10:0.3.0-M1'
// https://jarcasting.com/artifacts/com.snowplowanalytics/iglu-core_2.10/
implementation ("com.snowplowanalytics:iglu-core_2.10:0.3.0-M1")
'com.snowplowanalytics:iglu-core_2.10:jar:0.3.0-M1'
<dependency org="com.snowplowanalytics" name="iglu-core_2.10" rev="0.3.0-M1">
  <artifact name="iglu-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.snowplowanalytics', module='iglu-core_2.10', version='0.3.0-M1')
)
libraryDependencies += "com.snowplowanalytics" % "iglu-core_2.10" % "0.3.0-M1"
[com.snowplowanalytics/iglu-core_2.10 "0.3.0-M1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6

test (2)

Group / Artifact Type Version
org.json4s : json4s-jackson_2.10 jar 3.2.11
org.specs2 : specs2-core_2.10 jar 3.3.1

Project Modules

There are no modules declared in this project.

Iglu Schema Repository

Join the chat at https://gitter.im/snowplow/iglu Build Status Release License

Iglu is a machine-readable, open-source schema repository for JSON Schema from the team at Snowplow Analytics. A schema repository (sometimes called a registry) is like npm or Maven or git, but holds data schemas instead of software or code.

Iglu is used extensively in Snowplow. For a presentation on how we came to build Iglu, see this blog post.

Iglu technology 101

Iglu consists of two key components:

  1. Clients that can resolve schemas from one or more Iglu repositories
  2. Servers that can host an Iglu repository over HTTP

iglu-technical-architecture

We also operate Iglu Central (repo), which is like RubyGems.org or Maven Central but for storing publically-available JSON Schemas.

At this time, Iglu only supports self-describing JSON Schemas that use SchemaVer.

Find out more

Technical Docs Setup Guide Roadmap Contributing
i1 i2 i3 i4

Questions or need help?

All support for Iglu is handled through the standard Snowplow Analytics channels. Check out the Talk to us page on the Snowplow wiki.

Copyright and license

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

com.snowplowanalytics

Snowplow Analytics

Versions

Version
0.3.0-M1
0.2.0
0.2.0-M5
0.2.0-M4
0.2.0-M3
0.2.0-M2
0.2.0-M1
0.1.0
0.1.0-M2
0.1.0-M1