• This repository has been archived on 27/Dec/2022
  • Stars
    star
    283
  • Rank 145,625 (Top 3 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created about 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

High Throughput Real-time Stream Processing Framework

Tigon

Tigon Logo

Introduction

Tigon is an open-source, real-time, low-latency, high-throughput stream processing framework.

Tigon is a collaborative effort between Cask Data, Inc. and AT&T that combines technologies from these companies to create a disruptive new framework to handle a diverse set of real-time streaming requirements.

Cask Data has built technology that provides scalable, reliable, and persistent high-throughput event processing with high-level Java APIs using Hadoop and HBase.

AT&T has built a streaming engine that provides massively scalable, flexible, and in-memory low-latency stream processing with a SQL-like query Language.

Together, they have combined to create Tigon.

There are many applications that can take advantage of its features:

  • Ability to handle extremely large data flows;
  • Exactly-once event processing using an app-level Java API with consistency, reliability, and persistence;
  • Streaming database using a SQL-like language to filter, group and join data streams in-memory;
  • Runs collections of queries using pipelined query plans;
  • Able to transparently handle complex record routing in large parallelized implementations;
  • Runs and scales as a native Apache Hadoop YARN Application;
  • Reads, writes, and tightly integrates with HDFS and HBase;
  • Supports a significant amount of parallelization;
  • Fault-tolerance and horizontal scalability without burdening the developer;
  • Enterprise security features with debugging, logging, and monitoring tools; and
  • Simpler programming model, tools and UI; and
  • Open-source software and development process.

For more information, see our collection of Guides and other documentation.

Is It Building?

Builds

Bamboo Build
GitHub Version

Getting Started

Prerequisites

Tigon is supported on *NIX systems such as Linux and Macintosh OS X. It is not supported on Microsoft Windows.

To install and use Tigon and its included examples, there are a few prerequisites:

  1. JDK 6 or JDK 7 (required to run Tigon; note that $JAVA_HOME should be set)
  2. GCC
  3. G++
  4. Apache Maven 3.0+ (required to build the example applications)

Note: To run the TigonSQL Stream Engine outside of Tigon, libz, Perl 5.x, and Python 3.x are required.

Download

Pre-compiled sources and related files can be downloaded in a zip file: tigon-developer-release-0.2.1.zip.

Install

Once the download has completed, unzip the file in a suitable location.

Run Instructions

To run Tigon in standalone mode:

$ run_standalone.sh <path-to-flow-jar> <flow-class-name> <run-time-args>

To run Tigon in distributed mode:

$ run_distributed.sh <zookeeper-quorum> <hdfs-namespace>

Building from Source

You can also build Tigon directly from the latest source code:

git clone https://github.com/caskdata/tigon.git
cd tigon
mvn clean package -DskipTests -Pdist

After the build completes, you will have a distribution of Tigon under the tigon-distribution/target/ directory.

Take the tigon-sdk-<version>.zip file and unzip it into a suitable location.

Getting Started Guide

Visit our web site for a Getting Started Guide that will guide you through installing Tigon and running an example.

Where to Go Next

Now that you've had a look at the Tigon SDK, take a look at:

  • Examples, located in the /tigon-examples directory of Tigon
  • Online Examples (demonstrating basic features of Tigon) are located on-line
  • Reference Applications:
    • AdNetworkFlow: Demonstrates using Tigon to write a realtime bidding (RTB) advertisement framework
    • ClickStreamFlow: Demonstrates using TigonSQL to write a webpage click stream data processing application.
  • Developer Guides, located in the source distribution in /tigon-docs/developer-guide/source or online

CDAP

Tigon is the realtime stream processing framework used in the Cask Data Application Platform (CDAP). CDAP provides a high-level Dataset abstraction for User Data Stores and allows developers to interact with them in their flowlets. In addition to the Dataset abstraction, CDAP integrates Batch Processing with MapReduce and Spark support. By combining these with security, metrics, and an intuitive GUI, CDAP greatly simplifies Big Data application development. If you like the features and architecture of Tigon, we recommend that you take a look at CDAP.

How to Contribute

Interested in helping to improve Tigon? We welcome all contributions, whether in filing detailed bug reports, submitting pull requests for code changes and improvements, or by asking questions and assisting others on the mailing list.

Bug Reports & Feature Requests

Bugs and suggestions should be made by filing an Issue.

Pull Requests

We have a simple pull-based development model with a consensus-building phase, similar to Apache's voting process. If you’d like to help make Tigon better by adding new features, enhancing existing features, or fixing bugs, here's how to do it:

  1. If you are planning a large change or contribution, discuss your plans on the cask-tigon-dev mailing list first. This will help us understand your needs and best guide your solution in a way that fits the project.
  2. Fork Tigon into your own GitHub repository.
  3. Create a topic branch with an appropriate name.
  4. Work on the code to your heart's content.
  5. Once you’re satisfied, create a pull request from your GitHub repo (it’s helpful if you fill in all of the description fields).
  6. After we review and accept your request, we’ll commit your code to the cask/tigon repository.

Thanks for helping to improve Tigon!

Mailing List

Tigon User Group: [email protected]

Tigon Development Discussion: [email protected]

IRC Channel

Tigon IRC Channel #tigon on irc.freenode.net

License and Trademarks

Copyright © 2014 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.

More Repositories

1

cdap

An open source framework for building data analytic applications.
Java
749
star
2

tephra

Apache Tephra: Transactions for HBase.
Java
158
star
3

netty-http

Netty based HTTP service with JAX-RS
Java
126
star
4

hadoop_cookbook

Cookbook to install Hadoop 2.0+ using Chef
Ruby
82
star
5

hydrator-plugins

Cask Hydrator Plugins Repository
Java
66
star
6

coopr

A template-based cluster provisioning system
Java
61
star
7

cdap-apps

CDAP Applications
JavaScript
43
star
8

cdap-operator

CDAP Kubernetes Operator
Go
20
star
9

cdap-ui

CDAP UI
JavaScript
19
star
10

cdap-build

Repository for building CDAP and additional external projects
Dockerfile
15
star
11

cdap-hbase-increments

Efficient read-less increments for HBase
Java
10
star
12

cask-tracker

Cask Tracker is a CDAP Extension that provides the ability to track data changes and provide input to data governance processes on a cluster.
Java
10
star
13

cdap_cookbook

Cookbook to install Cask Data Application Platform (CDAP) using Chef
Ruby
6
star
14

cdap-security-extn

CDAP Security Extensions
Java
6
star
15

cm_csd

CDAP Custom Service Descriptor (CSD) for Cloudera Manager (CM)
Shell
6
star
16

tigon-apps

Repository for reference applications for Tigon
Java
6
star
17

cdap-ambari-service

Ambari custom service definition for easily installing and managing CDAP on HDP cluster
Python
6
star
18

cdap-integration-tests

CDAP integration tests
Java
5
star
19

cdap-ingest

Agent based ingest into CDAP
Java
5
star
20

coopr-provisioner

Provisioner service for Coopr (caskdata/coopr)
Ruby
3
star
21

hadoop_wrapper_cookbook

Wrapper cookbook for caskdata/hadoop_cookbook to initialize various Hadoop components
Ruby
3
star
22

sample-spark-app

Examples on how-to run existing Spark applications in CDAP.
Java
3
star
23

ng-capsules

Cask Angular Components - shared module sources
JavaScript
3
star
24

krb5_utils_cookbook

DEPRECATED: use krb5 LWRPs - Utility cookbook for configuring Kerberos
Ruby
2
star
25

cdap-docs

CDAP Documentation Repository
HTML
2
star
26

gh-runners

Dockerfile
2
star
27

cdap-maven-plugin

Collection of CDAP Maven Plugins
Java
2
star
28

hadoop_mapr_cookbook

Cookbook to install the MapR Distribution for Apache Hadoop
Ruby
2
star
29

coopr-templates

Coopr Cluster Templates
Shell
2
star
30

cdap-e2e-tests

Java
2
star
31

release-tools

Python
1
star
32

impala_cookbook

Cookbook to install Impala using Chef
Ruby
1
star
33

events-writer-extension

Java
1
star
34

omnibus-coopr

Packaging for Cask Data's COOPR using omnibus from Chef
Shell
1
star
35

cdap-ops-tools

Tools for monitoring Cask Data Application Platform (CDAP) installations
Java
1
star
36

common

Common library
Java
1
star
37

cdap-odbc-driver

CDAP ODBC Driver
C++
1
star
38

cdap-navigator

CDAP Navigator Integration
Java
1
star
39

website

CDAP IO website
HTML
1
star