Bug 888935
| Summary: | Create a MongoDB connector for EDS - Feature Request | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Joel Tosi <jtosi> |
| Component: | Teiid | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | dasimmon, fnguyen, jfenal, ldimaggi, rploski, soa-p-jira, vhalbert |
| Target Milestone: | ER2 | ||
| Target Release: | 6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
A MongoDB translator is now provided with JBoss Data Virtualization. This translator can convert SELECT, INSERT, UPDATE and DELETE calls appropriately for MongoDB. Note that there is no support at this stage for LOBs, composite keys, and native queries.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-10 20:45:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Joel Tosi
2012-12-19 20:02:51 UTC
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 |