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