基于 JBoss AS7 的數據虛擬化系統 Teiid 8.0.alpha1

fmms 12年前發布 | 11K 次閱讀 JBoss

Teiid是一個數據虛擬化系統,讓應用程序使用來自多個異構數據存儲的數據。

Teiid由一堆工具,組件和創建和執行雙向數據的服務所組成。通過抽象和聯合、數據存取和集成的實時分布式數據源,無需進行復制或以其他方式移動數據系統的紀錄。

基于 JBoss AS7 的數據虛擬化系統 Teiid 8.0.alpha1

Teiid 團隊很高興的發布了 Teiid 8.0-alpha1 版本,這是 Teiid 首個基于 JBoss AS 7 的版本,這也是 Teiid 下一個主要版本 8.0 的首個發行版本。

該版本包含眾多新特性,主要有:

  • All the deprecated features from the 7.x release have been removed.
  • AS7 provides completely new way of configuration. Teiid utilizes this new configuration mechanism. Fully Supports CLI based administration.
  • Deployment of artifacts such as vdbs and data sources is different from 7.x releases
  • Class loading in AS7 is modularized, that means no more copying of your jdbc jar files into "lib" directory and expect to work. 
  • We are in process of updating the documents to reflect changes (we have done some).
  • Dynamic VDB is not working yet. It will be fixed before final (AS7-1920 )
  • Designer is not yet available for 8.0.0.alpha1 release, however you can still use the older Designer to build the VDB. The preview functionality will not work with new server yet. (This will be coming soon..)
  • No "admin-console" application available yet for Teiid. If you can contribute for this please talk to us. We are looking for developers with GWT experience.

相關地址:

  1. 下載 AS7-CR1 并解壓即安裝
  2. 下載 Teiid 8.0.alpha1 并解壓到 AS7 安裝目錄

然后你就可以使用獨立模式啟動 Teiid
${as7-install}/bin/standalone.sh --server-config=standalone-teiid.xml

啟動 domain 模式:
${as7-install}/bin/domain.sh -c domain-teiid.xml --host-config=host-teiid.xml

是不是很驚奇巨快的啟動速度?

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!