Description of problem: There isn't a connector for MongoDB Version-Release number of selected component (if applicable): How reproducible: Eh, try to use a MongoDB connector, see one doesn't exist Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Steven Hawkins <shawkins> made a comment on jira TEIID-2329 Pulling into 8.4 for further evaluation.
Ramesh Reddy <rareddy> updated the status of jira TEIID-2329 to Coding In Progress
Ramesh Reddy <rareddy> made a comment on jira TEIID-2329 Commited initial version of MongoDB support to github master. This feature adds the support to integrate MongoDB as one of the supported sources in the Teiid. This commit consists of a connector module and translator module. The translator DOES NOT have capability to provide metadata to Teiid based on already existing MongoDB. The user is expected to define a schema that they want to use with MongoDB. This is designed explicitly keeping in mind of good segment of users that want move their data from RDBMS to MongoDB, or starting out with MongoDB, but know their schema and prefer to work with SQL and not get tangled with MongoDB specific dialect. The choice of MongoDB may be for scaling and performance. This translator can convert SELECT, INSERT, UPDATE and DELETE calls appropriately the MongoDB specific dialect. There are extended metadata features available, that can let users build a single complex document in MongoDB based on multiple individual tables in the VDB Schema defined for MongoDB. Supports creation of indexes on MongoDB. Supports aggregation and functions exposed by the MongoDB. This translator uses MongoDB "aggregation" framework for all the queries, so selecting the MongoDB version that has support for "aggregation" framework is mandatory. I developed using MongoDB 2.4.1 Currently I have not added support for LOBs and Composite Keys and native queries. These are still pending, depending upon on time scale for 8.4 either get implemented or pushed to next version. Documentation will be added
Ramesh Reddy <rareddy> updated the status of jira TEIID-2329 to Resolved
Ramesh Reddy <rareddy> made a comment on jira TEIID-2329 Added support for LOBs, and created JIRAs for enhancements - Composite PKs - native query - should add one supporting array type based any requests
Fixed before GA - setting to requires_doc_text- accordingly
Steven Hawkins <shawkins> updated the status of jira TEIID-2329 to Closed
will be tested as a post GA activity