##[开源]CDAP~Metadata management that automatically captures metadata and lineage;

解读2016之大数据篇:跨越巅峰,迈向成熟 http://www.infoq.com/cn/articles/interpretation-of-2016-of-the-big-data
CDAPCDAP是CASK公司开源的大数据应用平台。通过将数据接入、数据管理、数据处理流水线和数据应用开发管理集成在一个统一的平台,CDAP可以使得企业象开发普通的应用一样开发大数据的应用产品,降低开发的复杂度。如果做一个类比,CDAP的整体思路类似于在J2EE时代的WebLogic,是一个针对数据应用的中间件平台产品。

//
GitHub - caskdata/cdap: Cask Data Application Platform (CDAP) https://github.com/caskdata/cdap
CDAP provides these essential capabilities:

Abstraction of data in the Hadoop environment through logical representations of underlying data;
Portability of applications through decoupling underlying infrastructures;
Services and tools that enable faster application creation in development;
Integration of the components of the Hadoop ecosystem into a single platform;
Metadata management that automatically captures metadata and lineage;
CDAP pipelines with an integrated UI for click-and-drag development; and
Higher degrees of operational control in production through enterprise best-practices.

//Tutorial
CDAP Tutorial: WISE (Web InSights Engine) Application — Cask Data Application Platform 4.1.0 Documentation http://docs.cask.co/cdap/current/en/examples-manual/tutorials/wise.html

//CLI
Command Line Interface API — Cask Data Application Platform 4.1.0 Documentation http://docs.cask.co/cdap/current/en/reference-manual/cli-api.html

你可能感兴趣的:(##[开源]CDAP~Metadata management that automatically captures metadata and lineage;)