Get Lanyrd on your mobile (iPhone, Android and more) - check it out here

Sessions at Strange Loop 2011 with notes in Hilton St. Louis at the Ballpark

Your current filters are…

Clear

Sunday 18th September 2011

Monday 19th September 2011

  • Storm: Twitter's scalable realtime computation system

    by Nathan Marz

    Storm makes it easy to write and scale complex realtime computations on a cluster of computers, doing for realtime processing what Hadoop did for batch processing. Storm guarantees that every message will be processed. And it’s fast — you can process millions of messages per second with a small cluster. Best of all, you can write Storm topologies using any programming language.

    Storm has a wide range of use cases. The basic use case is “stream processing”: processing a stream of new data and updating databases in realtime. Unlike the standard approach of doing stream processing with queues and workers, Storm is fault-tolerant and scalable.

    Another use case is “continuous computation”: streaming the results of a query to clients to visualize in realtime. An example is streaming trending topics on Twitter into browsers.

    A third use case is “distributed RPC”: computing an intense query on the fly in parallel. With distributed RPC, a Storm topology is a distributed function that you can invoke like a normal function.

    In this talk, I’ll release Storm as open-source. I’ll show how Storm’s simple programming model makes realtime computation easy, robust, and even fun.

    At 10:30am to 11:20am, Monday 19th September

    In Grand Ballroom, Hilton St. Louis at the Ballpark

  • Bitcoin: Giving Money an Upgrade

    Financial innovation is no longer off-limits to the common developer! Bitcoin is by far the most successful attempt at a decentralized digital commodity/currency to date. With all the buzz about bitcoin recently (Forbes, NPR, SmartMoney, etc), it’s easy to talk about what bitcoin “should” or “shouldn’t” be, but us geeks really want to focus on what bitcoin actually is, and also what it is not. What long standing problems has bitcoin potentially solved? How is it designed to withstand the test of time and (hacker) talent? How does it work?

    Bitcoin is literally giving the traditional financial sector a “run for its money,” providing a solid foundation for nearly endless innovation. In this presentation we will dive into the elegant architecture behind bitcoin along with some of the economic elements that keep it ticking.

    At 3:30pm to 4:20pm, Monday 19th September

    In Gateway 1, Hilton St. Louis at the Ballpark

    Coverage note

Tuesday 20th September 2011