Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo and add links to slides for users #2

Merged
merged 1 commit into from Sep 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -163,7 +163,7 @@ <h3>3 Options</h3>
<li>Cask Schema Registry</li>
<li style='font-size: 85%;'>
<ul>
<li>A schema serving layer for Avro and Protobuf to support data preperation and validation in Cask CDAP Wrangler</li>
<li>A schema serving layer for Avro and Protobuf to support data preparation and validation in Cask CDAP Wrangler</li>
</ul>
</li>
<br/>
Expand Down Expand Up @@ -464,11 +464,11 @@ <h5>Confluent Deserialization Schema</h5>
<h3>References</h3>
<br/>
<ul style="font-size: 65%">
<li>Apache NiFi - Records and Schema Registries - <a href="">https://bryanbende.com/development/2017/06/20/apache-nifi-records-and-schema-registries</a> </li>
<li>Confluent Schema Registry - <a href="">https://github.com/confluentinc/schema-registry </a></li>
<li>Github - <a href>https://github.com/jfrazee/schema-registry-examples</a></li>
<li>HortonWorks Schema Registry - <a href="">http://github.com/hortonworks/registry</a></li>
<li>Record-Oriented Data with NiFi - <a href="">https://blogs.apache.org/nifi/entry/record-oriented-data-with-nifi</a></li>
<li>Apache NiFi - Records and Schema Registries - <a href="https://bryanbende.com/development/2017/06/20/apache-nifi-records-and-schema-registries">https://bryanbende.com/development/2017/06/20/apache-nifi-records-and-schema-registries</a></li>
<li>Confluent Schema Registry - <a href="https://github.com/confluentinc/schema-registry">https://github.com/confluentinc/schema-registry</a></li>
<li>Github - <a href>https://github.com/jfrazee/schema-registry-examples</a></li>
<li>HortonWorks Schema Registry - <a href="http://github.com/hortonworks/registry">http://github.com/hortonworks/registry</a></li>
<li>Record-Oriented Data with NiFi - <a href="https://blogs.apache.org/nifi/entry/record-oriented-data-with-nifi">https://blogs.apache.org/nifi/entry/record-oriented-data-with-nifi</a></li>
</ul>
</section>
<section data-background-image="img/blue.jpg">
Expand Down