blob: 4df8c4cda8f432513c3468fd0b67abd168ce1d75 [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">
</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.html">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>
<header id="top" class="header">
<div class="text-vertical-center">
<div class="row transparent" style="padding:10px;" >
<div class="text-vertical-center col-md-9">
<img src="img/oodt_asf_logo_med.png" class="img-responsive" style="margin: 0 auto;" alt="OODT LOGO" />
<h3>Catalogs, archives, metadata & more</h3>
<br>
<a href="/download.html" class="btn btn-dark btn-lg">Download OODT</a>
</div>
<div class="col-md-3" >
<h3>Latest News</h3>
<ul class="list-group">
<li class="list-group-item">
<a href="/2021/10/03/oodt-191-released.html">Apache OODT 1.9.1 released</a>
</li>
<li class="list-group-item">
<a href="/2019/10/03/oodt-19-released.html">Apache OODT 1.9 released</a>
</li>
<li class="list-group-item">
<a href="/2018/02/04/oodt-121-released.html">Apache OODT 1.2.1 released</a>
</li>
<li class="list-group-item">
<a href="/2017/08/28/oodt-112-released.html">Apache OODT 1.2 released</a>
</li>
<li class="list-group-item">
<a href="/2017/07/27/oodt-110-released.html">Apache OODT 1.1 released</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container" >
<div class="row" >
<div class="col-md-6" >
<h1>Disciplined Data Management</h1>
<p>Apache Object Oriented Data Technology (OODT) is the smart way to integrate and archive your processes, your data, and its metadata.
OODT allows you to:
<ul>
<li>Generate Data</li>
<li>Process Data</li>
<li>Manage Your Data</li>
<li>Distribute Your Data</li>
<li>Analyze Your Data</li>
</ul>
Allowing for the integration of data, computation, visualization and other components.</p>
</div>
<div class="col-md-6">
<h1>Solidify Your Data Processing</h1>
<p>Traditional processing pipelines are commonly made up of custom UNIX shell scripts and fragile custom written glue code. Apache OODT uses structured XML-based capturing of the processing pipeline that can be understood and modified by non-programmers to create, edit, manage and provision workflow and task execution.</p>
<p>OODT also allows for remote execution of jobs on scalable computational infrastructures so that computational and data-intensive processing can be integrated into OODT’s data processing pipelines using cloud computing and high-performance computing environments.</p>
</div>
</div>
<div class="row" >
<div class="col-md-8 col-md-offset-2">
<img class="img-responsive" src="img/oodt-diag.png"/>
</div>
</div>
<div class="row" >
<div class="col-md-12">
<h2>About Apache OODT</h2>
<div style="text-align: justify;">
<p>Having awarded in 2003 as the NASA Software of the Year, Apache Object Oriented Data Technology (OODT)
began at the Jet Propulsion Laboratory, in operations cataloging pictures of Mars and helping to detect
cancer. Apache OODT is smart, open source software for science, research, or otherwise.</p>
<p>Apache OODT is the superior way to integrate and archive your processes, your data, and its metadata. It
spans scientific and other disciplines and enable interoperability among data agnostic systems in the
varying fields. Using OODT's framework of distributed objects and databases, the data collected by
scientists and engineers in disparate disciplines can be jointly searched, stored, retrieved, and analyzed.
It facilitates the creation, acquisition, and growth of data management and archiving systems.</p>
</div>
<h2>Why Apache OODT?</h2>
<p>Processing pipelines are too often one-off custom solutions that fail to scale and evolve as systems evolve.
Moreover, archived data undergoes a kind of atrophy as the tools used to analyze and process it are themselves
one-off solutions with no maintenance. These haphazard approaches achieve only short term success, but are not
effective in data search, discovery, analysis, cataloging, processing, or archiving. OODT replaces these
manual, forgettable steps with reliable workflows through distributed data grids. OODT ensures the usability
and value of data even after original developers move on.</p>
<h2>How OODT does that?</h2>
<p>Haphazard processing pipelines are commonly made up of custom UNIX shell scripts and/or fragile custom
written glue code of Java, Python, and Perl. OODT uses structured XML-based capturing of the processing
pipeline that can be understood and modified by non-programmers to create, edit, manage and provision workflow
and task execution.</p>
</div>
<div class="col-md-6">
<h1>Use Cases</h1>
<ul class="list-group">
<li class="list-group-item"><a href="/staging-usecase.html">Staging Area Storage Indexing</a></li>
<li class="list-group-item"><a href="/medical-usecase.html">Medical Record Indexing</a></li>
<li class="list-group-item"><a href="/streaming-usecase.html">Streaming data</a></li>
</ul>
</div>
<div class="col-md-6">
<h1>Distributed Data Environments</h1>
<p>
Apache OODT facilitates the integration of highly distributed and heterogeneous data intensive systems enabling
the integration of different, distributed software systems, metadata and data. OODT spans disciplines and enables
interoperability among data agnostic systems in any field.
</p>
<p>
In a world of cloud computing Apache OODT can make the most of it. With support for:
<ul>
<li>Grid Computing</li>
<li>Apache Mesos</li>
</ul>
Developers can build highly distributed, scalable, data platforms that can process even the largest amounts of data,
without breaking a sweat.
</p>
</div>
</div>
</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>