ALL COVERED TOPICS

NoSQL Benchmarks NoSQL use cases NoSQL Videos NoSQL Hybrid Solutions NoSQL Presentations Big Data Hadoop MapReduce Pig Hive Flume Oozie Sqoop HDFS ZooKeeper Cascading Cascalog BigTable Cassandra HBase Hypertable Couchbase CouchDB MongoDB OrientDB RavenDB Jackrabbit Terrastore Amazon DynamoDB Redis Riak Project Voldemort Tokyo Cabinet Kyoto Cabinet memcached Amazon SimpleDB Datomic MemcacheDB M/DB GT.M Amazon Dynamo Dynomite Mnesia Yahoo! PNUTS/Sherpa Neo4j InfoGrid Sones GraphDB InfiniteGraph AllegroGraph MarkLogic Clustrix CouchDB Case Studies MongoDB Case Studies NoSQL at Adobe NoSQL at Facebook NoSQL at Twitter

NAVIGATE MAIN CATEGORIES

Close

data visualization: All content tagged as data visualization in NoSQL databases and polyglot persistence

Lessons in Data Visualization: How to create a visualization

Pete Warden:

Pick a question. Now that I had a rough idea for what I wanted to visualize, I really needed to focus on what I would be doing. The best way to do that is to chose the exact title you want to give your visualization.

Oftentimes, you might be tempted to start with an answer in the form of a hypothesis or preconception. The results will get might be valid but radically different.

As for the technologies used for data crunching, it’s Pig on Hadoop over a Cassandra cluster:

In my case, we have a Cassandra cluster with information on more than 350 million photos shared on Facebook. I’ve been running Pig analytics jobs regularly to get a view of what we have in there. […] In this case I already had some Pig scripts asking similar questions, so I was able to adapt one of those. The biggest surprise was when I ran into issues with some of the joins. The hard part was running the Hadoop job to gather the raw data from our Cassandra cluster, and that worked. I was able to output smaller files containing the gathered data, and then run a local Pig job to do the joins I needed.

Original title and link: Lessons in Data Visualization: How to create a visualization (NoSQL database©myNoSQL)

via: http://radar.oreilly.com/2012/02/how-to-create-visualization-facebook-vacation.html


Sones GraphDB Adds Data Visualization

An interesting addition for the upcoming sones GraphDB 2.1:

With the abil–ity to run queries and use plug-ins to deter–mine how the out–put will look like the Web–Shell is a per–fect place to enhance user expe–ri–ence. Since there are sev–eral out–put plug-ins avail–able with ver–sion 2.0 already (JSON, XML, Text, HTML,…) we thought it would be a great idea to have a sim–ple visu–al–iza–tion imple–mented just by adding a new out–put plug-in to GraphDB.

sones GraphDB data visualization

Original title and link: Sones GraphDB Adds Data Visualization (NoSQL database©myNoSQL)

via: http://developers.sones.de/2011/08/10/simple-graphs-for-graphdb-2-1/


The Beauty of Data Visualization

David McCandless talking at TED about data visualization:

Data science is the future and there cannot be data science without data visualization and vice versa.

Or in Bundy’s Frank Sinatra words: You can’t have one without the other.

Original title and link: The Beauty of Data Visualization (NoSQL databases © myNoSQL)