From 056f1c0d765591a668a45a37c0bf33599ece2dea Mon Sep 17 00:00:00 2001 From: Pascal Date: Sat, 4 Dec 2021 02:44:28 +0100 Subject: [PATCH] Initial release --- README.md | 2 -- package.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b59a1a6..e91e0e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Amazon DocumentDB -**Not ready for production - please wait for official release** - Plugin to enable Amazon Document 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) 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. diff --git a/package.json b/package.json index 2367627..8dc7c70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "DocumentDB", - "version": "0.0.1", - "versionDate": "2021-11-18", + "version": "0.1.0", + "versionDate": "2021-12-03", "author": "hackolade", "engines": { "hackolade": "5.3.0",