blob: 4adc81f02f4bdbf82c9bc0b3f53b73fb70e853c2 [file] [log] [blame]
<!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="Apache Object Oriented Data Technology (OODT) is the smart way to integrate and archive your processes, your data, and its metadata. It facilitates the generation, processing, management, distribution, analysis of data management, data archiving, and data analytics systems allowing for the integration of data, computation, visualization and other components.
">
<meta name="author" content="Apache OODT">
<title>Apache OODT - Distributed Data Management</title>
<!-- Bootstrap Core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="/css/stylish-portfolio.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="/img/oodt_asf_logo_sm.png"/></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>-->
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/blog">News</a>
<li>
<a href="/site_docs/oodt/index.html">Components</a>
</li>
<li>
<a href="/documentation.html">Documentation</a>
</li>
<li>
<a href="/community.html" >Community</a>
</li>
<li>
<a href="/users.html" >Users</a>
</li>
<li>
<a href="/download.html" >Download</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row col-md-6 col-md-offset-3">
<h1>
Streaming Data With Apache OODT
</h1>
<p>
As more realtime and near realtime data workloads are being managed, the data processing paradigm has shifted. No longer is it batch processed, bulk ingested data loads,
its streaming input and window querying of data to find out what's going on here and now and allowing businesses to be able to react to it.
</p>
<p>
OODT allows you to leverage the streaming capabilities of
<ul>
<li>Apache Spark</li>
<li>Apache Mesos</li>
<li>Tachyon</li>
<li>Apache Kafka</li>
<li>Apache Hadoop</li>
</ul>
to enable users to no only stream data into the platform but
also perform workflows and tasks off the back of this streaming data. Allowing you to enrich your data further with more metadata, post processing analysis and more and then once
again reingesting that data to ensure you get the full picture and not just part of it.
</p>
<p>Leverage the power of OODT along side well known projects like Apache Spark to process your data, be it web data, logs, or IOT data coming from sensors and appliances around the globe.</p>
</div>
<footer class="sitefooter">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<a href="http://www.apache.org/events/current-event.html">
<img src="http://www.apache.org/events/current-event-234x60.png"/>
</a>
<h4><strong>Apache OODT</strong>
</h4>
<p>
</p>
<ul class="list-unstyled">
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:dev@oodt.apache.org">dev@oodt.apache.org</a>
</li>
</ul>
<br>
<ul class="list-inline">
<!-- <li>
<a href="https://facebook.com/"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
</li>-->
<li>
<a href="https://twitter.com/apache_oodt"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
</li>
<li>
<a href="https://github.com/apache/oodt"><i class="fa fa-github fa-fw fa-3x"></i></a>
</li>
</ul>
<hr class="small">
<p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="/js/custom.js"></script>
</body>
</html>