[
https://issues.jboss.org/browse/TEIIDDES-2401?page=com.atlassian.jira.plu...
]
Ramesh Reddy commented on TEIIDDES-2401:
----------------------------------------
I think you are missing the point, the artifact can be a file,database, a git repo or
combination of all. There is no such thing single artifact to export in Teiid. A Dynamic
VDB is deployment file that represents all these metadata repos in its XML. One of the
repo types *is* in-lining the DDL, but that is not the only type. Think Dynamic VDB as
configuration file, rather than source of metadata.
There's still no single artifact that can be obtained that
represents what is actually running.
What is actually running is what a *user*
deployed. If user does not have copy of what deployed, then that is not an issue Teiid
should set out solve. Thus the we are talking about using metadata repositories and
versioning of those repositories during the development time, so that user has an accurate
note of what has been deployed what has changed etc. We want to develop above mentioned
Metadata repository in Teiid, once this is available may that be Modeshape or Git or
RDBMS
Add support exporting the Designer VDB as Dynamic VDB
-----------------------------------------------------
Key: TEIIDDES-2401
URL:
https://issues.jboss.org/browse/TEIIDDES-2401
Project: Teiid Designer
Issue Type: Feature Request
Components: Import/Export
Reporter: Ramesh Reddy
When a VDB is developed in the Designer, provide an option to export the given VDB as
Dynamic VDB, which is simple XML format using DDL.
The server already provides mechanism to retrieve the schema (DDL) for a given model.
Using this technique of retrieving the DDL, this feature can be built.
One caveat is support for XML document models in Dynamic VDB. When VDB contains XML
document model, do not support this feature.
This has couple benefits
* Users can use these in Teiid for simplified usage.
* Can used to check the models into source repository like GIT or SVN etc and compare
with later versions for modifications
* Open Shift
As for importing of Dynamic VDB, that can be handled as separate issue.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)