Latest Activity

code

MongoDB Atlas (through AWS)

Hello, I'm trying to connect a MongoDB Atlas cluster from Denodo through the mongodb-customwrapper. Reading the user manual about this custom wrapper, it seems to me that ony clusters "based" on Azure can connect to Denodo. It is correct? I'm using a...

MongoDB Custom Wrapper- mongodb

code

Compound types denodo - Mongodb

Hi, Context : -I have different documents within a collection in mongodb : - I have the collection with document A and document B - In the document A , I have an element "F1" of type "Array of objects" with sub-fileds "sub-Fi" - In do...

Type Conversion ARRAY Register Error Compound Types mongodb

code

Mongo DB Custom Wrapper setting fetch size

Hi, is it possible to change the fetchsize (Southbound) for the MongoDB customwrapper? Next to this what is the default fetchsize value for for the MongoDB customwrapper? Thanks for your help!

fetch mongodb

code

Base view issue with MongoDB custom datsource

HI Team, I'm using Denodo 7.0. Created a MongoDB connection with custom datasource. Had a requirement to create a base view by selecting few fields from MongoDB collection. suppose collection 'abc' having 10 fields in it and we need to create base vi...

mongodb

code

Performance Issues with many Columns, MongoDB source

Hello dear Denodo team, I have a question regarding the performance of a view based on a MongoDB data source. The base view in question has about 2.7 million records and 256 columns. Running the query SELECT max(date) FROM ; I tried several things...

performance optimization mongodb

code

Performance of a view based on a MongoDB data source

Hello dear Denodo team, I have a question regarding the performance of a view based on a MongoDB data source. The base view in question has about 2.6 million records and 256 columns. Running the query Select max(date) from ... on Base View level re...

mongo Base view Base View configuration mongodb

code

Introspection query does not work in MongoDB

Hi All, We have Denodo 8 on Windows Server. We installed mongodb-customwrapper according to document. (https://community.denodo.com/docs/html/document/denodoconnects/6.0/Denodo%20MongoDB%20Custom%20Wrapper%20-%20User%20Manual) No problem connecting o...

mongo introspection query mongodb

code

Denodo MongoDB Base Base View Creation

HI Team, I'm trying to create base view from a mongodb datasource using Connection String(host:port/database) and Collection fields as wrapper parameter values but I'm facing the error "There was an error while creating this base view: Error while exec...

mongodb

code

MongoDB Custom Wrapper - Type Conversion (Object, String)

Hi everyone, I have some issues with data type conversion while using the MongoDB Custom Wrapper. The following example Data illustrates the issue. /* 1 */ { "_id" : ObjectId("5f22f0c2754d8395a9b0acb9"), "Id" : "00Qi000000Jr44XEAR", "Nam...

Type Conversion Custom Connector Data Type Conversion Error Handling mongodb

code

MongoDB vs JSON

Hello, Here is the context for my question. It is an architecture question. We have centralized our data sources in Denodo. Now, this data must be consumed by a system that has a back-end on MongoDB. I would like a billateral communication. The linea...

Connector JSON API mongodb