How we can connect for MongoDB using OOB connectors available in IIQ

Which IIQ version are you inquiring about?

*IIQ 8.4 p1

Please share any images or screenshots, if relevant.

Please share any other relevant files that may be required (for example, logs).

Share all details about your problem, including any error messages you may have received.

How we can onboard MongoDB NoSQL database application to IIQ using OOB connector.

Hey Bhavesh!

Have you tried configuring the connector?

Sorry I was Typo - How we can configure DynamoDB?

Hi @bhavesh11, thanks for the clarification.

As of IIQ 8.4p1, there’s no out-of-the-box connector for Amazon DynamoDB. However, you can integrate it using one of the following supported approaches:

Generic REST Connector: Use DynamoDB’s RESTful API. You’ll need to handle AWS Signature V4 authentication, which may require a custom class or script within IIQ.

Custom Java Connector: For full control, develop a custom connector using the AWS SDK. This is the most flexible and scalable option for reading/writing DynamoDB data.

External Aggregation: Query DynamoDB externally (via Lambda or script), export the data to a flat file, and onboard it using IIQ’s Delimited File connector.

Each method depends on your exact use case and whether you need real-time integration or periodic sync.

Regards,
Mustafa