This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from caskdata/feature/r0.2.1_docs
Release 0.2.1 doc changes
- Loading branch information
Showing
13 changed files
with
265 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,71 +9,71 @@ Tigon FAQ | |
General | ||
======= | ||
|
||
**What is Tigon?** | ||
|
||
What is Tigon? | ||
-------------------------- | ||
**Tigon** is an open-source, real-time stream processing framework built on top of Apache |(TM)| Hadoop |(R)| and HBase. | ||
|
||
**Who is Tigon intended for?** | ||
|
||
Who is Tigon intended for? | ||
-------------------------- | ||
Developers who are interested in creating powerful, yet simple-to-develop stream processing | ||
applications that can handle large volumes of data. | ||
|
||
**What are some of the applications that can be built on Tigon?** | ||
What are some of the applications that can be built on Tigon? | ||
------------------------------------------------------------------------------ | ||
|
||
- Processing stream sources such as Twitter, Webserver Logs | ||
- Rapid Joining, Filtering, and Aggregating of Streams | ||
|
||
**How does Tigon work?** | ||
|
||
How does Tigon work? | ||
------------------------------------------------------------------------------ | ||
Tigon is built on top of Hadoop/HBase. It uses the | ||
`Tephra Transaction Engine <https://github.com/caskdata/tephra>`__ and `Twill <http://twill.incubator.apache.org>`__ | ||
for spinning up YARN applications. For in-memory stream processing, it uses the `TigonSQL <advanced.html>`__ | ||
in-memory stream processing engine developed by AT&T. | ||
|
||
**What is the difference between Tigon and Cask's other projects, such as CDAP?** | ||
|
||
What is the difference between Tigon and Cask's other projects, such as CDAP? | ||
------------------------------------------------------------------------------ | ||
Tigon is focused on solving the issues faced in real-time stream processing. | ||
|
||
The `Cask Data Application Platform (CDAP) <http://cdap.io>`__ is a generalized 'Big | ||
Data' application platform with additional features such as dataset abstractions, batch job | ||
integration, and security. | ||
|
||
**What's the vision for Tigon?** | ||
|
||
What's the vision for Tigon? | ||
------------------------------------------------------------------------------ | ||
Enable every Java developer to create powerful, real-time stream processing applications. | ||
|
||
|
||
Running Tigon | ||
============= | ||
|
||
**How do I get started with Tigon?** | ||
|
||
How do I get started with Tigon? | ||
------------------------------------------------------------------------------ | ||
Download the zip, unzip it and checkout the examples! | ||
|
||
See our `Getting Started With Tigon <getting-started.html>`__ guide. | ||
|
||
**What are the prerequisites for running Tigon?** | ||
|
||
See our `Getting Started With Tigon <getting-started.html#prerequisites>`__ guide | ||
for a list of prerequisites. | ||
See our :doc:`getting-started` guide. | ||
|
||
**What platforms and Java version does Tigon run on?** | ||
What are the prerequisites for running Tigon? | ||
------------------------------------------------------------------------------ | ||
See our :doc:`getting-started` guide for a :ref:`list of prerequisites. <getting-started-prerequisites>` | ||
|
||
What platforms and Java version does Tigon run on? | ||
------------------------------------------------------------------------------ | ||
Tigon runs on \*NIX systems such as Linux and Macintosh OS X. | ||
A Java Development Kit such as JDK 6 or JDK 7 is required to run Tigon. | ||
|
||
.. **Are there Tigon RPM or Debian packages available for download?** | ||
**Does Tigon run on Windows?** | ||
|
||
Does Tigon run on Windows? | ||
------------------------------------------------------------------------------ | ||
Currently, Tigon does not run on Windows. | ||
|
||
**What hardware do I need for Tigon?** | ||
|
||
What hardware do I need for Tigon? | ||
------------------------------------------------------------------------------ | ||
Tigon runs on the same hardware that would support Hadoop/HBase. | ||
|
||
**What programming languages are supported by Tigon?** | ||
|
||
What programming languages are supported by Tigon? | ||
------------------------------------------------------------------------------ | ||
Applications that use Tigon currently need to be written in Java. | ||
If you are using TigonSQL, commands are written in an SQL dialect. | ||
|
||
|
@@ -83,42 +83,42 @@ certain elements are written in Perl and Python. | |
Tigon Support | ||
========================= | ||
|
||
**Where can I find more information about Tigon?** | ||
|
||
Where can I find more information about Tigon? | ||
------------------------------------------------------------------------------ | ||
Our resources include this website, our parent website (`cask.co <http://cask.co>`__), | ||
two mailing lists, an IRC channel and a `GitHub repository. <https://github.com/caskdata/tigon>`__ | ||
|
||
**What mailing lists are available for additional help?** | ||
|
||
What mailing lists are available for additional help? | ||
------------------------------------------------------------------------------ | ||
Tigon User Group and Development Discussions: | ||
|
||
- Focused on Tigon usage questions, discussions, and solutions: `[email protected] <https://groups.google.com/d/forum/tigon-user>`__ | ||
- For developers modifying Tigon itself: `[email protected] <https://groups.google.com/d/forum/tigon-dev>`__ | ||
|
||
**Is there an IRC Channel?** | ||
|
||
Tigon IRC Channel #tigon on irc.freenode.net | ||
|
||
**Where are Bug Reports and Feature Requests kept?** | ||
Is there an IRC Channel? | ||
------------------------------------------------------------------------------ | ||
Tigon IRC Channel #tigon on `irc.freenode.net. <http://irc.freenode.net/>`__ | ||
|
||
Bugs and tasks are tracked in a public JIRA issue tracker. Details on access will be forthcoming. | ||
|
||
**Is commercial support available for Tigon?** | ||
Where are Bug Reports and Feature Requests kept? | ||
------------------------------------------------------------------------------ | ||
We have a `JIRA for filing issues. <https://issues.cask.co/browse/Tigon>`__ | ||
|
||
Is commercial support available for Tigon? | ||
------------------------------------------------------------------------------ | ||
Contact Cask Data for information on `commercial Tigon support. <http://cask.co/company/#company-contact>`__ | ||
|
||
|
||
Contributing to Tigon | ||
========================= | ||
|
||
**How can I help make Tigon better?** | ||
|
||
How can I help make Tigon better? | ||
------------------------------------------------------------------------------ | ||
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. | ||
|
||
**How can I contribute?** | ||
|
||
How can I contribute? | ||
------------------------------------------------------------------------------ | ||
Are you interested in making Tigon better? 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, | ||
|
@@ -136,6 +136,7 @@ here's how to do it: | |
#. After we review and accept your request, we’ll commit your code to the | ||
`caskdata/tigon <https://github.com/caskdata/tigon>`__ repository. | ||
|
||
|
||
.. |(TM)| unicode:: U+2122 .. trademark sign | ||
:ltrim: | ||
|
||
|
Oops, something went wrong.