d1cacbcee4
Started on API docs. Particularly the /streams resource. Change-Id: I082486fd62158fb175f5a22a3cfba141bb7d1fa1
101 lines
3.8 KiB
HTML
101 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="StackTach.v3">
|
|
<meta name="author" content="Sandy Walsh">
|
|
<link rel="icon" href="../../favicon.ico">
|
|
|
|
<title>StackTach.v3</title>
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
|
|
|
|
<link href="stv3-narrow.css" rel="stylesheet">
|
|
|
|
<!-- Optional theme -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
|
|
|
|
<style>
|
|
.bottom_padding {
|
|
padding-bottom: 20px;
|
|
}
|
|
</style>
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="header bottom_padding">
|
|
<nav>
|
|
<ul class="nav nav-pills pull-right">
|
|
<li role="presentation" class="active"><a href="#">Home</a></li>
|
|
<li role="presentation"><a href="about.html">Docs</a></li>
|
|
<li role="presentation"><a href="install.html">Getting Started</a></li>
|
|
<li role="presentation"><a href="api.html">API</a></li>
|
|
<li role="presentation"><a href="screencasts.html">Screencasts</a></li>
|
|
<li role="presentation"><a href="contribute.html">Contribute</a></li>
|
|
</ul>
|
|
</nav>
|
|
<img src="StackTach_160x70.png"/>
|
|
</div>
|
|
|
|
<div class="jumbotron">
|
|
<h1>Real-Time Event Stream Processing</h1>
|
|
<p class="lead">StackTach.v3 processes complex JSON streams at scale.</p>
|
|
<p><a class="btn btn-lg btn-success" href="about.html" role="button">Learn More</a>
|
|
<a class="btn btn-lg btn-success" href="install.html" role="button">Get Started</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="row marketing">
|
|
<div class="col-lg-6">
|
|
<h4>Scalable</h4>
|
|
<p>Queue consumption and pipeline processing workers can be easily added to handle large loads.</p>
|
|
|
|
<h4>Modular</h4>
|
|
<p>StackTach.v3 is comprised of a set of small Python libraries. You can deploy as is, or embed it into your existing monitoring solution.</p>
|
|
|
|
<h4>REST API and cmdline tools</h4>
|
|
<p>StackTach.v3 includes a REST API and rich cmdline tools for inspecting and managing streams.</p>
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
|
<h4>Idempotent</h4>
|
|
<p>When used as a basis for usage and billing, it's critical that events are not lost and that processing is not duplicated.</p>
|
|
|
|
<h4>Flexible Archiving</h4>
|
|
<p>StackTach.v3 <i>distills</i> large JSON notifications down into smaller, manageable <i>events</i> and off-loads the original notification for long term storage. Swift and HDFS are currently supported.</p>
|
|
|
|
<h4>Simple deployment</h4>
|
|
<p>StackTach.v3 requires a simple MySQL backend, which has known scaling characteristics. Ansible and Vagrant scripts are included for getting started.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<p>© Dark Secret Software Inc. 2014</p>
|
|
</footer>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
|
|
</body>
|
|
</html>
|
|
|