21 May 2012

The Tech Reflector

Page 1 of 4, last updated 5 minutes ago.


  Source Favicon
On myNoSQL 8 months ago.
Email

How many do believe this is the solution to the (non-existant) Big Data problem?

Original title and link: A Quick Solution for the Big Data Challenge ( NoSQL database ©myNoSQL)

source

nosql.mypopescu.com Read
  Source Favicon
On myNoSQL 8 months ago.
Email

I am not saying that the current state of NoSQL tools is optimal. But expecting to see an unification of heterogenous data systems based on a structured query language feels like the wrong expectation.

Visual Basic is the exception. ↩

Original title and link: NoSQL and the Impact for System Analysts ( NoSQL database ©myNoSQL)

nosql.mypopescu.com Read
  Source Favicon
On The Basho Blog 8 months ago.
Email

In 1.0 we added the ability to build secondary indexes on your data stored in Riak. We developed this functionality because, quite frankly, people needed a more powerful way to query their data.

In Depth Blog Post on Secondary Indexes

High-level Slide Deck

Official Documentation for Secondary Indexes

Riak Pipe And Revamped MapReduce

Riak's MapReduce functionality isn't anything new, but we did a lot of work in this release to make …

blog.basho.com Read
  Source Favicon
By admin of The Disco Blog 8 months ago.
Email

So it's with particular interest that I've watched a new incarnation of server side JavaScript take hold in the developer community. Node.js is still young, but undeniably exciting in that it offers a highly scalable, event-driven I/O model for building networked applications. Node.js is built to run on V8 , which is an open source JavaScript engine developed by Google that compiles JavaScript into native machine code before execution, resulting in extremely …

thediscoblog.com Read
  Source Favicon
By Damien Katz of Damien Katz 8 months ago.
Email

Become a Distributed Database Expert (or just look like one)

At Couchbase we are looking for experienced hackers to help us build the fastest, most reliable distributed database on the planet. You don't need to a be expert already, but you should be ready to learn the ins and outs of distribute database systems, including:

Distributed Systems

Systems Resource Management: io (disk, network), cpu, memory usage

Maximizing Throughput and Minimizing Latency

Functional programming…

damienkatz.net Read
  Source Favicon
By Prof. Dr. Stefan Edlich of NoSQL Databases 8 months ago.
Email

From: Pere Urbón Bayes Date: 2011/9/28Subject: Berlin Graph coding dojo, call for participation!To: Neo4j user discussions , neo4jrb@googlegroups.comGraph databases, together with graph processing problems, are a trendy topic right now. Neo4j is a well known graph database, but there are also others like OrientDB, DEX, etc. and there are also a big set of graph processing toolsets like Blueprints, Apache Hamma, Google Pregel like systems, etc. So from recomendations systems …

nosql-databases.blogspot.com Read
  Source Favicon
By ryandahl of node blog 8 months ago.
Email
  Source Favicon
By Rod Page of iPhylo 8 months ago.
Email

Problem is, I've not found a single DOI for any article in Annals and Magazine of Natural History that actually works. If you try and resolve the DOI for Wallace's paper, doi"10.1080/037454809495509 , you get the dreaded "Error - DOI not found" web page. So something like 20,000 DOIs simply don't work. The only way to make the DOI work is append it to "http://www.tandfonline.com/doi/abs/", e.g. http://www.tandfonline.com/doi/abs/10.1080/037454809495509 …

iphylo.blogspot.com Read
  Source Favicon
Email

SQL Servers along with the entire concept of relational database and object-relational impedance mismatch

Evolutionary databases and managing them (including upgrade scripts and unit tests working against mock databases to verify behaviors on continuous integration servers)

Another practical sample would be - planned replacement of API implemented as REST via WCF (with SOAP and all sorts of weird configuration problems) towards a dead-simple implementation on HttpListener…

abdullin.com Read
  Source Favicon
On Scout ~ The Blog 8 months ago.
Email

A tuning test bed : we can easily try changes on our database reader first, make it writer, and ensure things are working. If things go south, it's just a single command to return to the previous writer.

Zero downtime schema changes (almost) : One of the big headaches of a decently-sized web app is making large database schema changes. These can take a while on a live database server, either locking tables or slowing down database performance considerably. With MMM , you can make large …

scoutapp.com Read