Skip to content

Commit 677b34c

Browse files
committed
consistency level when retrying connection after timeout
1 parent f56198f commit 677b34c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Cassandra
2-
Hackolade plugin for Cassandra DataStax
2+
3+
Plugin to enable Cassandra DataStax database 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)
34

45
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.
56

6-
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").
7+
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").
78

89
Plugins can be customized by following these [instructions](https://hackolade.com/help/Userdefinedcustomproperties.html "Plugin customization instructions").

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cassandra",
3-
"version": "0.1.68",
4-
"versionDate": "2021-03-23",
3+
"version": "0.1.69",
4+
"versionDate": "2021-03-25",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "3.4.12",

0 commit comments

Comments
 (0)