Running MongoDB on Windows Azure
This video provides a retrospective on running MongoDB on Windows Azure for the past 2 years.
This video provides a retrospective on running MongoDB on Windows Azure for the past 2 years.
MetricsHub is a monitoring and scalability service for public clouds, allowing companies to continuously gather data from their systems and auto-scale their deployments to optimize service costs. Taking advantage of Cassandra rapid ingestion rates, reliable replication model, and easiness of deployment, Metrics Hub can handle billions of datapoints per day. …
Netflix used to be a traditional Datacenter based architecture using a few large Oracle database backends. Now it is one of the largest cloud based architectures, with master copies of all data living in Cassandra.
Netflix published a Cassandra scalability benchmark in 2011 that showed linear scalability as the number of nodes in the cluster was increased from 48 to 288 and over a million triple replicated writes per second. This talk will summarize a range of new benchmarks that take advantage of more powerful …
The Microsoft Azure platform offers SQL Azure to make migration easier, but it also offers a set of highly scalable storage services that take a different approach to data storage: Tables, Blobs and Queues. They pose a new set of challenges to application designers since they are offer no transactional …
Clouds are an interesting deployment platform, but managing state in dynamically scalable environments is not an easy task. There are many different NoSQL solutions with strong differences in performance, capabilities, reliability, isolation and ease of use. This video presents briefly the different NoSQL solutions and shows where Hibernate OGM fits …
Whether it’s HBase, Cassandra or one of the many others, you’ve probably already hears about NoSQL. Perhaps you’ve wanted to try it out, but don’t have the infrastructure or expertise to setup an elaborate clustered environment. This videos shows how to make your own NoSQL platform using infrastructure clouds such …
In this article, based on chapter 4 of MongoDB in Action, author Kyle Banker explains how MongoDB schema differs from an equivalent RDBMS schema, and how common relationships between entities, such as one-to-many and many-to-many, are replicated in MongoDB.