hivedb icon indicating copy to clipboard operation
hivedb copied to clipboard

HiveDB is an open source project for horizontally partitioning MySQL systems.

HiveDB is a Java based system for horizontally partitioning MySQL databases. The HiveDB architecture is optimized for OLTP (Online transaction processing) datasets. HiveDB provides JDBC access to the database as well as providing Hibernate support via Hibernate-Shards.

Here is what you will need in order to use HiveDB. * Java 1.5+ * Maven * MySQL 5.0+

  • Building HiveDB from source

git clone git://github.com/britt/hivedb.git cd hivedb mvn install

To install project files for your IDE use 'mvn eclipse:eclipse' or 'mvn idea:idea'

  • Using HiveDB with Maven

Add the HiveDB repository to your pom.xml. HiveDB http://www.hivedb.org/maven/

Add HiveDB as a dependency. <groupId>org.hivedb</groupId> <artifactId>hivedb</artifactId> 0.9.6-SNAPSHOT