stacktach-sandbox/docs/screencasts.html
Sandy Walsh d1cacbcee4 API docs
Started on API docs. Particularly the /streams resource.

Change-Id: I082486fd62158fb175f5a22a3cfba141bb7d1fa1
2015-02-27 07:45:27 -08:00

104 lines
5.3 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"><a href="index.html">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" class="active"><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="row marketing">
<div class="col-lg-12">
<h3>The History of StackTach</h3>
<p>StackTach started as a tool for debugging OpenStack Nova deployments. Before we started on StackTach.v3 (a complete rewrite), we had plans to integrate with Ceilometer. This presentation from the Hong Kong summit gives a good overview of how StackTach has evolved over the years. It also gives great detail on the usage verification process as well as some of the key architectural concepts behind version 3.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/c8zZtSL0t00" frameborder="0" allowfullscreen></iframe>
<h3>The StackTach.v3 Components</h3>
<p>An early screencast of the components of StackTach.v3 ... some things have changed since. Oahu has now been replaced with Winchester and all the repos have been moved to StackForge.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/P8NA5FVrcEQ" frameborder="0" allowfullscreen></iframe>
<h3>The StackTach.v3 Sandbox</h3>
<p>An early screencast of the StackTach.v3 Sandbox. Shows how to launch the sandbox for local dev and how to navigate the various components. This video was done before packaging was added and before Winchester support was added. The Oahu config file is no longer required as we now use Winchester.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/65BTMFuBQTY" frameborder="0" allowfullscreen></iframe>
<h3>The Notigen Event Simulator</h3>
<p>In order to play with StackTach.v3 you need a good source of notifications. To make this easier we don't want to require you stand up a full OpenStack environment. Instead, we use Notigen to simulate Nova-like notifications and publish these to RabbitMQ. This video explains how this works.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6cF0sTIeVd0" frameborder="0" allowfullscreen></iframe>
<h3>The REST API - Quincy and Quince</h3>
<p>How we separate the REST API from the implementation within StackTach.v3. If you decide you want to implement your own steam engine, but stay compatible with the StackTach.v3 API, these libraries make it easy to do so.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/O8hjglIg57M" frameborder="0" allowfullscreen></iframe>
<h3>Klugman - client library/cmdline tool</h3>
<p>An early video of the Klugman cmdline tool and client library. A newer video is required to reflect the most recent changes, but this will get you started.<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/F-f4UEn2asA" frameborder="0" allowfullscreen></iframe>
<h3>Monasca and StackTach.v3 Integration</h4>
<p>Our joint-presentation with the Monasca team at the Paris OpenStack summit.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/xHK5QylIdUs" frameborder="0" allowfullscreen></iframe>
<footer class="footer">
<p>&copy; 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>