Skip to content

Commit

Permalink
Connection help link
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 31, 2022
1 parent 9b3b26e commit 16026f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Elasticsearch
Plugin to enable Elasticsearch server 2.x thru 6.x as a target in Hackolade data modeling. For version 7.0 and above, please user this other [plugin](https://github.com/hackolade/ElasticsearchV7plus)

Plugin to enable Elasticsearch server 2.x thru 6.x as a target in [Hackolade](https://hackolade.com) data modeling. For version 7.0 and above, please user this other [plugin](https://github.com/hackolade/ElasticsearchV7plus)

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": "Elasticsearch",
"version": "0.1.26",
"versionDate": "2021-01-08",
"version": "0.1.27",
"versionDate": "2022-01-31",
"author": "hackolade",
"engines": {
"hackolade": "1.12.7",
Expand Down
3 changes: 2 additions & 1 deletion reverse_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"WRONG_CONNECTION": "Cannot connect to Elasticsearch instance"
},
"scenario": "connectToDB",
"excludeDocKind": ["id"]
"excludeDocKind": ["id"],
"helpUrl": "https://hackolade.com/help/ConnecttoanElasticsearchinstance.html"
}

0 comments on commit 16026f5

Please sign in to comment.