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:
Download the source tarball screencast.tar.gz
Checkout the screencast branch from GitHub
$ git clone git://github.com/britt/hivedb.git
$ cd hivedb/
$ git checkout –track -b screencast-example origin/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 […]
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 […]