Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d38776

Browse files
committedJun 13, 2016
Add Schema Guru implementations
1 parent 10582ea commit 6d38776

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎content/implementations.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ <h3>.NET</h3>
103103
<h3>Online (web tool)</h3>
104104
<ul>
105105
<li><a href="http://www.jsonschema.net/">jsonschema.net</a> - generates schemas from example data</li>
106+
<li><a id="link-impl-guru-ui" href="http://schemaguru.snowplowanalytics.com/">Schema Guru Web UI</a> - derives precise Schemas using several JSON instances. Based on <a href="link-impl-guru">Schema Guru</a></li>
106107
</ul>
107108

108109
<h3>TypeScript</h3>
@@ -119,6 +120,11 @@ <h3>Python</h3>
119120
<ul>
120121
<li><a id="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
121122
</ul>
123+
124+
<h3>Scala</h3>
125+
<ul>
126+
<li><a id="link-impl-guru" href="https://github.com/snowplow/schema-guru">Schema Guru</a> (Apache 2.0) - CLI util, Spark Job and Web UI for deriving JSON Schemas out of corpus of JSON instances</li>
127+
</ul>
122128
</div>
123129

124130
<div class="show-hide" data-target="parsing-list"></div>

0 commit comments

Comments
 (0)
This repository has been archived.