background preloader

What the heck are you actually using NoSQL for?

What the heck are you actually using NoSQL for?
It's a truism that we should choose the right tool for the job. Everyone says that. And who can disagree? The problem is this is not helpful advice without being able to answer more specific questions like: What jobs are the tools good at? Will they work on jobs like mine? In the NoSQL space this kind of real-world data is still a bit vague. Let's change that. Here's a list of uses cases I came up with after some trolling of the interwebs. General Use Cases These are the general kinds of reasons people throw around for using NoSQL. Bigness. More Specific Use Cases Managing large streams of non-transactional data: Apache logs, application logs, MySQL logs, clickstreams, etc.Syncing online and offline data. Redis Use Cases Redis is unique in the repertoire as it is a data structure server, with many fascinating use cases that people are excited to share. Calculating whose friends are online using sets. VoltDB Use Cases Analytics Use Cases How many request do we serve each day? Poor Use Cases

BIG Data Analytics Pipeline "Big Data Analytics" has recently been one of the hottest buzzwords. It is a combination of "Big Data" and "Deep Analysis". The former is a phenomenon of Web2.0 where a lot of transaction and user activity data has been collected which can be mined for extracting useful information. Big Data Camp People working in this camp typically come from Hadoop, PIG/Hive background. From my personal experience, most of the people working in big data come from a computer science and distributed parallel processing system background but not from the statistical or mathematical discipline. Deep Analysis Camp On the other hand, people working in this camp usually come from statistical and mathematical background which the first thing being taught is how to use sampling to understand a large population's characteristic. Typical Data Processing Pipeline Learning from my previous projects, I observe most data processing pipeline fall into the following pattern. Big Data + Deep Analysis

Connected TV The Yahoo Connected TV Platform® allows developers to write TV Apps using JavaScript and XML. These applications run on connected TV devices and take advantage of Internet services to deliver dynamic content to a video or television-viewing audience. If you'd like to stake your claim on the leading edge of a new technology, you can get started today developing TV Apps. How Do I Get Started? Yahoo Connected TV Store Sell your TV Apps directly to consumers using the Yahoo Connected TV Store available in over 135 countries. Media Support Create apps that take advantage of big-screen HD TVs to view video, photo slideshows, or listen to music. Check out the Yahoo Connected TV Media Player API documentation. Device Communication Turn your phone or tablet into a remote control for your TV App interface. More Info... Supported Devices Business Opportunities TV Apps provide the ability to monetize these services with the same powerful business models found on the web. More Info...

Guidelines for Modeling and Optimizing NoSQL Databases - LaunchAny eBay Architect Jay Patel recently posted an article about data modeling using the Cassandra data store. In his article, he breaks down how they modeled their data using Cassandra, how they approached the use of Columns and Column Families, and query optimizations. The post is very detailed and a great read. What I enjoyed most from the article was more of the high-level approach that Jay and his team took. “It’s important to understand and start with entities and relationships…” Jay reminds us that we must first understand the problem domain, model the entities involved, and the relationships between the data. “…then continue modeling around query patterns by de-normalizing and duplicating.” You cannot optimize your data model until you understand how you will be accessing it. “Remember that there are many ways to model. Always evaluate your data model based on the intended use cases.

List of unsolved problems in philosophy This is a list of some of the major unsolved problems in philosophy. Clearly, unsolved philosophical problems exist in the lay sense (e.g. "What is the meaning of life?", "Where did we come from?", "What is reality?" Aesthetics[edit] Essentialism[edit] In art, essentialism is the idea that each medium has its own particular strengths and weaknesses, contingent on its mode of communication. Art objects[edit] This problem originally arose from the practice rather than theory of art. While it is easy to dismiss these assertions, further investigation[who?] Epistemology[edit] Epistemological problems are concerned with the nature, scope and limitations of knowledge. Gettier problem[edit] In 1963, however, Edmund Gettier published an article in the periodical Analysis entitled "Is Justified True Belief Knowledge?" In response to Gettier's article, numerous philosophers have offered modified criteria for "knowledge." Infinite regression[edit] Molyneux problem[edit] Münchhausen trilemma[edit] [edit]

JOINs via denormalization for NoSQL coders, Part 2: Materialized views - Web development blog Thomas Wanschik on September 27, 2010 In part 1 we discussed a workaround for JOINs on non-relational databases using denormalization in cases for which the denormalized properties of the to-one side don't change. In this post we'll show one way to handle JOINs for mutable properties of the to-one side i.e. properties of users. Let's summarize our current situation: We have users (the to-one side) and their photos (the to-many side)Photos contain their users' gender in order to use it in queries which would need JOINs otherwise It's obvious that a solution for the problem of mutable properties on the to-one side has to keep denormalized properties up to date i.e. each time the user changes his/her gender (or more likely her hair color ;) we have to go through all of the user's photos and update the photos' denormalized gender. Background tasks to the rescue One way to solve the update-problem is to start a background task each time a user changes his/her gender. Materialized views

Canon EF 200mm f/2.8 L II USM Lens Review Note: Sample crops are intended to be used in context with the lens review My Recommended Retailers Rent the Canon EF-S 10-22mm f/3.5-4.5 USM Lens Do you need/want the Canon EF-S 10-22mm f/3.5-4.5 USM Lens for only a short period of time? Or, would you feel more comfortable buying after having a hands-on trial period? Consider renting. The Tip Jar Please share this page!

NoSQL Data Modeling Techniques « Highly Scalable Blog NoSQL databases are often compared by various non-functional criteria, such as scalability, performance, and consistency. This aspect of NoSQL is well-studied both in practice and theory because specific non-functional properties are often the main justification for NoSQL usage and fundamental results on distributed systems like the CAP theorem apply well to NoSQL systems. At the same time, NoSQL data modeling is not so well studied and lacks the systematic theory found in relational databases. In this article I provide a short comparison of NoSQL system families from the data modeling point of view and digest several common modeling techniques. I would like to thank Daniel Kirkdorffer who reviewed the article and cleaned up the grammar. To explore data modeling techniques, we have to start with a more or less systematic view of NoSQL data models that preferably reveals trends and interconnections. Key-Value storage is a very simplistic, but very powerful model. Conceptual Techniques

USA Visitor Visa - Sponsor Documents The following documents need to be sent from the person who is sponsoring his/her relatives (or anyone else such as friends) to visit the United States. Please send these documents to the person whom you are sponsoring. Do not send it to the U.S. Embassy or Consulate. Please send completed and legible documents. If you are sponsoring multiple people at the same time (such as both parents), you should send separate I-134 forms for each person. Form I-134, Affidavit of Support Form You will need to show that you can financially support your relatives while they are in the U.S. NoSQL Benchmarking NoSQL is the talk of the town. And we have already covered what it is for in one of our previous blogs. Today I would like to share the NoSQL benchmark test results we have recently conducted. It will help you to understand if the soon to develop system is compatible to NoSQL, and which NoSQL product to select. In this article we will reveal the characteristics of Cassandra, HBase and MongoDB identified through multiple workloads. Why NoSQL? The interest in NoSQL continues to rise because the amount of data to process continues to increase. Why are they using NoSQL instead of RDBMS? Twitter is still using MySQL. RDBMS is known to experience burden when processing tera or peta unit large sized data. There is no single correct answer in processing bulk data. Out of the RDBMSs, Oracle is an exception since Oracle’s performance and functions, such as mass data processing or data synchronization, are far more superior to other RDBMS. Benchmarking Tests using YCSB The test workload is as follows.

Bayonne - Casual Southern Dining Home Page

Related: