You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bookkeeper.apache.org by Enrico Olivelli <eo...@gmail.com> on 2017/09/15 13:02:21 UTC

HerdDB a distributed JVM-embeddable database built on Apache BookKeeper

Hi guys,
I am proud to share with you the first GA release of HerdDB (
http://www.herddb.org).

HerdDB is a distributed database, it uses Apache BookKeeper as distributed
write-ahead-log.

We are using it to replace MySQL, so it has JDBC bindings and it can be
accessed using usual SQL language and it supports multi-table, multi-row
transactions and indexes.
But it adds the ability to spread data on a cluster of machines, without
any shared media (thanks to BookKeeper and ZooKeeper).

HerdDB Server can work in standalone mode but we designed it to be embedded
in the JVM of clients and create clusters of peers which share a common
database.

You can find more details in this post or on the projects wiki on GitHub
http://eolivelli.blogspot.it/2017/09/herddb-distributed-jvm-embeddable.html

The code is open source and you can find it as usual on GitHub
https://github.com/diennea/herddb

Any contribution will be welcome !

Cheers

Enrico Olivelli

Re: HerdDB a distributed JVM-embeddable database built on Apache BookKeeper

Posted by Jia Zhai <zh...@gmail.com>.
👍

On Sat, Sep 16, 2017 at 12:14 AM, Venkateswara Rao Jujjuri <
jujjuri@gmail.com> wrote:

> Congratulations!!
>
> On Fri, Sep 15, 2017 at 7:24 AM, Matteo Merli <mm...@apache.org> wrote:
>
> > Very nice!
> >
> > On Fri, Sep 15, 2017 at 6:02 AM Enrico Olivelli <eo...@gmail.com>
> > wrote:
> >
> > > Hi guys,
> > > I am proud to share with you the first GA release of HerdDB (
> > > http://www.herddb.org).
> > >
> > > HerdDB is a distributed database, it uses Apache BookKeeper as
> > distributed
> > > write-ahead-log.
> > >
> > > We are using it to replace MySQL, so it has JDBC bindings and it can be
> > > accessed using usual SQL language and it supports multi-table,
> multi-row
> > > transactions and indexes.
> > > But it adds the ability to spread data on a cluster of machines,
> without
> > > any shared media (thanks to BookKeeper and ZooKeeper).
> > >
> > > HerdDB Server can work in standalone mode but we designed it to be
> > embedded
> > > in the JVM of clients and create clusters of peers which share a common
> > > database.
> > >
> > > You can find more details in this post or on the projects wiki on
> GitHub
> > > http://eolivelli.blogspot.it/2017/09/herddb-distributed-
> > jvm-embeddable.html
> > >
> > > The code is open source and you can find it as usual on GitHub
> > > https://github.com/diennea/herddb
> > >
> > > Any contribution will be welcome !
> > >
> > > Cheers
> > >
> > > Enrico Olivelli
> > >
> > --
> > Matteo Merli
> > <mm...@apache.org>
> >
>
>
>
> --
> Jvrao
> ---
> First they ignore you, then they laugh at you, then they fight you, then
> you win. - Mahatma Gandhi
>

Re: HerdDB a distributed JVM-embeddable database built on Apache BookKeeper

Posted by Venkateswara Rao Jujjuri <ju...@gmail.com>.
Congratulations!!

On Fri, Sep 15, 2017 at 7:24 AM, Matteo Merli <mm...@apache.org> wrote:

> Very nice!
>
> On Fri, Sep 15, 2017 at 6:02 AM Enrico Olivelli <eo...@gmail.com>
> wrote:
>
> > Hi guys,
> > I am proud to share with you the first GA release of HerdDB (
> > http://www.herddb.org).
> >
> > HerdDB is a distributed database, it uses Apache BookKeeper as
> distributed
> > write-ahead-log.
> >
> > We are using it to replace MySQL, so it has JDBC bindings and it can be
> > accessed using usual SQL language and it supports multi-table, multi-row
> > transactions and indexes.
> > But it adds the ability to spread data on a cluster of machines, without
> > any shared media (thanks to BookKeeper and ZooKeeper).
> >
> > HerdDB Server can work in standalone mode but we designed it to be
> embedded
> > in the JVM of clients and create clusters of peers which share a common
> > database.
> >
> > You can find more details in this post or on the projects wiki on GitHub
> > http://eolivelli.blogspot.it/2017/09/herddb-distributed-
> jvm-embeddable.html
> >
> > The code is open source and you can find it as usual on GitHub
> > https://github.com/diennea/herddb
> >
> > Any contribution will be welcome !
> >
> > Cheers
> >
> > Enrico Olivelli
> >
> --
> Matteo Merli
> <mm...@apache.org>
>



-- 
Jvrao
---
First they ignore you, then they laugh at you, then they fight you, then
you win. - Mahatma Gandhi

Re: HerdDB a distributed JVM-embeddable database built on Apache BookKeeper

Posted by Matteo Merli <mm...@apache.org>.
Very nice!

On Fri, Sep 15, 2017 at 6:02 AM Enrico Olivelli <eo...@gmail.com> wrote:

> Hi guys,
> I am proud to share with you the first GA release of HerdDB (
> http://www.herddb.org).
>
> HerdDB is a distributed database, it uses Apache BookKeeper as distributed
> write-ahead-log.
>
> We are using it to replace MySQL, so it has JDBC bindings and it can be
> accessed using usual SQL language and it supports multi-table, multi-row
> transactions and indexes.
> But it adds the ability to spread data on a cluster of machines, without
> any shared media (thanks to BookKeeper and ZooKeeper).
>
> HerdDB Server can work in standalone mode but we designed it to be embedded
> in the JVM of clients and create clusters of peers which share a common
> database.
>
> You can find more details in this post or on the projects wiki on GitHub
> http://eolivelli.blogspot.it/2017/09/herddb-distributed-jvm-embeddable.html
>
> The code is open source and you can find it as usual on GitHub
> https://github.com/diennea/herddb
>
> Any contribution will be welcome !
>
> Cheers
>
> Enrico Olivelli
>
-- 
Matteo Merli
<mm...@apache.org>