From b9cb527fdcebf443acb626de7543c7e10d01e6ec Mon Sep 17 00:00:00 2001 From: Amadeu Barbosa Jr Date: Thu, 29 Jun 2023 11:33:31 -0300 Subject: [PATCH 1/2] Update mongodb.md --- featured-plugins/mongodb.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/featured-plugins/mongodb.md b/featured-plugins/mongodb.md index 7815f7e..56e921d 100644 --- a/featured-plugins/mongodb.md +++ b/featured-plugins/mongodb.md @@ -4,6 +4,18 @@ description: Enables the data crawling from MongoDB document stores as events # MongoDB +Main capabilities supported in INTELIE Live MongoDB plugin: +- Storage Provider: + - Storing Live events inside MongoDB collections as BSON documents and managed by INTELIE Live + - Retrieving historical Live events from MongoDB instances with filtering support from an INTELIE Pipes translation (see [storage hints](../pipes-queries/storage-hints.md)) + - Automatic index management for MongoDB collections based on INTELIE Live index query requirements + - Built-in sharding support to improve read and write performance +- Query Provider: + - Expose some MongoDB database commands to enhance INTELIE Live querying support (see [datasources using query providers](../features/datasources)) +- REST API and additional features: + - Facilities to manage collections and indexes (sparse and partial are supported) + - Facilities to study MongoDB query plans + ## Storage Provider INTELIE Live delivers the capability of storing events as documents in MongoDB servers. The MongoDB Storage Provider is the most deployed plugin in our customer environments. From ee8d920abad5fd323787e6ab88bb0f4e059344c3 Mon Sep 17 00:00:00 2001 From: Amadeu Barbosa Jr Date: Thu, 29 Jun 2023 12:12:59 -0300 Subject: [PATCH 2/2] Update sql.md --- featured-plugins/sql.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/featured-plugins/sql.md b/featured-plugins/sql.md index bdca7ce..23fcb49 100644 --- a/featured-plugins/sql.md +++ b/featured-plugins/sql.md @@ -8,6 +8,13 @@ The SQL plugin is available for download on [INTELIE Live Marketplace](https://m ![Roles provided by Live SQL Plugin](<../.gitbook/assets/image (79).png>) +Main capabilities supported in INTELIE Live SQL plugin: +- Storage Provider: + - Retrieving data from SQL tables and expose them as Live events with filtering support from an INTELIE Pipes translation (see [storage hints](../pipes-queries/storage-hints.md)) + - Facilities to translate INTELIE Live queries into SQL SELECT (DQL) commands to expose temporal data as INTELIE Live events +- Query Provider: + - Expose native SQL query support to read data from SQL tables without mapping as INTELIE Live events (see [datasources using query providers](../features/datasources)) + ## Storage Provider Once the Storage role is selected, a new section named **SQL Events configuration** will be available at configuration screen.