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 git://github.com/britt/hivedb.git $ cd hivedb/ $ git checkout --track -b screencast-example origin/screencast
