Skip to content

Commit

Permalink
README.md improved
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-perez-sorrosal committed Nov 22, 2012
1 parent 51029bc commit 7ff7a06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,12 +3,12 @@ Omid

The Omid project provides transactional support for key-value stores using Snapshot Isolation. Omid stands for Optimistically transactional Management in Datasources. At this stage of the project, HBase is the only supported data-store.

If you have any question, please take a look to the [wiki](https://github.com/yahoo/omid/wiki) or contact us at omid-project@googlegroups.com or read [the online archives](https://groups.google.com/forum/?fromgroups=#!forum/omid-project)
If you have any question, please take a look to the [Wiki](https://github.com/yahoo/omid/wiki) or contact us at omid-project@googlegroups.com or read [the online archives](https://groups.google.com/forum/?fromgroups=#!forum/omid-project)

Use Cases
---------

Add diagram.
Add UCs.

Basic Architecture
------------------
Expand All @@ -17,6 +17,8 @@ The main component of Omid is a server called the Status Oracle (TSO.) The TSO c

The TSO uses BookKeeper as a Write-Ahead Log where it dumps all its state. In case of crash failures it is possible to restart the TSO without losing any commit information.

The core architecture of the software is described in more detail in the [Technical Details](https://github.com/yahoo/omid/wiki/Technical-Details) section of the Wiki.

Compilation
-----------

Expand Down

0 comments on commit 7ff7a06

Please sign in to comment.