Skip to content

Commit b878bfa

Browse files
committed
add deactivation indexes, filter them out from fe script and adapt previousely created models
1 parent 297edd9 commit b878bfa

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
# CosmosDB-with-Mongo-API
2-
Plugin to enable Microsoft Azure Cosmos DB with Mongo API as a target in Hackolade data modeling.
2+
3+
Plugin to enable Microsoft Azure Cosmos DB with Mongo API 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": "CosmosDB-with-Mongo-API",
3-
"version": "0.1.23",
4-
"versionDate": "2021-03-15",
3+
"version": "0.1.24",
4+
"versionDate": "2021-08-10",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.1.3",

0 commit comments

Comments
 (0)