Speeding NoSQL Adoption
The panelists [ 1 ] from the NOSQL evening in Palo Alto [ 2 ] event shared their plans on speeding NoSQL adoption:
via NoSQL databases
The panelists [ 1 ] from the NOSQL evening in Palo Alto [ 2 ] event shared their plans on speeding NoSQL adoption:
via NoSQL databases
The panelists [ 1 ] from the NOSQL evening in Palo Alto [ 2 ] event shared their plans on speeding NoSQL adoption:
via NoSQL databases
I should start by saying that I love new technology as long as it proves to be useful and that it works. For example I've been using LiveScribe to record the great NoSQL Evening in Palo Alto event organized by Tim Anglade with InfiniteGraph support, just to discover later that it decided to lose everything. So, instead of being able to quote things from the event, I'll have to rely on my memory, which is really really bad.
via NoSQL databases
Ethan Gunderson talking about their experiments with Ruby on Rails and MongoDB for building Gathers.us:
tags:mongodb
via NoSQL databases
In the series of NoSQL videos for the weekend, today we have Doug Judd's presentation from October's HackerDojo on NoSQL database architecture and Hypertable.
tags:hypertable
via NoSQL databases
Poyomi, a photobook creation and printing service, story of using CouchDB:
tags:couchdb
via NoSQL databases
It's just a couple of days since quoting a GigaOm article mentioning Hadoop limitations ( nb : I still think that article was meant for advertising some products). Anyway, it looks like there's some research done at Purdue university to add transactional support in MapReduce:
via NoSQL databases
Pieter Noordhuis [ 1 ] has recently talked about the upcoming Redis 2.2.
tags:redis
via NoSQL databases
A 60+ pages PDF about the MarkLogic server:
via NoSQL databases
A short presentation about HBase access control security
tags:hbase
via NoSQL databases
I wrote before that Riak links is a very web-like and interesting feature ( nb truth being told this is not the only Riak exclusive feature ). Michael Hausenblas has tried to use Riak links for storing an RDF graph in Riak
tags:riak
via NoSQL databases
James Westby says ☞ couchapps show two immediate advantages:
tags:couchdb
via NoSQL databases
Four very interesting problems that fit the graph databases :
via NoSQL databases
I haven't got to learn Erlang yet, so I'm mostly bookmarking OJ's 3 part tutorial for future read:
tags:riak
via NoSQL databases
After Facebook, Twitter [ 1 ] , Digg [ 2 ] , and a couple more , Cassandra is now going government with Synthesis, an analytics solution built by Digital Reasoning:
via NoSQL databases
On what makes Erlang one of the best environments for building distributed systems:
tags:membase
via NoSQL databases
Riptano, the company behind Cassandra , has just announced a successful round A series funding of $2.7 million.
via NoSQL databases
In general a stripped EBS volume will improve the iowaits. However, in our own tests we see irregular latency spikes during the day from any given EBS backed device, sometimes peaking at 600ms. We don't have a good explanation what happening on the EC2, but we will continue to dig.
tags:mongodb
via NoSQL databases
Good lessons on building high availability services from Disqus, the commenting service:
tags:mongodb
via NoSQL databases
So I wrote Redisql which is an extension of redis that also supports a large subset of SQL. […] Redisql supports all redis data types and functionality (as it's an extension of redis) and it also supports SQL SELECT/INSERT/UPDATE/DELETE (including joins, range-queries, multiple indices, etc…) -> lots of SQL, short of stuff like nested joins and Datawarehousing functionality (e.g. FOREIGN KEY CONSTRAINTS). So using a Redisql library (in your environment's native language), you can either call redis operations on redis data objects or SQL operations on relational tables, its all in one server accessed from one library.
tags:redis
via NoSQL databases
In this post I will describe how to get a Hadoop environment with HBase running in Cygwin on Windows 7 x64. Having spent the better part of a week reading through blog posts and documentation, I found that none of them covered the process in full detail, at least not for the software versions I intended to use. This guide was written for Cygwin 1.7.7, Hadoop 0.21.0 and HBase 0.20.6. You will additionally need ZooKeeper 3.3.1 in order to get HBase to run properly.
via NoSQL databases
A sincere story of using MongoDB in production, with both good and bad:
tags:mongodb
via NoSQL databases
From Sergio Bossa's ( @sbtourist ) slides embedded below:
tags:terrastore
via NoSQL databases
Great presentation on searching BigData in real-time integrating Solr and Hadoop from ☞ OpenLogic's Rod Cope :
tags:hadoop
via NoSQL databases
Chris Gioran has posted a series of articles on Neo4j internal implementation details:
tags:neo4j
via NoSQL databases
A great article on how to figure out the right hardware for your Cassandra cluster:
via NoSQL databases
Very informative discussion about handling master server crashed in MongoDB master/slave setups:
tags:mongodb
via NoSQL databases
This last week is pretty simple to summarize: the CAP theorem with flavors of CAP is wrong , CAP doesn't apply , CAP explained , etc.:
via NoSQL databases
Once we're no longer talking about serving data, but rather just about storing large volumes of it, NoSQL can seem nearly obsolete. For organizations willing to pay for data warehousing and analysis tools, the options are limitless: massively parallel software, data warehouse appliances, distributed file systems, and the list goes on. Pick your poison. Have lots of unstructured data to analyze and don't want to pay for software? Try Hadoop. Plus, it might very well work with your existing data management software.
via NoSQL databases
Once again closing the circle on this last week's CAP theorem discussions , Jeff Darcy comments on Stonebraker's clarifications on the CAP theorem :
via NoSQL databases
In the light of this week's topic, the CAP theorem , the weekend video is… MongoDB and CAP theorem :
tags:mongodb
via NoSQL databases
Anyway, CouchDB is still quite young, and hasn't seen a lot of attention outside the Ruby and Python communities. This sucks. I would like to see a well-designed open-source library for .NET applications using CouchDB for persistence. Here are some features such a library might provide over and above raw HTTP WebRequests: Generics and automatic serialization/deserialization of .NET objects mapping RESTful HTTP error codes to .NET exceptions Implicit Offline Optimistic Lock via document revisions LINQ expressions for Map/Reduce functions * ID generators like NHibernat
tags:couchdb
via NoSQL databases
Sort of the basics of MongoDB queries with NoRM, the .NET MongoDB driver:
tags:mongodb
via NoSQL databases
Today looks to be ( again ) the day of the CAP theorem [ 1 ] [ 2 ] , so let's do a quick summary:
via NoSQL databases
Michael Stonebraker's clarifications on the CAP theorem reminded me of Daniel Abadi's PACELC:
via NoSQL databases
A paper comparing MySQL and Neo4j coming from the Dept. of Computer and Information Science of University of Mississippi:
tags:neo4j
via NoSQL databases
Kind of what Google was doing prior to Caffeine :
via NoSQL databases
Michael Stonebraker detailing his perspective on CAP theorem:
via NoSQL databases
Migrated from PostgreSQL and DoDoStorage (in-house document store) to CouchDB:
tags:couchdb
via NoSQL databases
In case you cannot use Redis with Grails , you might find JOhm interesting:
tags:redis
via NoSQL databases
Justin Sheehy [ 1 ] offering a different perspective on how Riak search can also be seen as the proof of correctness of Riak's core Dynamo-like building blocks :
tags:riak
via NoSQL databases
The ☞ Strange Loop conference hosted two NoSQL talks: ☞ Steve Smith on Real world modeling with MongoDB (PDF) and ☞ Billy Newport on Enterprise NoSQL: Silver Bullet or Poison Pill? .
via NoSQL databases
Upcoming integration of MongoDB and Hadoop:
via NoSQL databases
Two hours of Hibari , the key-value store from Japan we've first heard about back in July
via NoSQL databases
This tutorial explains the process of setting up ElasticSearch to automatically index data in CouchDB and make it search-able. ElasticSearch 0.11 introduced a feature named The River, which allows it to connect to external systems and listen for documents updates. On receiving a notification, Elasticsearch indexes the data and makes it available for search.
tags:couchdb
via NoSQL databases
Guy Harrison (QuestSoftware, working on Toad for Cloud ) interviewed about NoSQL databases and cloud computing:
via NoSQL databases
I already mentioned Doctrine support for CouchDB , but couldn’t find the reference before:
tags:couchdb
via NoSQL databases
Interesting association and comparison of the distributed source control Git and distributed NoSQL database Riak coming from Rick ( @technoweenie of GitHub).
tags:riak
via NoSQL databases
Interesting association and comparison of the distributed source control Git and distributed NoSQL database Riak coming from Rick ( @technoweenie of GitHub).
tags:riak
via NoSQL databases
It would be nice if there were an R package, along the lines of RMySQL, for MongoDB. For now there is not — so, how best to get data from a MongoDB database into R
tags:mongodb
via NoSQL databases
For some of us it is already weekend, so here is the video to enjoy in your free time. Last week, it was VoltDB .
tags:mongodb
via NoSQL databases
A Munin plugin for monitoring Redis:
tags:redis
via NoSQL databases
But for example if you're a PHP hacker, or .NET programmer or if you prefer Java but don't find embedded databases fit well with your architecture — in all these cases and more, getting up and running with Neo4j is a greater hassle than it should be.
tags:neo4j
via NoSQL databases
The first reason that bring me away from the great mongoengine API is that's there's no way to easily manage recursive trees.
tags:mongodb
via NoSQL databases
It is not only about scaling CouchDB , or technological support through BigCouch , or ☞ server topology and replication rules , but also about ☞ data modeling :
tags:couchdb
via NoSQL databases
Chris Umbel ending a short tutorial on using Django with MongoDB:
tags:mongodb
via NoSQL databases
Tracking this based on Hadoop world in tweets . StumbleUpon plans to open source ☞ OpenTSDB : a scalable time series database built on top of HBase. The project page explains what isOpenTSDB :
via NoSQL databases
One of the features that sets MongoDB aside from other NoSQL databases is dynamic queries , something that most developers coming from relational databases are very used to. As you could expect, to make these dynamic queries fast, you'll need to define some indexes.
via NoSQL databases
Excellent Redis use case from PeachShake:
via NoSQL databases
I'm not very sure how I've managed to be the last to the Riak 0.13 party. After writing about Riak search a couple of times already [ 1 ] , I finally missed the Riak search release announcement :(.
via NoSQL databases
Back in January I was writing about Kyoto Cabinet the successor of Tokyo Cabinet which reached the 1.0.0 stable version around May. Tokyo Cabinet needed Tokyo Tyrant for distributed environment.
via NoSQL databases
The latest Cassandra release seems to be focusing on improving operational aspects. Jonathan Ellis, Cassandra project lead, covers the changes in Cassandra 0.6.6:
via NoSQL databases
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
