Hi Barry
I have tested this tool with the
samples(https://github.com/Teiid-Designer/teiid-designer-samples), it feels cool.
I have 2 aspects thoughts:
1. Can we simplify create DDL statement?
Current the "create table TestTable(col1 string, col2 string)" be
implemented by the following cli commands:
~~~
create Table TestTable
cd TestTable/
create column col1
create column col2
cd col1
set property datatypeName string
cd ../col2
set property datatypeName string
cd ../
~~~
From users perspective, if the number of columns are a little bit larger, then
perspectively execute 'create column' feels bored.
2. Can we merge theAdmin
Shell(http://teiid.jboss.org/tools/adminshell/) with VDB Builder
tool
aesh project are good at integrate with****
Groovy(https://github.com/aeshell/examples/tree/master/aesh-groovy is a example), we may
register more commands to implement administration functions
just like Admin Shell.
Thanks
Kylin
**
On 07/11/2015 03:08 AM, Barry Lafond wrote:
The Teiid Designer project team is pleased to announce the
availability of a new command line tool, the *VDB Builder*.
This tool is the first milestone in our on-going Komodo initiative to
develop a non-Eclipse extensible VDB editing framework. We plan to
continue building out this CLI to allow full editing of VDBs and data
sources and eventually adding deployment capabilities.
For details check out
* Teiid Blog... <
http://teiid.blogspot.com/>
* GitHub Repo... <
https://github.com/Teiid-Designer/komodo>
* Download and test drive...
<
http://sourceforge.net/projects/teiid/files/vdb-builder/0.x%20Releases/vd...
* Documentation and Examples....
<
https://github.com/Teiid-Designer/teiid-designer-samples/tree/master/cli>
Teiid Designer Project Team