nodejs / live.nodejs.org

Website for Node.js Live.
34 stars 35 forks source link

Tagging with Redis and Node (Boston) #77

Open sandro-pasquali opened 8 years ago

sandro-pasquali commented 8 years ago

For Boston...

Using Node and Redis for content management. To manage and search the exploding unit count of short, shareable media objects (images, blog entries, videos) many media companies are creating robust content tagging taxonomies, and using Node to power them. Redis is an excellent choice for such a system, complementing Node's strengths. In this talk we take a brief walk through using sets with Redis, a little set theory, and build a robust, searchable tagging system. We'll also learn how to implement a powerful autocompletion tagging backend and UI with Node and Redis.