Merging multiple avro files into single file using python

Python script that merges hundreds of Avro files into one, handling the header and footer, with notes on how slow the append gets.

ZeroMQ - PHP client & Python server with multi part message example

Multi-part ZeroMQ messaging between a PHP client and a Python server, without relying on either language's own serialisation.

Python - write compressed log file into HDFS for hadoop hive mapreduce

Python that gzips log data in memory with StringIO and writes it straight into HDFS through pyhdfs, ready for Hive or MapReduce.