[
https://issues.jboss.org/browse/TEIID-1992?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-1992:
------------------------------------
Infinispan and Coherence are both object caches. The logic to retrieve from the cache
will be implementation specific to how each performs queries on the cache. They each
provide features for querying, but done differently. However, to deconstruct (translate)
an object into relational will be the same for both. This could be the common logic for
any supported object cache. I see the possibility of this being setup similar to the way
jdbc implementations are done.
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