Category: documentation

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 […]