[teiid-issues] [JBoss JIRA] (TEIID-1992) Create Connector/Translator to support Infinispan as a data source

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Apr 9 10:00:47 EDT 2012


    [ https://issues.jboss.org/browse/TEIID-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682461#comment-12682461 ] 

Steven Hawkins commented on TEIID-1992:
---------------------------------------

OGM provides a JPA to infinispan bridge that in theory can provide an entry point to other object/cache systems.  That may be a good approach for us to piggy back off of.  Also see the salesforce translator for logic that handles parent/child and child/parent relationship queries via restricted join support (only left outer join using key criteria and only to a single relationship level).  This allows for somewhat natural queries against that are well-performing rather than requiring separate retrievals of each side of the relationship.
                
> Create Connector/Translator to support Infinispan as a data source
> ------------------------------------------------------------------
>
>                 Key: TEIID-1992
>                 URL: https://issues.jboss.org/browse/TEIID-1992
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Misc. Connectors
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>
> Create a Connector/Translator in order for Teiid to support Infinispan as a read-only data source on its initial release.  Read Only because if someone is building an object cache, the primary means for updating the cache would not be thru relational means.  However, if someone is wanting to add an object cache as a disparate data source for data integration for exposing the content, then this connector/translator will enable that. 
> A goal here is to build an object translator framework that can easily plug in other object cache sources.  Example, add support for Coherence.   There was a Coherence connector/translator already created in the sandbox, for which, it will provide direction for the object translator.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list