Redis Miniconf

All about Redis, the swiss army knife of scalable web apps

Redis is an advanced key-value store NoSQL database, often used as a cache (replacing Memcache) and messaging layer (replacing various message queues) in web apps.

As the glue that binds together larger components, Redis rarely gets the attention it deserves. You can be a hotshot NodeJS ninja or PostgreSQL guru, but without Redis your web app is unlikely to be scalable. Knowing what Redis is, how it works and how to use it effectively is an essential skill for any web developer.

Join us for the second Miniconf of 2014 as we examine Redis in detail. We’ve learnt from the first edition with AngularJS and restructured the day:

  1. The first half of the day will be a workshop for beginners, helping you get familiar with Redis, the data structures, API and command line. Advanced users can skip this.
  2. The second half of the day will be showcases by advanced Redis users, explaining how Redis glues their website together.
  3. The final part of the day is an open forum for any participant to open up their code and have their concerns addressed by an advanced user.

Ticketing is now closed. The event is sold out.

Hosted by

Miniconfs are miniature conferences. more

Siddharth Sharma

@svsharma

Counting things, very fast, on the Internet

Submitted Mar 31, 2014

Realtime, user-facing statistics can really juice the user experience, especially for sites that are gamified or which implement complicated adaptive algorithms. Our test-prep app is both and I’ll be showing the stuff that went right and horribly wrong while building a realtime, user-facing statistics service for our web application. Hopefully, this experience will help you avoid many of the pitfalls and smoothen the journey to your own realtime statistics server.

There are a number of approaches to this problem and the right answer is very much dependent on your use case, so hopefully this talk will help you decide which way works better for you as well.

Also, if you’re wondering what all the fuss is about redis, do come for the talk. Redis can do so much more than caching and background tasks!

Outline

Tried building a decent BI/Analytics system lately? One that works in realtime? At scale?

In this talk, I’d like to share my experiences building a realtime stats server for our applications. We’re an EdTech company currently building a product that helps students prepare for highly competitive tests. Realtime feedback to users help us improve the user experience, improves learning outcomes and increases engagement. Being already in a competitive environment, students are enamoured of leaderboards and other such statistics. Making the system adaptive requires up-to-the-second information regarding the student’s grasp of the concepts, levels of fatigue, etc. Gamifying the learning experience properly depends on realtime information.

To do all of this, we needed a Real-Time Stats Service which was incredibly fun to build. This particular system takes the best of statsd and Storm and ends up with a system that is trivial to set up and monitor while still providing strong guarantees about once-and-only-once processing. My talk will present the use cases and business goals of the system, the challenges of building such a system, the tools available to build such a system and their limitations, some of the wrong turns I took (there were a few) and finally present a demonstration of a massively scalable, realtime statistics server, designed to give every stakeholder a clear picture of user data.

Speaker bio

I’m the CTO of Indiavidual Learning. We have a test preparation product that helps students prepare for highly competitive entrance exams (http://ultimate.embibe.com)

I’ve been developing web apps since the web was invented and I’m totally loving the Cambrian explosion in datastores that we’re witnessing at the moment. Over the last few months I have dived deep into more than a few of them and it’s really hard to find a better datastore than Redis for price, performance and just overall cool features!

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Miniconfs are miniature conferences. more