Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit aa00d88

Browse files
authored
Merge pull request #15 from chuwy/implementations/schema-guru
Add Schema Guru implementations
2 parents 10582ea + 4694762 commit aa00d88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/implementations.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>Online (web tool)</h3>
9393
</div>
9494

9595
<div class="show-hide" data-target="schema-generation-list"></div>
96-
<h2>Schema generation (5)</h2>
96+
<h2>Schema generation (7)</h2>
9797
<div class="block" id="schema-generation-list">
9898
<h3>.NET</h3>
9999
<ul>
@@ -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)