This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 19306e4cef Add Pravega as a Bookkeeper use case. (#3328)
19306e4cef is described below

commit 19306e4cefd21a0b53c261f22f26beb14c62e7c5
Author: Raúl Gracia <[email protected]>
AuthorDate: Fri Jun 10 11:30:49 2022 +0200

    Add Pravega as a Bookkeeper use case. (#3328)
---
 README.md                               | 2 +-
 site3/website/docs/overview/overview.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4ac298bff0..ac787feac2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Apache BookKeeper is a scalable, fault tolerant and low latency 
storage service
 
 It is suitable for being used in following scenarios:
 
-- WAL (Write-Ahead-Logging), e.g. HDFS NameNode.
+- WAL (Write-Ahead-Logging), e.g. HDFS NameNode, Pravega.
 - Message Store, e.g. Apache Pulsar.
 - Offset/Cursor Store, e.g. Apache Pulsar.
 - Object/Blob Store, e.g. storing state machine snapshots.
diff --git a/site3/website/docs/overview/overview.md 
b/site3/website/docs/overview/overview.md
index 9f0a3348bc..1f361c98c4 100644
--- a/site3/website/docs/overview/overview.md
+++ b/site3/website/docs/overview/overview.md
@@ -32,6 +32,7 @@ Use case | Example
 [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (write-ahead logging) 
| The HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL)
 [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (write-ahead logging) 
| Twitter 
[Manhattan](https://blog.twitter.com/engineering/en_us/a/2016/strong-consistency-in-manhattan.html)
 [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (write-ahead logging) 
| [HerdDB](https://github.com/diennea/herddb)
+[WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (write-ahead logging) 
| [Pravega](https://github.com/pravega/pravega)
 Message storage | [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-architecture-overview#persistent-storage)
 Offset/cursor storage | [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-architecture-overview#persistent-storage)
 Object/[BLOB](https://en.wikipedia.org/wiki/Binary_large_object) storage | 
Storing snapshots to replicated state machines

Reply via email to