Hive with HBase Quickstart
Though there is some decent documentation, I found that setting up Hive with a HBase back-end to be somewhat fiddly. Hopefully this guide will help you get s...
Though there is some decent documentation, I found that setting up Hive with a HBase back-end to be somewhat fiddly. Hopefully this guide will help you get s...
Wrote a simple connection pool for Happybase using socketpool.
Schema design in NoSQL is very different from schema design in a RDBMS. Once you get something like HBase up and running, you may find yourself staring blank...
Ran into an interesting edge case with pickle this week. I had a producer task that was querying objects from a database, and pickling them plus a reference ...
One of the strengths of a dynamic language is that it allows you to more easily work introspection and light weight meta-programming into your every day code...
Update: this app was decommissioned in 2022
Using the binary Thrift protocol through a load balancer can be a little tricky. While it works out of the box in HAProxy, you may run into some slight troub...
HappyBase is a friendly interface to interact with HBase from Python. It lets you perform basic HBase operations like get, put and scan. But say you have a b...
Django Migratron is a schema migration tool for Django. Why write another schema migration tool? Here is how we stack up against other tools.
Spent a couple of hours tearing my hair out over the Facebook insights API this week. Say you have a Facebook page with an ID of 173304932707127, and a post ...