Skip to content

Commit 93bd824

Browse files
authored
Update README.md
Adding direct link to github
1 parent 220d0fa commit 93bd824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/utsaslab/pebblesdb.svg?branch=master)](https://travis-ci.org/utsaslab/pebblesdb)
44
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
55

6-
PebblesDB is a write-optimized key-value store which is built using
6+
[PebblesDB](https://github.com/utsaslab/pebblesdb) is a write-optimized key-value store which is built using
77
the novel FLSM (Fragmented Log-Structured Merge Tree) data
88
structure. FLSM is a modification of the standard log-structured merge tree data structure which
99
aims at achieving higher write throughput and lower write
@@ -14,7 +14,7 @@ PebblesDB is built by modifying
1414
is built on top of
1515
[LevelDB](https://github.com/google/leveldb). PebblesDB is API
1616
compatible with HyperLevelDB and LevelDB. Thus, PebblesDB is a
17-
*drop-in* replacement for LevelDB and HyperLevelDB. The full paper on
17+
*drop-in* replacement for LevelDB and HyperLevelDB. The source code is available on [Github](https://github.com/utsaslab/pebblesdb). The full paper on
1818
PebblesDB can be found
1919
[here](http://www.cs.utexas.edu/~vijay/papers/sosp17-pebblesdb.pdf
2020
"PebblesDB SOSP'17"). The slides for the SOSP 17 talk, which explains the core ideas behind PebblesDB, can be found [here](http://www.cs.utexas.edu/~vijay/papers/pebblesdb-sosp17-slides.pdf).

0 commit comments

Comments
 (0)