Git Product home page Git Product logo

cdap-plugins's Introduction

CDAP-Plugins

Introduction

The Cask™ Data Application Platform (CDAP) is an integrated, open source application development platform for the Hadoop ecosystem that provides developers with data and application abstractions to simplify and accelerate application development, address a broader range of real-time and batch use cases, and deploy applications into production while satisfying enterprise requirements.

CDAP is a layer of software running on top of Apache Hadoop® platforms such as the Cloudera Enterprise Data Hub or the Hortonworks® Data Platform. 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; and
  • Higher degrees of operational control in production through enterprise best practices.

CDAP exposes developer APIs (Application Programming Interfaces) for creating applications and accessing core CDAP services. CDAP defines and implements a diverse collection of services that land applications and data on existing Hadoop infrastructure such as HBase, HDFS, YARN, MapReduce, Hive, and Spark.

You can run applications ranging from simple MapReduce Jobs through complete ETL (extract, transform, and load) pipelines all the way up to complex, enterprise-scale data-intensive applications.

Developers can build and test their applications end-to-end in a full-stack, single-node installation. CDAP can be run either standalone, deployed within the Enterprise or hosted in the Cloud.

The CDAP-plugins repository is a related repository that includes source and sink plugins meant to be used with CDAP. For more information about CDAP, head to the CDAP repository.

For questions about CDAP-plugins, please use any of the communication channels listed at the CDAP repository.

Getting Started

Prerequisites

To use CDAP-plugins, you must have CDAP version 3.2.0 or later. Prerequisites for the various sources and sinks are included in their individual README files.

Build Plugins

You can get started with CDAP-plugins by building directly from the latest source code:

git clone https://github.com/caskdata/cdap-plugins.git
cd cdap-plugins
mvn clean package

After the build completes, you will have a jar for each plugin under the <plugin-name>/target/ directory.

Deploy Plugins

You can deploy plugins using the CDAP CLI:

> load artifact <target/plugin-jar> config-file <resources/plugin-config>

Example for loading Cassandra Plugin (from cassandra-plugins directory):

> load artifact target/cassandra-plugins-1.0-SNAPSHOT-batch.jar \
       config-file resources/cassandra-plugin-batch.json
> load artifact target/cassandra-plugins-1.0-SNAPSHOT-realtime.jar \
       config-file resources/cassandra-plugin-realtime.json

You can build without running tests: mvn clean install -DskipTests

License and Trademarks

Copyright © 2015 Cask Data, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Cask is a trademark of Cask Data, Inc. All rights reserved.

Apache, Apache HBase, and HBase are trademarks of The Apache Software Foundation. Used with permission. No endorsement by The Apache Software Foundation is implied by the use of these marks.

cdap-plugins's People

Contributors

ataylor4 avatar bdmogal avatar rohitsinha54 avatar gokulavasan avatar nitinmotgi avatar albertshau avatar

Watchers

James Cloos avatar Wendel Schultz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.