Jon Brisbin05/22/13
277 views
0 replies
Last week I released into OSS a library I’ve been hacking on for almost two years. It’s called Reactor and it’s a bit of a Frankenstein since it leverages the knowledge . . .
Lukas Eder05/21/13
1701 views
0 replies
I’ve recently discovered a very interesting read about Pinterest‘s architecture experimentation.
Kristina Chodorow05/21/13
522 views
0 replies
The second edition of MongoDB: The Definitive Guide is now available from O’Reilly (affiliate link). It covers both developing with and administering MongoDB.
Ayende Rahien05/21/13
853 views
0 replies
There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.
Mark Needham05/21/13
612 views
0 replies
I’ve been playing around with modelling a product taxonomy and one thing that I wanted to do was find out the full path where a product sits under the tree.
Eric Genesky05/20/13
2258 views
0 replies
Take a trip to Google Island, check out the Codebunk pair programming tool, and a promise-based ORM for Node.js. Plus: developer wages drop 2%, and Brian Eno on creative problem solving.
Brian O' Neill05/20/13
447 views
0 replies
At a high-level, Druid collects event data into segments via real-time nodes. The real-time nodes push those segments into deep storage.
Anders Karlsson05/20/13
2355 views
0 replies
Everybody seems to be looking at and debating NoSQL these days, and so am I and I thought I'd say a few words about it.
Andreas Kollegger05/20/13
839 views
0 replies
As you may remember, I created a little beer graph some time ago to experiment and have fun with beer, and graphs.
Eric Genesky05/19/13
622 views
0 replies
Matthew Revell presented this 30-minute tutorial on building scalability into your next project with Riak.
Mark Needham05/19/13
2015 views
0 replies
In my time playing around with neo4j I’ve run into a problem a few times where I executed a query using the web console (usually accessible @ http://localhost:7474/webadmin/#/console/) and have got absolutely no response.
Ayende Rahien05/18/13
713 views
0 replies
In tomorrow’s Webinar, we will discuss handle dynamic aggregation using RavenDB. A new feature in 2.5, this is meant to give you more options for reporting queries, including complex aggregation, dynamic selection, etc.
Eric Genesky05/18/13
503 views
0 replies
Randall Hauch gave this 45-minute presentation in April at NoSQL Matters.
Trisha Gee05/17/13
2614 views
5 replies
I'm not going to bother with survey monkey or whatever, I want to share the answers so please, answers in the comments:
Seth Proctor05/17/13
1633 views
0 replies
For Java users, NuoDB provides a Hibernate dialect that supports both version 3.6.6 and 4.1.x of Hibernate.
Eric Genesky05/17/13
3566 views
0 replies
This 1-hour keynote presentation from NoSQL Matters was given by Martin Fowler.
Eric Genesky05/17/13
1510 views
0 replies
This 50-minute presentation from NoSQL Matters was given by Michael Hausenblas and covers Apache Drill.
Andreas Kollegger05/16/13
2840 views
0 replies
During this busy week of Android hacking at Google I/O, we are pleased to announce an amazing new Community project, for all of those who have been yearning to . . .
Seth Proctor05/16/13
1504 views
0 replies
Greetings oh-so-persistent nuonians! Your faithful consistency nerd is here to continue the discussion of MVCC.
Sam Taha05/16/13
468 views
0 replies
ETL is a common computing paradigm used in a variety of data movement and data management scenarios.
René Pickhardt05/16/13
1673 views
0 replies
Over one year ago I was starting to think about indexing scored stings for auto completion queries.
Max De Marzi05/15/13
1411 views
0 replies
From the second we are born we are collecting a wealth of knowledge about the world. This knowledge is accumulated and interrelated inside our brains and it represents what we know.
Seth Proctor05/15/13
539 views
0 replies
Everyone is concerned about the performance of their database and specifically queries on their database.
Axel Fontaine05/15/13
1645 views
0 replies
While planing and developing features for Flyway, I often wonder how the different relational databases supported by Flyway stack up in terms of popularity.
Ayende Rahien05/15/13
296 views
0 replies
RavenDB handles replication in an async manner. Let us say that you have 5 nodes in your cluster, set to use master/master replication.