Metaclasses and Decorators in the Wild: Ingesting Data With FeedEater

11:15 AM - 11:40 AM on August 16, 2015, Room 705

Silas Ray

Audience level:
intermediate
Watch:
http://youtu.be/CqkB9kjBgzo

Description

FeedEater is a small library (https://github.com/Suitey/FeedEater) I wrote at TripleMint that we use to manage the interface between data sources with disparate formats and our DB. This talk runs through the basic principles involved and shows how the pieces fit together. If you are interested in Python metaprogramming but have never been able to see how to use it practically, this is a good example of using it in the real world.