On Tue, Nov 24, 2009 at 12:26 PM, Jamu Kakar <[email protected]> wrote:
> Hi,
>
> I've been asked to give a talk about Storm for my local Python
> user's group.  Most of the audience I'll be delivering the talk to
> has not used Storm.  My basic plan is to introduce Storm, show some
> example code and dive into some common use cases and the way to deal
> with them.  For example, I'll talk about references and reference
> sets, validators, finding multiple objects at the same time, using
> ResultSet.values, and so on.
>
> If you were attending a talk about Storm, what would you like to
> hear about?

I'd also include a mention about using ResultSet.set() and
ResultSet.remove() to manipulate multiple rows at once (as opposed to
using Python-level loop constructs to achieve the same).  Point out
that Storm has been designed to let you write readable code that is
also efficient.

Another thing worth pointing out is the multi-table Store.find()
feature, and the ability to easily use aggregates and grouping with
ResultSets.

James.

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to