video: All content tagged as video in NoSQL databases and polyglot persistence
Thursday, 21 July 2011
MongoDB Schema Design Basics
For NoSQL databases there are no clear rules like the Boyce-Codd Normal Form database normalization. Data modeling and analysis of data access patterns are two fundamental activities. While over the last 2 years we’ve gather some recipes, it’s always a good idea to check what are the recommended ways to model your data with your choice of NoSQL database.
After the break, watch 10gen’s Richard Kreuter’s presentation on MongoDB schema design.
Sunday, 3 July 2011
Backing Up MongoDB: Single Server, Replica Sets, Sharded Cluster
For single server deployments, backups are a must. But sometimes you might need to backup other deployments too. After the break, Scott Hernandez’ (10gen) talks about backing up a single server MongoDB, MongoDB replica sets, and MongoDB sharded cluster.
Saturday, 25 June 2011
Screencast: Background Jobs With Resque
A Resque, the Redis backed background jobs tool, screencast by the Railscasts peeps. The 12 minutes video is available after the break and you can download the source code from the Railscast website.
A Javascript Blog With CouchDB and Node.js
I won’t say that everyone should do like Oren Eini and migrate his own blog to using a NoSQL engine, but I agree that NoSQL-based blogs are usually a better version of “hello world” apps.
In the two screencasts embedded after the break, Mark Cotton demonstrates how to build a Javascript based blog using CouchDB and Node.js.
Sunday, 19 June 2011
Data Scientist Summit Videos
After seeing the excerpt from Jonathan Harris’ talk at Data Scientist Summit I really wanted to post a link to some of the videos. But they are all behind a registration gateway. Just in case you want to watch them—there are indeed some interesting titles— you’ll find them here.
Original title and link: Data Scientist Summit Videos (NoSQL database©myNoSQL)
Saturday, 18 June 2011
MongoDB at Foursquare: Practical Data Storage
The fine guys from 10gen have granted me access to publish here videos from their Mongo events organized across US and Europe—thanks Meghan.
I’ve decided to start this series with one high profile company in MongoDB portfolio: Foursquare—you’ll understand why I’m saying this if you check the content I’ve published before about Foursquare.
Without further ado, Harry Heymann’s‘ talk: Practical data storage: MongoDB at Foursquare.
Saturday, 11 June 2011
Getting Started Spring Data Graph and Neo4j
Mark Pollack (VMWare) and Emil Eifrem (Neo Technology) answering the why and how to use Spring Data and Neo4j.
NoSQL Databases: What, Why, and When
Lorenzo Alberton with an overview of the NoSQL landscape:
NoSQL databases get a lot of press coverage, but there seems to be a lot of confusion surrounding them, as in which situations they work better than a Relational Database, and how to choose one over another. This talk will give an overview of the NoSQL landscape and a classification for the different architectural categories, clarifying the base concepts and the terminology, and will provide a comparison of the features, the strengths and the drawbacks of the most popular projects (CouchDB, MongoDB, Riak, Redis, Membase, Neo4j, Cassandra, HBase, Hypertable).
Saturday, 4 June 2011
How to Decrease the Pain in Building Distributed Systems
Bradford Stephens[1] talking distributed systems:
Building distributed systems is painful. Many organizations are approaching the point where their data and application infrastructures are being run on many servers (in the cloud or datacenter). Our software practices don’t reflect that, often with disastrous results. This talk is a collection of scalability principles, anecdotes and practices from experts (and personal experience) from engineering, operations, and business perspectives.
Hadoop at eBay
Anil Madan[1] presenting on Hadoop at eBay:
The talk will illustrate how Hadoop has become a critical center piece of infrastructure for eBay, running on thousands of servers. I will also discuss how it fuels our derived data pipeline which in turn affects just about all our services. Attendees will understand how we have integrated Hadoop into our existing data warehouse and how we are leveraging components of the ecosystem like HBase, Pig, and Hive for different research and production use cases.
Sunday, 22 May 2011
Three stories about Redis and eventmachine
From Scotland Ruby 2011, Martyn Loughran:
I’ll tell three stories about the building of our web services Panda and Pusher. Three interesting problems which we solved simply and elegantly using eventmachine and Redis. I’ll show you real code, talk about writing elegant evented code, and hopefully inspire you to solve problems simply using these great tools.
Original title and link: Three stories about Redis and eventmachine (NoSQL databases © myNoSQL)
via: http://confreaks.net/videos/549-scotlandruby2011-three-stories-about-redis-and-eventmachine
Saturday, 14 May 2011
Riak Search Explained
35 minutes of Riak Search with Dan Reverri which will walk you from the Riak Search basics to running a sample application:
Mark Phillips
Original title and link: Riak Search Explained (NoSQL databases © myNoSQL)
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling