Giter Club home page Giter Club logo

kite's Introduction

Kite Build Status Gitter chat

Kite is a set of libraries, tools, examples, and documentation focused on making it easier to build systems on top of the Hadoop ecosystem.

The goals of Kite are:

  • Codify expert patterns and practices for building data-oriented systems and applications.
  • Let developers focus on business logic, not plumbing or infrastructure.
  • Provide smart defaults for platform choices.
  • Support piecemeal adoption via loosely-coupled modules.

Eric Sammer recorded a webinar in which he talks about the goals of the project, which was then called CDK (the Cloudera Development Kit).

This project is organized into modules. Modules may be independent or have dependencies on other modules within Kite. When possible, dependencies on external projects are minimized.

Modules

The following modules currently exist.

Kite Data

The data module provides logical abstractions on top of storage subsystems (e.g. HDFS) that let users think and operate in terms of records, datasets, and dataset repositories. If you're looking to read or write records directly to/from a storage system, the data module is for you.

Kite Maven Plugin

The Kite Maven Plugin provides Maven goals for packaging, deploying, and running distributed applications.

Kite Morphlines

The Morphlines module reduces the time and skills necessary to build and change Hadoop ETL stream processing applications that extract, transform and load data into Apache Solr, Enterprise Data Warehouses, HDFS, HBase or Analytic Online Dashboards.

Kite Tools

The tools module provides command-line tools and APIs for performing common tasks with the Kite.

Examples

Example code demonstrating how to use Kite can be found in the separate GitHub repository at https://github.com/kite-sdk/kite-examples

License

Kite is provided under the Apache Software License 2.0. See the file LICENSE.txt for more information.

Building

To build using the default CDH dependencies use

mvn install

For Hadoop 2:

mvn install -Dhadoop.profile=2

For Hadoop 1:

mvn install -Dhadoop.profile=1

By default Java 7 is used. If you want to use Java 6, then add -DjavaVersion=1.6, -DjavaTargetVersion=1.6 e.g.

mvn install -DjavaVersion=1.6 -DjavaTargetVersion=1.6

kite's People

Contributors

rdblue avatar tomwhite avatar esammer avatar awarring avatar mkwhitacre avatar joey avatar rbrush avatar bbrownz avatar grchanan avatar scheeser avatar lfrancke avatar dlyle65535 avatar szvasas avatar smola avatar rvs avatar mladkov avatar markrmiller avatar bbaugher avatar abayer avatar bmahe-tango avatar edwardskoviak avatar jarcec avatar phunt avatar sodre avatar busbey avatar tomwheeler avatar williamstw avatar

Watchers

James Cloos 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.