You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bookkeeper.apache.org by "Inder.dev Java" <ja...@gmail.com> on 2012/07/03 20:28:07 UTC

Exploring distributed BookKeeper to use in work flow for storing some state information

HI,

We have workflow kind system, here I came to know that BookKeeper is highly
available storage system. I am exploring I can use BookKeeper for storing
some of the state information. I have the data in XML format. will it
support? or I should have flat line based files?

Also wanted to check How many people are working in BookKeeper? growing?
Is it a Healthy project?

greatly appreciate your help....

Cheers,
Inder Paul

Re: Exploring distributed BookKeeper to use in work flow for storing some state information

Posted by Flavio Junqueira <fp...@yahoo-inc.com>.
Thanks for your interest, Inder Paul. BookKeeper focuses on sequential workloads and targets tasks like write-ahead logging. It supports multiple concurrent logs being written to and offers strong durability guarantees for data appended to logs. BookKeeper is not a general-purpose data store, though. 

-Flavio

On Jul 3, 2012, at 8:28 PM, Inder.dev Java wrote:

> HI, 
> 
> We have workflow kind system, here I came to know that BookKeeper is highly available storage system. I am exploring I can use BookKeeper for storing some of the state information. I have the data in XML format. will it support? or I should have flat line based files?
> 
> Also wanted to check How many people are working in BookKeeper? growing?
> Is it a Healthy project?
> 
> greatly appreciate your help....
> 
> Cheers,
> Inder Paul


RE: Exploring distributed BookKeeper to use in work flow for storing some state information

Posted by Uma Maheswara Rao G <ma...@huawei.com>.
Hey Inder,

That's great news, you are exploring BookKeeper :-)



 You have mentioned XML format files, I am not sure you will get the advantage in this format with BK in any case.

Here BK support entry level write.

It is like, you can write line by line append. It mainly fits for write ahead logging. I am not sure what is your use case exactly.

Any application that requires an append storage can replace their implementations with BookKeeper.

take a look at http://zookeeper.apache.org/doc/trunk/bookkeeperOverview.html







And for the other question:

currently ~10 contributors are there for BookKeeper (from Ivan previous mail). New members are joining as well.

We are using BookKeeper in NameNode HA.  I feel it is healthy, doing many activities. It will grow infuture as well.

See the Ivan's mail recently for board report :http://www.mail-archive.com/bookkeeper-dev@zookeeper.apache.org/msg02451.html.

Start contributing to BK http://zookeeper.apache.org/bookkeeper/ , if you have interest :-)







Regards,

Uma







________________________________
From: Inder.dev Java [java.inder@gmail.com]
Sent: Tuesday, July 03, 2012 11:58 PM
To: bookkeeper-user@zookeeper.apache.org
Subject: Exploring distributed BookKeeper to use in work flow for storing some state information

HI,

We have workflow kind system, here I came to know that BookKeeper is highly available storage system. I am exploring I can use BookKeeper for storing some of the state information. I have the data in XML format. will it support? or I should have flat line based files?

Also wanted to check How many people are working in BookKeeper? growing?
Is it a Healthy project?

greatly appreciate your help....

Cheers,
Inder Paul