Skip to content

Commit

Permalink
Reverse-engineering from Confluent Schema Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Apr 9, 2021
1 parent 5dc6f48 commit dd52616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Avro
Plugin to enable Avro as a target in Hackolade data modeling.
Plugin to enable Avro as a target in [Hackolade](https://hackolade.com) data modeling. Requires prior download of the Hackolade application from our [download page](https://hackolade.com/download.html)

Hackolade exposes its core data modeling engine through a plugin architecture. Each plugin applies the Hackolade data modeling capabilities to a specific target technology, whether for data-at-rest (databases) or data-in-motion (communications.) Each plugin matches the specific aspects of the target in terms of terminology, storage model, data types, and communication protocol.

To enable data modeling capabilities for a target, you must first download and install the plugin, following these [instructions](https://hackolade.com/help/DownloadadditionalDBtargetplugin.htm "Plugin download instructions").
To enable data modeling capabilities for a target, you must first download and install the plugin, following these [instructions](https://hackolade.com/help/DownloadadditionalDBtargetplugin.html "Plugin download instructions").

Plugins can be customized by following these [instructions](https://hackolade.com/help/Userdefinedcustomproperties.html "Plugin customization instructions").
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Avro",
"version": "0.1.58",
"versionDate": "2021-02-13",
"version": "0.1.59",
"versionDate": "2021-04-09",
"author": "hackolade",
"engines": {
"hackolade": "3.3.2",
Expand Down

0 comments on commit dd52616

Please sign in to comment.