Skip to content

Commit

Permalink
skip-ci: Release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Mar 11, 2024
1 parent d882378 commit 3055cf4
Show file tree
Hide file tree
Showing 35 changed files with 1,011 additions and 2,228 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016-2022 IntegrIT SA/NV dba Hackolade
Copyright 2016-2024 IntegrIT SA/NV dba Hackolade

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Couchbase v7+ with scopes and collections

Work in progress. Not production-ready !! Do NOT use.

Plugin to enable Couchbase v7+ with scopes and collections as a target in [Hackolade Studio](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.
Expand Down
27 changes: 11 additions & 16 deletions central_pane/dtdAbbreviation.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
/*
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
*/
* Copyright © 2016-2024 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
*/
{
"map": "{...}",
"list": "[...]",
"string": "{ABC}",
"number": "{123}",
"bool": "{0/1}",
"bytes": "{BYTES}",
"null": "{null}"
}
"number": { "abbr": "<num>" },
"object": { "abbr": "<obj>" }
}
131 changes: 58 additions & 73 deletions forward_engineering/api.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions forward_engineering/config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"extension": "js",
"filterName": "MongoDB script",
"namePrefix": "DocumentDB",
"hasUpdateScript": false,
"mode": "javascript",
"extension": "n1ql",
"namePrefix": "Couchbase Schema",
"filterName": "Couchbase Schema",
"documentation": true,
"applyScriptToInstance": true,
"resolvedDefinitions": true,
"refresh": true,
"disableApplyScriptToInstance": false,
"applyToInstanceSettings": {
"generateSamplesInBulk": true
},
"level": {
"entity": true,
"model": false,
"container": true,
"view": false
"entity": true
},
"additionalOptions": [{
"id": "INCLUDE_SAMPLES",
"value": true,
"name": "Include sample data",
"align": "right",
"level": {
"entity": false
"additionalOptions": [
{
"id": "INCLUDE_SAMPLES",
"value": true,
"name": "Include sample data",
"align": "right"
}
}],
"splitView": {
"byAdditionalOptions": ["INCLUDE_SAMPLES"]
},
],
"numberOfDocumentsOptions": {
"id": "numberOfDocuments",
"value": 1,
"minValue": 1,
"maxValue": 10000000
},
"applyScriptToInstance": true,
"refresh": true
"splitView": {
"byAdditionalOptions": ["INCLUDE_SAMPLES"]
}
}
223 changes: 0 additions & 223 deletions forward_engineering/helpers/applyToInstanceHelper.js

This file was deleted.

68 changes: 0 additions & 68 deletions forward_engineering/helpers/ndJsonHelper.js

This file was deleted.

Loading

0 comments on commit 3055cf4

Please sign in to comment.