Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #32 from francisco-perez-sorrosal/gh-pages
Browse files Browse the repository at this point in the history
Update github pages
  • Loading branch information
francisco-perez-sorrosal committed Dec 18, 2015
2 parents ee93787 + b347611 commit 3a3d3c2
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 8 deletions.
Binary file added images/omid-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/1-50ms-latency-vs-throughput.png
Binary file not shown.
Binary file removed img/100-latency-vs-throughput.png
Binary file not shown.
Binary file removed img/Omid.jpg
Binary file not shown.
Binary file removed img/SI.png
Binary file not shown.
Binary file removed img/complexonly.latency-vs-throughput.png
Binary file not shown.
Binary file removed img/mixed.latency-vs-throughput.png
Binary file not shown.
Binary file removed img/omid.arch2.gif
Binary file not shown.
Binary file removed img/readonly.latency-vs-throughput.png
Binary file not shown.
Binary file removed img/writeonly.latency-vs-throughput.png
Binary file not shown.
42 changes: 34 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">

<head>
<meta charset="UTF-8">
<title>Omid by yahoo</title>
Expand All @@ -9,7 +10,9 @@
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>

<body>

<section class="page-header">
<h1 class="project-name">Omid</h1>
<h2 class="project-tagline">Transactional Support for HBase</h2>
Expand All @@ -19,23 +22,46 @@ <h2 class="project-tagline">Transactional Support for HBase</h2>
</section>

<section class="main-content">
<h1>
<a id="omid" class="anchor" href="#omid" aria-hidden="true"><span class="octicon octicon-link"></span></a>Omid</h1>

<p>This project provides ACID transactional support for HBase.</p>
<img src="images/omid-logo.png" width="200">

<p>
The aim of the Omid project is to provide ACID transactional support for big data stores, in particular to HBase.
</p>

<p>HBase lacks an ACID transaction manager. That’s why, back in 2011, we started the Omid project at Yahoo, aiming to provide a transactional framework on top of HBase. During these years, the project has evolved and matured internally and now is used in production at Yahoo to provide the transactional guarantees required by several applications.</p>
<p>
HBase and other NoSQL data stores lack the concept of transactions. That’s why back in 2011, we started the
Omid project at <a href="https://www.yahoo.com/">Yahoo</a>. Omid provides a transactional framework on top of
HBase, although it can be adapted to other data stores. During these years, the project has evolved and matured
internally and now is used in production at Yahoo to provide the transactional guarantees required by several
applications.
</p>

<p>Omid uses a lock-free approach to provide ACID transactions with Snapshot Isolation guarantees, resolving the possible conflicts among concurrent transactions through a centralized component. You can find more information in the <a href="https://github.com/yahoo/omid/wiki">project wiki</a> </p>
<p>
Omid uses a lock-free approach to provide ACID transactions with Snapshot Isolation guarantees, resolving
the possible conflicts among concurrent transactions through a centralized component. You can find more
information in the <a href="https://github.com/yahoo/omid/wiki">project wiki</a>
</p>

<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/yahoo/omid">Omid</a> is maintained by <a href="https://github.com/yahoo">yahoo</a>.</span>

<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
<span class="site-footer-owner"><a href="https://github.com/yahoo/omid">Omid</a> is maintained by
<a href="https://github.com/yahoo">yahoo</a>.
</span>

<span class="site-footer-credits">
<p>
Omid logo by Ignacio Prieto <br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>
using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by
<a href="https://twitter.com/jasonlong">Jason Long</a>.
</p>
</span>

</footer>

</section>


</body>

</html>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 3a3d3c2

Please sign in to comment.