Category: howto

Screencast Example Code

Here is the example project that we used in the HiveDB screencast along with a SQL script to create the databases. You can get the project a couple of ways:

Update: the screencast example code is no longer available on GitHub. However you can download a tarball here.
Checkout the screencast branch from GitHub

$ git clone […]

HiveDB Screencast

A partitioned database in just 15 minutes.
We’ve put together a screencast that gives a quick introduction to working with HiveDB and Hibernate Shards. We’ve tried hard to make it as easy and as much like working with regular Hibernate as possible. With this tutorial you should be able to get a partitioned data […]

HiveDB install process updated

When we began we wanted creating and loading a hive to be as simple as calling Hive.load. So we made the install process part of the load method. However, over time this was unsettling for several reasons.

It makes the load method complicated.We love simplicity. When things get to complicated […]