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

Sessions at Strange Loop 2011 about NoSQL

Your current filters are…

Sunday 18th September 2011

  • Node.js Bootcamp

    by James Carr

    You might have heard a lot about node.js lately, and all for good reason. It makes building scalable event driven applications easy and fun. In this workshop we’ll take a deep dive into develoment with node.js, from understanding ES5 features and syntax to building your own node.js modules to building and deploying your own real time web application. Other topics that will be explored include concurrency, behavior driven development, real time communication with websockets, working with NoSQL databases and much more. No experience with node.js is assumed but at least some familiarity with javascript is helpful.

    At 11:30am to 2:30pm, Sunday 18th September

    In Gateway 4, Hilton St. Louis at the Ballpark

Monday 19th September 2011

  • Wrap Your SQL Head Around Riak MapReduce

    by Sean Cribbs

    “NoSQL is awesome! I need to use it on my next project!” … [hours later] … “How the heck do I get my data out of this thing?!”

    Sound familiar? Non-relational data storage solutions (NoSQL) promise all kinds of benefits — scalability, flexibility, fault-tolerance — but (by the nature of the moniker) don’t have SQL to query with. Riak is one such solution, a distributed key-value store that implements MapReduce for querying, and has some awesome client libraries for Ruby, Java, Python, and Node.js. We’ll briefly look at why you might want to use Riak, discuss how MapReduce works in Riak, and then dive into converting some pretty common SQL queries into their MapReduce equivalents, all using code you know how to write, Javascript!

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

    In Arch View, Hilton St. Louis at the Ballpark

    Coverage slide deck

  • 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

  • Transactions without transactions

    by Richard Kreuter

    So-called ‘NoSQL’ databases generally don’t support transactions. Yet there are plenty of situations where you might want to use one of these databases and at the same time build an application with transactional semantics. Maybe you want to design a voting system. Or perhaps you need to sell tickets to an assigned-seating event.

    As it turns out, even without transactions proper, these problems are tractable and admit of some pretty interesting solutions. Indeed, transaction-less architectures are already widespread in enterprise applications; and these techniques are often useful when designing systems that target non-relational data stores.

    This talk will explore a handful of patterns for solving problems without database-backed transactions. We’ll focus on techniques applicable to MongoDB, the popular document-oriented database, but the talk will of interest to anyone who likes looking at so-called solved problems through fresh lenses.

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

    In Arch View, Hilton St. Louis at the Ballpark

Tuesday 20th September 2011

  • DataMapper on Infinispan: Clustered NoSQL

    by Lance Ball

    TorqueBox is a Ruby application server built on top of JBoss AS7 that extends the footprint of Ruby applications to include built-in support for services such as messaging, scheduling, and daemons. Infinispan is an extremely scalable, highly available data grid platform, designed to make the most of modern multi-processor/multi-core architectures while at the same time providing distributed cache capabilities. DataMapper is an Object Relational Mapper for Ruby. TorqueBox brings the two together to provide a fast, scalable, distributed NoSQL data store for your Ruby applications. In this presentation, I will take a brief look at each of these technologies and combine them with Sinatra to create a super awesome beer catalogue.

    At 9:30am to 10:20am, Tuesday 20th September

    In Gateway 4/5, Hilton St. Louis at the Ballpark

    Coverage video

  • Why CouchDB?

    by Benjamin Young

    Data gets lonely. Much of our data is trapped in proprietary formats, restricted cloud silos, or remote locations that require an “always on” Internet connection. What happens if the power goes out? or Twitter is down? or, worse, your bank? We’ll take a look at how CouchDB solves these problems with it’s schema-less data store, “kill -9” compatible, append-only database format, REST API, and HTTP-based replication.

    CouchDB doesn’t stop there. We’ll also survey the surrounding ecosystem including plugins like the R-tree, spatial/geographical index, GeoCouch, check out some options for “scaling out” CouchDB, and look at “scaling down” with Mobile Couchbase for Android and iOS.

    At 10:30am to 11:20am, Tuesday 20th September

    In Grand Ballroom, Hilton St. Louis at the Ballpark