skip to main | skip to sidebar
  • Home
  • mindstorms
  • About
  • NoSQL
  • Think Differently Big
  • Profile
  • Wishlist
  • RSS
  • NoSQL: NoSQL tutorial: Redis with Spring Data

    NoSQL tutorial: Redis with Spring Data

    This is first milestone release, so there are minor bugs, documentation isn't perfect as we used to, and current version need no stable Redis server, but for sure it is great library which allow us to use all this cool NoSQL stuff in "standard" Spring Data Access manner.

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Translating SQL to Pig Latin

    Translating SQL to Pig Latin

    We had a SQL to MapReduce translation table, now we have a basic SQL to Pig Latin:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Varnish Cache + Riak

    Varnish Cache + Riak

    When combined with the caching proxy, the high performance of the Riak cluster itself, and proper caching settings on the client side, we have a powerful infrastructure on which to build highly scalable applications. More over, we haven't even touched the incredibly cool things one can do with search and map/reduce on the Riak cluster, or building complex mappings using the links and key filters.

    tags:Riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Is Berkeley DB a NoSQL solution?

    Is Berkeley DB a NoSQL solution?

    Berkeley DB evolved too, we added high availability (HA) and a replication manager that makes it easy to setup replica groups. Berkeley DB's replication doesn't partitioned the data, every node keeps an entire copy of the database. For consistency, there is a single node where writes are committed first – a master – then those changes are delivered to the replica nodes as log records. Applications can choose to wait until all nodes are consistent, or fire and forget allowing Berkeley DB to eventually become consistent. Berkeley DB's HA scales-out quite well for read-intensive applications and also effectively eliminates the central point of failure by allowing replica nodes to be elected (using a PAXOS algorithm) to mastership if the master should fail. This implementation covers a wide variety of use cases. MemcacheDB is a server that implements the Memcache network protocol but uses Berkeley DB for storage and HA to replicate the cache state across all the nodes in the cache group. Google Accounts, the user authentication layer for all Google properties, was until recently running Berkeley DB HA. That scaled to a globally distributed system.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Introduction to Riak Video with Rusty Klophaus

    Introduction to Riak Video with Rusty Klophaus

    Rusty Klophaus (Basho) introducing Riak. Online video on ☞ pivotallabs.com , downloadable ☞ video file (mpeg-4) and ☞ mp3 .

    tags:riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Redis with Salvatore Sanfilippo Podcast

    Redis with Salvatore Sanfilippo Podcast

    MP3 available here via the changelog .

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Why Netflix Picked Amazon SimpleDB, Hadoop/HBase, and Cassandra

    Why Netflix Picked Amazon SimpleDB, Hadoop/HBase, and Cassandra

    Yury Izrailevsky [1] :

    tags:Hadoop,HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: 5 Approaches to Scalable Storage Solutions

    5 Approaches to Scalable Storage Solutions

    Thinking about the scalable storage solutions market, I've ended up dividing it in 5 categories:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: dbShards: MPP DBMS on top of MySQL or PostgreSQL

    dbShards: MPP DBMS on top of MySQL or PostgreSQL

    Three articles about dbShards :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: CouchDB 1.0.2: 3rd is Lucky

    CouchDB 1.0.2: 3rd is Lucky

    You'd assume that the more mature a project gets the less interesting a point release would be. But this doesn't seem to apply to the NoSQL databases, where with each new release we are seeing new exciting features. Only from this month: Neo4j 1.2 , Cassandra 0.7 , HBase 0.90.0 , and upcoming MongoDB 1.8 .

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Jarvis Architecture Using MongoDB for Asset Information

    Jarvis Architecture Using MongoDB for Asset Information

    Jarvis architecture [1] powered by NoSQL:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: CouchDB Replication Protocol and Git

    CouchDB Replication Protocol and Git

    Interesting parallel between CouchDB replication protocol and Git on this StackOverflow answer:

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: 6 Trends Driving Data Warehousing and Business Intelligence

    6 Trends Driving Data Warehousing and Business Intelligence

    Philip Russom here and Curt Monash here :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: All About Amazon Dynamo Paper

    All About Amazon Dynamo Paper

    From the series "if you didn't read the paper, here's an overview", this time Dynamo: Amazon's Highly Available Key-value Store :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB Ruby Driver Improvements

    MongoDB Ruby Driver Improvements

    An intro the latest MongoDB Ruby driver featuring:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: CouchDB for Timely and Budget Limited Projects

    CouchDB for Timely and Budget Limited Projects

    CouchOne has published another CouchDB success story :

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Node.js Key-Value Stores

    Node.js Key-Value Stores

    If at the beginnings of this blog I kept hearing about new NoSQL databases every couple of weeks, now it looks like the trend is to create node.js storage solutions. At least two projects I've heard about in the last couple of days:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Neo4j Goes GitHub

    Neo4j Goes GitHub

    Neo4j is abandonning their copy of SVN ( nb : the repository will remain available, but in read-only mode) and is moving on GitHub . Prepare yourself for "Watch"-ing and "Fork"-ing.

    tags:neo4j

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Clever Algorithms: Nature-Inspired Programming Recipes Free PDF

    Clever Algorithms: Nature-Inspired Programming Recipes Free PDF

    Jason Brownlee "Clever Algorithms Nature-Inspired Programming Recipes" book covering algorithms and recipes for computational problem solving techniques from AI & Biologically inspired computation available as free PDF here .

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Big Data Flow in Large Hadron Collider Grid

    Big Data Flow in Large Hadron Collider Grid

    Summarizing the attempt to trace pieces of data in the Large Hadron Collider Grid:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Tokyo Cabinet - Built-In Comparison Functions

    Tokyo Cabinet - Built-In Comparison Functions

    Tokyo Cabinet's 4 comparison functions ( tccmplexical , tccmpint32 , tccmpint64 , tccmpdecimal ) analyzed:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: IMS, RDBMS, NoSQL: The horse, the car, the plane

    IMS, RDBMS, NoSQL: The horse, the car, the plane

    IMS, RDBMS, NoSQL. The horse, the car, the plane. They each build on prior art, they each attempt to solve certain problems, and so they're each good at certain things—and less good at others. They each coexist, even now.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: On Document Databases or Is MongoDB Lacking a Sweet Spot?

    On Document Databases or Is MongoDB Lacking a Sweet Spot?

    Rob Ashton published an article comparing the major NoSQL document databases: CouchDB, MongoDB, and RavenDB, from the perspective that "it's all about sweet spots". His conclusions about MongoDB are very interesting:

    tags:CouchDB,RavenDB,MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: BigData Batch vs Stream Processing Pros and Cons

    BigData Batch vs Stream Processing Pros and Cons

    The most common complaints [about batch processing]: No partial answers – you have to wait for the entire batch to finish. For big batches this can take a lot of time. Hardware requirements – because they process everything at once, batch systems typically require more hardware (such as memory, disk and CPU) than streaming systems which can process a transaction and then throw it away. Limited ad-hoc capabilities (more on this later). All or nothing – Any change in the data usually requires the entire batch to be recalculated.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB Single Server Durability in Latest MongoDB Dev Release

    MongoDB Single Server Durability in Latest MongoDB Dev Release

    The latest development (unstable) release of MongoDB [1] is featuring the journal based MongoDB single server durability . You can read more about it here .

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Origin of NoSQL

    Origin of NoSQL

    Where NoSQL comes from:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Redis: The Definitive Guide

    Redis: The Definitive Guide

    Just another book I'm waiting for:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Quick Start Hadoop Bundle on Amazon Web Services by Karmkasphere

    Quick Start Hadoop Bundle on Amazon Web Services by Karmkasphere

    Karmasphere is bundling its Studio Professional Edition and Analyst products with Amazon Web Services credits. The bundle is packaged in a virtual machine for use on Linux/UNIX, Windows and MacOS workstations using VMware players. The bundle features "one-button" deployment of Apache Hadoop and Hive applications to AWS and includes 30-day evaluation licenses of Karmasphere commercial products

    tags:hadoop

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Scala, MongoDB, Scalatra and Casbah: A Quick WebApp with

    Scala, MongoDB, Scalatra and Casbah: A Quick WebApp with

    If you are into Scala with a bit of MongoDB:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB Map Reduce: Yet another tutorial

    MongoDB Map Reduce: Yet another tutorial

    As the title says, this is yet-another-tutorial on Map Reduce using MongoDB. But two things that are different here: A problem solving approach is used, so we'll take a problem, solve it in SQL first and then discuss Map Reduce. Lots of diagrams, so you'll hopefully better understand how Map Reduce works.

    tags:MongoDB,MapReduce

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Hive and HBase in Toad for Cloud Demo

    Hive and HBase in Toad for Cloud Demo

    Jeremiah Peschka put together two short videos demoing Toad for Cloud Eclipse plugin with Hive and HBase. Those complaining about lack of SQL in NoSQL databases should check it out. On a different note though, I did express a few concerns about such a tool related to the complexity and performance of building the indirection layer and supporting operations that are not native to target system . I'd add to these the fact that some NoSQL databases are continuously adding features that can radically change the way this tool performs (e.g. Cassandra 0.7 will feature secondary indexes).

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: node.js + CouchDB == Crazy Delicious

    node.js + CouchDB == Crazy Delicious

    Mikeal Rogers ( @mikeal ) talking on why node.js and CouchDB are a good fit for each other:

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Big Data: Millionfold Mashups and the Shape of Data

    Big Data: Millionfold Mashups and the Shape of Data

    Philip (flip) Kromer (infochimps.com) talking about origins of big data, generating big data, and some ideas on using big data. Very interesting talk.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Riak's Distributed Storage Architecture

    Riak's Distributed Storage Architecture

    Justin Sheehy [1] talking about the Riak's internals and how they've build Riak as a distributed, robust, scalable, and extensible NoSQL database

    tags:riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Storing Time Series in Redis

    Storing Time Series in Redis

    This Quora thread suggesting different ways of storing time series in Redis would have been much better in the Redis group so core Redis users could answer it and for future reference for new users.

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Create a blog with MongoDB and Zend Framework

    Create a blog with MongoDB and Zend Framework

    We never run out of the "hello worlds" of the web applications NoSQL-based blogs :

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Advanced HBase

    Advanced HBase

    Without further ado, Lars George's Advanced HBase slides:

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Rogue: Type-Safe Scala DSL for MongoDB

    Rogue: Type-Safe Scala DSL for MongoDB

    Foursquare's post about Rogue :

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: What is A Database Architect?

    What is A Database Architect?

    In a real database architect's role, you don't manage a database — you manage data. You keep it secret, you keep it safe, you keep it clean, and you keep it available.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Apache Whirr: Cloud Common Service API

    Apache Whirr: Cloud Common Service API

    Whirr :

    tags:Hadoop

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB Replica Sets: 5 Improvements for Upcoming 1.8 Version

    MongoDB Replica Sets: 5 Improvements for Upcoming 1.8 Version

    From the official blog:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Big Data Marketplaces and Data Privacy

    Big Data Marketplaces and Data Privacy

    To clarify: our goal was to map the nodes in the training dataset to the real identities in the social network that was used to create the data. […] We were able to deanonymize about 80% of the nodes, including the vast majority of the high-degree nodes (both in- and out-degree.) We're not sure what the overall error rate is, but for the high-degree nodes it is essentially zero.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Comparing NoSQL Databases with Object-Oriented Databases

    Comparing NoSQL Databases with Object-Oriented Databases

    Don White 1 in an interview over odbms.org :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Membase: Pros and Cons

    Membase: Pros and Cons

    German Eichberger's notes after a Membase talk :

    tags:membase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: HBase 0.90.0 Released: Over 1000 Fixes and Improvements

    HBase 0.90.0 Released: Over 1000 Fixes and Improvements

    As far as I know this is the first major HBase release since becoming a top level Apache project (this using a new versioning too). Until now I thought that Hadoop 0.21.0 had the longest list of fixes, improvements, and new features, but I guess HBase 0.90.0 tops that with over 1000 tracked tickets .

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Cassandra: Upgrading from 0.6 to 0.7

    Cassandra: Upgrading from 0.6 to 0.7

    The recently released Cassandra 0.7 came with lots of goodies in the box so many users are starting to roll it live. Unfortunately according to this thread the upgrade will require both a cluster shutdown and upgrade of the clients at the same time.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: HBase: Shops swap MySQL for open source Google mimic

    HBase: Shops swap MySQL for open source Google mimic

    Just an enumeration of who is using HBase . As regards the title, here're the relevant quotes from the article:

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Diaspora Drops MongoDB for MySQL or Social Data and Graph Databases

    Diaspora Drops MongoDB for MySQL or Social Data and Graph Databases

    The first alpha of Diaspora, released a while back, was using MongoDB and that brought both project some press.

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Powered by CouchApp: MapChat

    Powered by CouchApp: MapChat

    Nice little CouchApp: MapChat :

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Redis diskstore and B-trees

    Redis diskstore and B-trees

    Redis VM is not the future of Redis for dealing with larger than memory data sets. Salvatore Sanfilippo 1 explains possible models:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Securing MongoDB

    Securing MongoDB

    So, MongoDB presented us with two problems: When sharding it, we can't even use the basic security that it supports. The basic security that it offers is not reasonable for allowing external servers to connect to MongoDB.

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Kyoto Tycoon 0.9.24 Released: Featuring Auto Snapshot

    Kyoto Tycoon 0.9.24 Released: Featuring Auto Snapshot

    New release for Kyoto Tycoon — the Tokyo Tyrant Plus Plus :

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Clustrix Sierra Clustered Database Engine

    Clustrix Sierra Clustered Database Engine

    In the light of publicly announcing customers , I wanted to read a bit about Clustrix Clustered Database Systems .

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: VoltDB: 3 Concepts that Makes it Fast

    VoltDB: 3 Concepts that Makes it Fast

    John Hugg lists the 3 concepts that make VoltDB fast:

    tags:VoltDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoHub: Mac Native App for MongoDB

    MongoHub: Mac Native App for MongoDB

    New version of MongoHub the native Mac app for MongoDB available .

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Rogue: MongoDB Scala-based Query DSL

    Rogue: MongoDB Scala-based Query DSL

    Rogue :

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: 3 Hash Functions

    3 Hash Functions

    All public domain:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Data Consistency and Synchronization in Scalable NoSQL Solutions

    Data Consistency and Synchronization in Scalable NoSQL Solutions

    On Xeround blog:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Database Version Control

    Database Version Control

    Database version control is something that most developers have to deal with regularly, yet only a few have actually thought about what solution might be best for them. Most people have a solution that sort of works for them, but when you ask them about the subject they are pretty convinced that there must be some better way to manage database change …

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Mongo Vs Redis, The Increment Battle

    Mongo Vs Redis, The Increment Battle

    The Hacker News thread points out all the flaws in the test:

    tags:Redis,MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: HBase: The Definitive Guide

    HBase: The Definitive Guide

    Hopefully we won't have too much to way:

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Cassandra 0.7: Large Row Support

    Cassandra 0.7: Large Row Support

    Something I've missed from the what's new in Cassandra 0.7 :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Why MongoDB Writes are Faster than MySQL?

    Why MongoDB Writes are Faster than MySQL?

    Simple question, simple answer: memory vs disk .

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Riptano Becomes DataStax

    Riptano Becomes DataStax

    But they lost the rhino logo:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: REST and Neo4j Podcast with Jim Webber

    REST and Neo4j Podcast with Jim Webber

    Jim Webber 1 talking about two cool things: REST and Neo4j. Downloadable mp3  here or online here .

    tags:neo4j

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: CouchDB Replication and Conflict Detection

    CouchDB Replication and Conflict Detection

    15 minutes with Andrew Browne ( @adbrowne ) on CouchDB replication and conflict detection recorded at Melbourne Alt.net:

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Scaling with MongoDB Video

    Scaling with MongoDB Video

    Kristina Chodorow's giving the serious version of MongoDB is web scale in an O'Reilly webcast: scaling with MongoDB :

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Membase and Erlang with Matt Ingenthron

    Membase and Erlang with Matt Ingenthron

    Matt Ingenthron [ 1 ] talking about Membase and Erlang (what worked and what didn't) at Erlang Factory Lite LA:

    tags:membase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: 6 Criteria for Real Column Stores

    6 Criteria for Real Column Stores

    Michael Stonebraker has published on Vertica blog an article presenting 6 criteria for characterizing the completeness of a column store implementation:

    tags:HBase,Hypertable

    via NoSQL databases

    Read post...
    bookmark | email | 1 comments
  • NoSQL: Business Intelligence - SQL or NoSQL

    Business Intelligence - SQL or NoSQL

    The problem as I see it for most major business clients is who within their organizations to use to implement a NoSQL BI solution. […] However most current technical staff involved in BI projects in the corporate world will be skilled in SQL style RDBMS applications (Oracle, MS SQL, Microstrategy).

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Drupal 7 and MongoDB as Pluggable Storage or Cache

    Drupal 7 and MongoDB as Pluggable Storage or Cache

    NoSQL adoption.

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Social Gaming and Virtual Goods Market Size

    Social Gaming and Virtual Goods Market Size

    According to an eMarketer report the social gaming is expected to be $1bil business this year, with the virtual goods market reaching $653mil.

    tags:Membase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Dive into Redis Event Library

    Dive into Redis Event Library

    Yesterday while diving into Redis code you probably noticed Redis has implemented its own event library. Today you can learn more about the Redis event library implementation.

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Powered by Redis: Dating DNA ChatWalls

    Powered by Redis: Dating DNA ChatWalls

    A short story of migrating Dating DNA chatrooms + forums from MySQL to Redis and PHP Rediska.

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: RavenDB: Emulating Group By Using MapReduce

    RavenDB: Emulating Group By Using MapReduce

    Basic, but clear example with everything you need to get this working:

    tags:RavenDB,MapReduce

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Choosing MongoDB

    Choosing MongoDB

    pros it's super fast (it depends on the case – but for ours it is about 5 times faster than a SQL database) it's extremely scalable – up to petabytes with little effort (we don't need the space for a petabyte, but 10 terrabytes) it has got a very good replication mechanism (replica sets) it has got a easy to use Java API the storage format is JSON, which is very easy to handle in Java as well as in Java Script it's easy in operations – you don't have to sit an admin next to it is has got a very active community (I had bug fixes in less than 20 minutes!!! Thanks Elliot! :) they have a clear release cycle the company behind MongoDB (10gen) got fresh money for the next years cons none of us has ever used a NoSQL database the project is relatively young you don't have the relational integrity

    tags:mongodb

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: HBase with Trillions Rows

    HBase with Trillions Rows

    Interesting question and answer on HBase mailing list :

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB at Shutterfly

    MongoDB at Shutterfly

    We looked at just about everything we could think of. Lots of options like Cassandra made sense for a very narrow problem set, where MongoDB allowed for flexibility. We wanted that flexibility.

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Backbone and CouchDB

    Backbone and CouchDB

    CouchDB with Backbone and backbone-couchdb .

    tags:CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Running Ruby Map/Reduce with Apache Hadoop

    Running Ruby Map/Reduce with Apache Hadoop

    Here I demonstrate, with repeatable steps, how to fire-up a Hadoop cluster on Amazon EC2, load data onto the HDFS (Hadoop Distributed File-System), write map-reduce scripts in Ruby and use them to run a map-reduce job on your Hadoop cluster. You will not need to ssh into the cluster, as all tasks are run from your local machine.

    tags:hadoop,mapreduce

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Neo4j 1.2: What's New

    Neo4j 1.2: What's New

    Neo4j 1.2 was released on December 30th. Now that's a very weird time to make a major release. But according to the Neo4j roadmap and milestone reports , Neo4j 1.2 brings quite a few major changes and improvements.

    tags:neo4j

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Dive into Redis Code

    Dive into Redis Code

    A deep dive into Redis code:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB GridFS

    MongoDB GridFS

    Did you know that when accessing files from GridFS these are streamed without being loaded entirely in memory?

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Apache Pig 0.8: What is New

    Apache Pig 0.8: What is New

    Dmitriy Ryaboy 1 has a guest post on Cloudera blog covering the new features in Apache Pig 0.8.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Big Data Analysis at BackType

    Big Data Analysis at BackType

    RWW has a nice post diving into the data flow and the tools used by BackType, a company with only 3 engineers, to deal and analyze large amounts of data.

    tags:Hadoop

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: The Market for Data

    The Market for Data

    In a previous post I was wondering if Big Data marketplaces represent the future . On one hand it looks like venture capitalists believe at least in the Big data analytics market .

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Machine and Human Generated Data

    Machine and Human Generated Data

    Volumes aside 1 , why is this classification important?

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Riak Map/Reduce Improvements Explained

    Riak Map/Reduce Improvements Explained

    Riak 0.14.0 included a couple of very exciting improvements for Map/Reduce. In a recent post, Basho guys are spending again some time to explain them:

    tags:riak,mapreduce

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Graph Database DEX Benchmark

    Graph Database DEX Benchmark

    Sparsity, producers of the DEX graph database , have published the results of a benchmark measuring:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: RavenDB and HTTP Caching

    RavenDB and HTTP Caching

    Ayende writing about choosing between implementing RavenDB cache similar to Hibernate second level cache 1 or HTTP caches:

    tags:RavenDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Redis and PHP: What Library to use?

    Redis and PHP: What Library to use?

    Ori Pekelman discusses in two posts — here and here — the status of the various PHP libraries for Redis:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: The Relational Model and Graph Databases

    The Relational Model and Graph Databases

    Neo4J is still a relational database. […] Relationships are also first-class citizens in graph databases, and in some cases are your focus. rpocklin.wordpress.com

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Riak Bitcask Explained

    Riak Bitcask Explained

    From the category "if you didn't read the paper 1 , here is a good summary of it", Todd Hoff's notes about Riak's Bitcask.

    tags:Riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Predictions about SQL and NoSQL databases

    Predictions about SQL and NoSQL databases

    Razi Sharir of Xeround 1 :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Cassandra 0.7 Released, Lots of Goodies in the Box

    Cassandra 0.7 Released, Lots of Goodies in the Box

    The much awaited new version of Cassandra has been quietly release a couple of days ago. As mentioned in Cassandra 2010 in review , this version brings a lot of interesting new features:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: From No Cache to Membase: The Knot

    From No Cache to Membase: The Knot

    Jason Sirota is telling the story of how The Knot (a media company) went from no cache to Membase passing through memcached and Gear6.

    tags:Membase,memcached

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: (Big) Data Analytic Technology Purposes

    (Big) Data Analytic Technology Purposes

    Curt Monash:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB, Data Durability and Improvements coming in 1.8

    MongoDB, Data Durability and Improvements coming in 1.8

    Mathias Meyer:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB, Data Durability and Improvements coming in 1.8

    MongoDB, Data Durability and Improvements coming in 1.8

    Mathias Meyer:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB db.serverStatus() Explained: MongoDB Monitoring

    MongoDB db.serverStatus() Explained: MongoDB Monitoring

    The BoxedIce guys are continuing their series on Monitoring MongoDB , this time explaining parts of the db.serverStatus() : connections , index counters , background flushing ( nb this is the part where MongoDB can lose your data ), and opcounters .

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB db.serverStatus() Explained: MongoDB Monitoring

    MongoDB db.serverStatus() Explained: MongoDB Monitoring

    The BoxedIce guys are continuing their series on Monitoring MongoDB , this time explaining parts of the db.serverStatus() : connections , index counters , background flushing ( nb this is the part where MongoDB can lose your data ), and opcounters .

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: NoSQL Tapes: Video Interviews with NoSQL people

    NoSQL Tapes: Video Interviews with NoSQL people

    After, what I assume to have been, an amazing adventure talking NoSQL around the globe, Tim Anglade has started to publish the video recordings of his conversations with people involved in the NoSQL products.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Pig and Cheminformatics

    Pig and Cheminformatics

    Rajarshi Guha about Pig Latin :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Google Megastore Paper Summarized

    Google Megastore Paper Summarized

    In case you didn't read the Google Megastore paper [ 1 ] , James Hamilton has published his notes on the paper:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Smalltalk Client for Riak in the Works

    Smalltalk Client for Riak in the Works

    It sounds like someone is working on a Smalltalk client for Riak that (most probably) will be based on the Protocol Buffers-based Riak protocol — chosen for its performance compared to HTTP, the other protocol supported by Riak.

    tags:riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Forrester report: SQL Azure Raises the Bard on Cloud Databases

    Forrester report: SQL Azure Raises the Bard on Cloud Databases

    Got the link to this Forrester report about SQL Azure (PDF) authored by Noel Yuhanna from the SQL Azure - The Year in Review :

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Setting up CDH3 Hadoop on my new Macbook Pro (2011-1-10)

    Setting up CDH3 Hadoop on my new Macbook Pro (2011-1-10)

    This is the third time I've turned a vanilla mac into a ninja coding machine, and following my design principle of "first time = coincidence, second time = annoying, third time = pattern", I've decided to write down the details for the next time.

    tags:Hadoop

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: On Graphs and Graph Databases: Memoirs of a Graph Addict

    On Graphs and Graph Databases: Memoirs of a Graph Addict

    Marko A. Rodriguez [ 1 ] posted another slides deck covering:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: RavenDB, Attachments, and Raven Apps

    RavenDB, Attachments, and Raven Apps

    Looks like RavenDB got a lot of inspiration from CouchDB and CouchApp:

    tags:RavenDB,CouchDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Amazon Elastic MapReduce Updates

    Amazon Elastic MapReduce Updates

    Updates from Amazon including upgraded Hive, multipart upload, optimized JDBC drivers:

    tags:MapReduce

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Amazon SimpleDB, MongoDB, CouchDB, and RavenDB Compared

    Amazon SimpleDB, MongoDB, CouchDB, and RavenDB Compared

    I wanted to share this before the weekend is over: Jesse Wolgamott's video: "Battle of NoSQL starts: Amazon's SDB vs MongoDB vs CouchDB vs RavenDB" from September's Lone Star Ruby Conference .

    tags:SimpleDB,MongoDB,CouchDB,RavenDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: MongoDB Data Loss on Upgrade

    MongoDB Data Loss on Upgrade

    Two tweets telling a sad story of a MongoDB failed upgrade:

    tags:MongoDB

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Powered by Redis: StackOverflow Caches

    Powered by Redis: StackOverflow Caches

    Posting about this Redis-based StackOverflow demo/clone , reminded me that StackOverflow is actually using Redis for site-level and global caches:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Powered by Redis: StackOverflow Demo Clone with ServiceStack

    Powered by Redis: StackOverflow Demo Clone with ServiceStack

    A StackOverflow demo/clone built using ServiceStack [ 1 ] and Redis

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: HBase at Facebook: The Underlying Technology of Messages

    HBase at Facebook: The Underlying Technology of Messages

    There have been lots of discussions and speculations after the announcement that Facebook is using HBase for the new messaging system . In case you missed it, here are the most important bits:

    tags:HBase

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Redis Memory Fragmentation... Contest

    Redis Memory Fragmentation... Contest

    Salvatore:

    tags:Redis

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: IA Ventures: We're All About Big Data

    IA Ventures: We're All About Big Data

    IA Ventures was founded on the belief that managing and extracting value from massive, occasionally unstructured, often real-time data sets is a competitive advantage. […] We invest in talented early stage teams fueling this revolution with the development of innovative tools, technologies and analytics for managing and extracting value from big-data—both structured and unstructured. iaventures.com/focus

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: High Rate insertion with MySQL and Innodb

    High Rate insertion with MySQL and Innodb

    On 8 core Opteron Box we were able to achieve 275K inserts/sec at which time we started to see load to get IO bound because of log writes and flushing dirty buffers. I'm confident you can get to 400K+ inserts/sec on faster hardware and disks (say better RAID or Flash) which is a very cool number. Of course, mind you this is in memory insertion in the simple table and table with long rows and bunch of indexes will see lower numbers.

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Google Megastore: Scalable, Highly Available Storage for Interactive Services

    Google Megastore: Scalable, Highly Available Storage for Interactive Services

    A new paper from Google:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: The Near Future of NoSQL databases

    The Near Future of NoSQL databases

    Bradford Stephens [ 1 ] about the future of data storage solutions, including NoSQL databases:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: The Beauty of Data Visualization

    The Beauty of Data Visualization

    David McCandless talking at TED about data visualization:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Cassandra: 2010 in Review

    Cassandra: 2010 in Review

    Jonathan Ellis has posted a review of Cassandra's 2010:

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Riak 0.14 Released with MapReduce Enhancements, Cluster and Node Debugging

    Riak 0.14 Released with MapReduce Enhancements, Cluster and Node Debugging

    I've been waiting for the first NoSQL release to post the first time in 2011. So thanks to Basho's announcement of Riak 0.14, myNoSQL is back officially.

    tags:riak

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Google App Engine High Replication Datastore

    Google App Engine High Replication Datastore

    The High Replication Datastore provides the highest level of availability for your reads and writes, at the cost of increased latency for writes and changes in consistency guarantees in the API. The High Replication Datastore increases the number of data centers that maintain replicas of your data by using the Paxos algorithm to synchronize that data across datacenters in real time.

    tags:BigTable

    via NoSQL databases

    Read post...
    bookmark | email | comments
  • NoSQL: Big Data Marketplaces: The Future?

    Big Data Marketplaces: The Future?

    I read stories about companies/services like Infochimps or Amazon Public Data Sets and I'm wondering if marketplaces represent the/one future of Big Data [ 1 ] .

    via NoSQL databases

    Read post...
    bookmark | email | comments
Older Posts Newer Posts Home

mindstorms

Software and web architectures, cloud computing and a flavor of tech startup entrepreneurship through the eyes of Alex Popescu.

About me: Software architect, Web Aficionado, Cloud Computing Fanboy, Geek Entrepreneur, Speaker, Co-founder and CTO of InfoQ.com, Writing also about NoSQL on the myNoSQL blog

Latest comments

Loading...

think differently big

Loading...

Tag Cloud Sphere ▼

Follow Alex on Twitter ▼

    follow me on Twitter

    Daily Cloud Stream ▼

    Loading...

    Show more articles

      • NoSQL: NoSQL tutorial: Redis with Spring Data
      • NoSQL: Translating SQL to Pig Latin
      • NoSQL: Varnish Cache + Riak
      • NoSQL: Is Berkeley DB a NoSQL solution?
      • NoSQL: Introduction to Riak Video with Rusty Klophaus
      • NoSQL: Redis with Salvatore Sanfilippo Podcast
      • NoSQL: Why Netflix Picked Amazon SimpleDB, Hadoop/...
      • NoSQL: 5 Approaches to Scalable Storage Solutions
      • NoSQL: dbShards: MPP DBMS on top of MySQL or Postg...
      • NoSQL: CouchDB 1.0.2: 3rd is Lucky
      • NoSQL: Jarvis Architecture Using MongoDB for Asset...
      • NoSQL: CouchDB Replication Protocol and Git
      • NoSQL: 6 Trends Driving Data Warehousing and Busin...
      • NoSQL: All About Amazon Dynamo Paper
      • NoSQL: MongoDB Ruby Driver Improvements
      • NoSQL: CouchDB for Timely and Budget Limited Projects
      • NoSQL: Node.js Key-Value Stores
      • NoSQL: Neo4j Goes GitHub
      • NoSQL: Clever Algorithms: Nature-Inspired Programm...
      • NoSQL: Big Data Flow in Large Hadron Collider Grid
      • NoSQL: Tokyo Cabinet - Built-In Comparison Functions
      • NoSQL: IMS, RDBMS, NoSQL: The horse, the car, the ...
      • NoSQL: On Document Databases or Is MongoDB Lacking...
      • NoSQL: BigData Batch vs Stream Processing Pros and...
      • NoSQL: MongoDB Single Server Durability in Latest ...
      • NoSQL: Origin of NoSQL
      • NoSQL: Redis: The Definitive Guide
      • NoSQL: Quick Start Hadoop Bundle on Amazon Web Ser...
      • NoSQL: Scala, MongoDB, Scalatra and Casbah: A Quic...
      • NoSQL: MongoDB Map Reduce: Yet another tutorial
      • NoSQL: Hive and HBase in Toad for Cloud Demo
      • NoSQL: node.js + CouchDB == Crazy Delicious
      • NoSQL: Big Data: Millionfold Mashups and the Shape...
      • NoSQL: Riak's Distributed Storage Architecture
      • NoSQL: Storing Time Series in Redis
      • NoSQL: Create a blog with MongoDB and Zend Framework
      • NoSQL: Advanced HBase
      • NoSQL: Rogue: Type-Safe Scala DSL for MongoDB
      • NoSQL: What is A Database Architect?
      • NoSQL: Apache Whirr: Cloud Common Service API
      • NoSQL: MongoDB Replica Sets: 5 Improvements for Up...
      • NoSQL: Big Data Marketplaces and Data Privacy
      • NoSQL: Comparing NoSQL Databases with Object-Orien...
      • NoSQL: Membase: Pros and Cons
      • NoSQL: HBase 0.90.0 Released: Over 1000 Fixes and ...
      • NoSQL: Cassandra: Upgrading from 0.6 to 0.7
      • NoSQL: HBase: Shops swap MySQL for open source Goo...
      • NoSQL: Diaspora Drops MongoDB for MySQL or Social ...
      • NoSQL: Powered by CouchApp: MapChat
      • NoSQL: Redis diskstore and B-trees
      • NoSQL: Securing MongoDB
      • NoSQL: Kyoto Tycoon 0.9.24 Released: Featuring Aut...
      • NoSQL: Clustrix Sierra Clustered Database Engine
      • NoSQL: VoltDB: 3 Concepts that Makes it Fast
      • NoSQL: MongoHub: Mac Native App for MongoDB
      • NoSQL: Rogue: MongoDB Scala-based Query DSL
      • NoSQL: 3 Hash Functions
      • NoSQL: Data Consistency and Synchronization in Sca...
      • NoSQL: Database Version Control
      • NoSQL: Mongo Vs Redis, The Increment Battle
      • NoSQL: HBase: The Definitive Guide
      • NoSQL: Cassandra 0.7: Large Row Support
      • NoSQL: Why MongoDB Writes are Faster than MySQL?
      • NoSQL: Riptano Becomes DataStax
      • NoSQL: REST and Neo4j Podcast with Jim Webber
      • NoSQL: CouchDB Replication and Conflict Detection
      • NoSQL: Scaling with MongoDB Video
      • NoSQL: Membase and Erlang with Matt Ingenthron
      • NoSQL: 6 Criteria for Real Column Stores
      • NoSQL: Business Intelligence - SQL or NoSQL
      • NoSQL: Drupal 7 and MongoDB as Pluggable Storage o...
      • NoSQL: Social Gaming and Virtual Goods Market Size
      • NoSQL: Dive into Redis Event Library
      • NoSQL: Powered by Redis: Dating DNA ChatWalls
      • NoSQL: RavenDB: Emulating Group By Using MapReduce
      • NoSQL: Choosing MongoDB
      • NoSQL: HBase with Trillions Rows
      • NoSQL: MongoDB at Shutterfly
      • NoSQL: Backbone and CouchDB
      • NoSQL: Running Ruby Map/Reduce with Apache Hadoop
      • NoSQL: Neo4j 1.2: What's New
      • NoSQL: Dive into Redis Code
      • NoSQL: MongoDB GridFS
      • NoSQL: Apache Pig 0.8: What is New
      • NoSQL: Big Data Analysis at BackType
      • NoSQL: The Market for Data
      • NoSQL: Machine and Human Generated Data
      • NoSQL: Riak Map/Reduce Improvements Explained
      • NoSQL: Graph Database DEX Benchmark
      • NoSQL: RavenDB and HTTP Caching
      • NoSQL: Redis and PHP: What Library to use?
      • NoSQL: The Relational Model and Graph Databases
      • NoSQL: Riak Bitcask Explained
      • NoSQL: Predictions about SQL and NoSQL databases
      • NoSQL: Cassandra 0.7 Released, Lots of Goodies in ...
      • NoSQL: From No Cache to Membase: The Knot
      • NoSQL: (Big) Data Analytic Technology Purposes
      • NoSQL: MongoDB, Data Durability and Improvements c...
      • NoSQL: MongoDB, Data Durability and Improvements c...
      • NoSQL: MongoDB db.serverStatus() Explained: MongoD...
      • NoSQL: MongoDB db.serverStatus() Explained: MongoD...
      • NoSQL: NoSQL Tapes: Video Interviews with NoSQL pe...
      • NoSQL: Pig and Cheminformatics
      • NoSQL: Google Megastore Paper Summarized
      • NoSQL: Smalltalk Client for Riak in the Works
      • NoSQL: Forrester report: SQL Azure Raises the Bard...
      • NoSQL: Setting up CDH3 Hadoop on my new Macbook Pr...
      • NoSQL: On Graphs and Graph Databases: Memoirs of a...
      • NoSQL: RavenDB, Attachments, and Raven Apps
      • NoSQL: Amazon Elastic MapReduce Updates
      • NoSQL: Amazon SimpleDB, MongoDB, CouchDB, and Rave...
      • NoSQL: MongoDB Data Loss on Upgrade
      • NoSQL: Powered by Redis: StackOverflow Caches
      • NoSQL: Powered by Redis: StackOverflow Demo Clone ...
      • NoSQL: HBase at Facebook: The Underlying Technolog...
      • NoSQL: Redis Memory Fragmentation... Contest
      • NoSQL: IA Ventures: We're All About Big Data
      • NoSQL: High Rate insertion with MySQL and Innodb
      • NoSQL: Google Megastore: Scalable, Highly Availabl...
      • NoSQL: The Near Future of NoSQL databases
      • NoSQL: The Beauty of Data Visualization
      • NoSQL: Cassandra: 2010 in Review
      • NoSQL: Riak 0.14 Released with MapReduce Enhanceme...
      • NoSQL: Google App Engine High Replication Datastore
      • NoSQL: Big Data Marketplaces: The Future?

      Tags

      Archive

      myNoSQL a NoSQL blog featuring the best daily NoSQL news, articles and links covering all major NoSQL projects and following closely all things related to NoSQL ecosystem. Everything you need and want to know about NoSQL

      .
      • Alex Popescu @ LinkedIn
      • Alex Popescu @ Twitter
      • Alex Popescu @ Facebook
      • Alex Popescu @ FriendFeed
      • Alex Popescu @ Indenti.ca
      • Alex Popescu @ Disqus
      • Alex Popescu: Think Big Differenty @ Tumblr
      • Alex Popescu: A Lifestream of Differently Big Thoughts @ Soup.io