Skip to main content

Posts

Teiid 8.1 Final Released, Brings back "embedded" Teiid

The Teiid Team is very excited to announce the availability of Teiid 8.1-Final for JBoss AS 7.1.1 .  If you are working with Teiid 8.0, we highly recommend to migrate to 8.1-Final version, as we have about 100 issues resolved along with many new features. In Teiid 6.x versions, Teiid used to support a "embedded" version, this feature has been removed from 7.x versions, now it has been resurrected  with slightly different purpose. Teiid Embedded The main purpose of "Teiid Embedded" is to provide a data virtualization framework with full metadata definitions, query planning and query optimizations across multiple disparate sources with full query features minus any platform specific details such as external vdb deployments, connection management, clustering, authentications etc.  This provides a perfect environment to write a very specific data integration and virtualization needs in any vertical market for your application with out any JBoss AS specific dependencie...

Teiid 8.1 CR1 Posted

Teiid 8.1 CR1 is now available for deployment on AS7 7.1.1-Final . We are excited to be closing in on the final release.  New features since Beta1 include:  TEIID-1598 Translator Result Caching - translators can interact with the result set caching facility via a CacheDirective. See the Developer's Guide for more. TEIID-2077 Result reuse - the engine will automatically detect if the same source query is used multiple times in a plan and reuse the result rather than issuing another query. TEIID-2113 Misc parser improvements - the parser will now accept the LATERAL keyword for defining a LATERAL join (previously we just used the TABLE keyword), unary negation is now supported e.g. -col1, the FOR keyword is optional for TEXTAGG, and the BNF documentation was dramatically improved. TEIID-2036 Dependent Join Array Comparison - platforms supporting array comparisons can have multi-attribute dependent joins pushed down as array comparisons. Oracle, PG, and ...

EDS 5.3 available from Red Hat

If you have been working with Teiid 7.7 version and would like a supported version then look no further than EDS 5.3 from Red Hat .  Red Hat just announced release of their Enterprise Data Services Platform 5.3 which is based on the community projects Teiid and ModeShape and many more. Some of the key highlights include New data sources: Greenplum, PostgreSQL 9, Apache Hive (tech preview) Performance enhancements New wizards, guides, cheatsheets to enhance tooling usability. If you are already a subscriber of EDS from Red Hat, then can you download the bits from Red Hat portal now. This also comes with supported tooling JBoss Developer Studio 5.0. Check out new wizards that can help you consume web services or file based sources with ease in EDS. If you are contemplating on why do you need supported version? well if you are going to deploy a critical application into production environment and need immediate assistance on the product then supported version i...

Teiid 8.1 Beta1

Teiid 8.1 Beta1 is now available for deployment on AS7 7.1.1-Final . New features include:  VDB Reuse a vdb.xml can now declare imported vdbs to reuse metadata.  See the Reference for more. Comparable Object - the system property org.teiid.comparableObject can be set to use OBJECT values in comparison/sorting/grouping operations. It is expected that the object values correctly implement Comparable.compareTo. Admin Metadata - you can now retrieve metadata in DDL from the admin api via the getSchema method. Improved VDB loading - vdb loading logic was refined to make administration easier. ExecutionFactory now has is/setSourceRequiredForMetadata() to indicate whether a source connection is needed for the getMetadata call. VDB reuse is a powerful feature that enables a lighter-weight approach to sharing schema/models across VDBs.  Design time support will come in a future Designer release. Overall issue fixing has been brisk with 69 issues addre...

Data Solutions Everywhere at Red Hat Summit and JBoss World 2012

A very successful Red Hat Summit and JBoss World 2012 with over 3300 attendees from all over the world happened this week in Boston Hynes Convention Centre.  In last one week Red Hat has released many products. EAP6 Data Grid   OpenShift JBoss Enterprise BRMS 5.3 JBoss Enterprise SOA and Enterprise Data Services Platforms Red Hat Storage There were many varieties of sessions, it was evident that big data and cloud computing has taken prominent spot light. JBoss keynote was so good, there was not even standing room in 800+ capacity session hall. If you have not seen it you can watch it here http://www.youtube.com/watch?v=t1cud4tP4Us&feature=youtu.be If you have not already taken look at GlusterFS (Red Hat Storage), it is just  magic where you can take commodity hard drives and turn them into big data storage solution all with software. I have attended couple sessions on Data Grid by Manik, they were very informative in educating the user about Big Da...

Data Virtualization @ Redhat Summit 2012

You have heard about Data Virtualization, but do not completely understand what it is and what benefits it brings to your organization? Are you still on the fence about Data Virtualization technologies? Are you considering Data Virtulization technology for your enterprise but do not know what are some essential features you need to be looking out to make it a successful evaluation of technology? Would like to know some common do and don'ts in choosing a vendor? Would you like to know how other enterprises are using the Data Virtualization technology? What are the problems they are trying to solve? If you answered "yes" to any one of the above questions, please attend my session " The Power of Data Virtualization " at Redhat Summit 2012 In this session, I will describe what this technology about, and essential features you need to be looking in a Data Virtualization vendor and take you through some usecases that enterprises are using the Data Virtualiz...

Teiid 8.0 Final Released, brings Data Virtualization to JBoss AS 7.x

The Teiid Team is proud to announce the availability of Teiid 8.0 Final for JBoss AS 7.1.1 . A major effort with this release was moving from JBoss AS 5.1.0 platform to the new JBoss AS 7.1.1 platform.  We super exited with the move as JBoss AS7 offers: Blazing fast start-up, deployment and configuration Modular design, with powerful class loader Exceptionally light weight resource consuption Simple, centralized and consistent configuration Standards compliance Simplified Clustering Infinispan support Easy testing Read more about JBoss AS 7.1.1 here . This means all the above features/services are also applicable to Teiid. That is not all, we have advanced Teiid 8 with powerful features, performance enhancements, and query optimizations. The Teiid 8 feature list includes: DDL Based View Definitions - Define virtual tables, procedures and functions for Dynamic VDBs using DDL. MetadataRepository - Pluggable metadata facility for any VDB and models inside it. ...