Contribute Media
A thank you to everyone who makes this possible: Read More

Metaclasses and Decorators in the Wild: Ingesting Data With FeedEater

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.

Details

Improve this page