Architecture

  • submit to reddit

Sublime: Overriding Default File type/Assigning Specific Files to a File Type

I’ve been using Sublime a bit recently and one thing I wanted to do was put neo4j cypher queries into files with arbitrary extensions and...

0 replies - 1809 views - 05/07/13 by Mark Needham in Articles

RavenDB 2.5 Features: Import Data to Excel

I wonder what it says about RavenDB that we spend time doing excel integration .At any rate, we have the following documents inside RavenDB:And we want to...

0 replies - 338 views - 05/07/13 by Ayende Rahien in Articles

Managing MongoDB Clusters on AWS with Chef

Here's a discussion of how to manage large numbers of clusters using Chef roles, as well as how to automatically snapshot RAID arrays.  

0 replies - 304 views - 05/07/13 by Eric Genesky in Articles

Retrofitting Architecture

Retrofitting Architecture from Øredev Conference on Vimeo. We can do without architecture early on, but at some point a clearly communicated...

0 replies - 975 views - 05/06/13 by Mitch Pronschinske in Articles

Raven's Storage: Memtables are Tough

Memtables are conceptually a very simple thing. You have the list of values that you were provided, as well as a skip list for searches.Complications:Memtables...

0 replies - 1934 views - 05/06/13 by Ayende Rahien in Articles

Raven's Storage: Memtables are Tough

Memtables are conceptually a very simple thing. You have the list of values that you were provided, as well as a skip list for searches.Complications:Memtables...

0 replies - 152 views - 05/06/13 by Ayende Rahien in Articles

An Interview with Data Mining Refcard Author Giuseppe Vettigli

Today, DZone released its Data Mining Refcard, authored by Giuseppe Vettigli.  We had a chance to sit down with Giuseppe to learn about his background and...

0 replies - 1849 views - 05/06/13 by Eric Genesky in Articles

Amazon Web Services Redshift – Data Warehouse in the Cloud

IntroductionAmazon Web Services has made publicly available its fully managed, petabyte-scale data warehouse cloud service in February, 2013. It promises a...

0 replies - 1286 views - 05/06/13 by Istvan Szegedi in Articles

Managing MonboDB Clusters on AWS with Chef

We will discuss how to manage large numbers of clusters using Chef roles. We'll also discuss how to automatically snapshot your RAID arrays and reprovision...

0 replies - 197 views - 05/06/13 by Eric Genesky in Articles

Radical NoSQL Scalability with Cassandra

This session from last year's OREDEV developer conference covers Cassandra's data model as well as its query idioms and how to deploy it.   Cassandra...

0 replies - 2047 views - 05/05/13 by Eric Genesky in Articles

The Cloudcast: Nested Clouds and Application Portability

The Cloudcast (.net) #85 - Nested Clouds and Application Portability (37:01)Download the MP3Date: May 2, 2013By: Aaron Delp and Brian...

0 replies - 462 views - 05/05/13 by Brian Gracely in Articles

JBoss BRMS Cool Store Demo Part III - BPM and decision tables (video)

Following up on the initial announcement of the JBoss Business Rules Management System (BRMS) Cool Store Demo I wanted to provide a three part series of...

0 replies - 1475 views - 05/04/13 by Eric D. Schabell in Articles

Building Mobile Applications with NoSQL

In this presentation, you'll learn about why a NoSQL database may be the best fit for your mobile application, as well as explore some use cases for real-world...

0 replies - 652 views - 05/04/13 by Eric Genesky in Articles

On Moving Beyond the No/New/SQL Debate

With the wide adoption of hosted commodity hardware, no-sql, REST, HTML5 and d3, we are entering a brave new world. Your data everywhere, thick browser...

0 replies - 465 views - 05/04/13 by Eric Genesky in Articles

Raven's Storage: Understanding the SST File Format

This is an example of an SST that stores:tests/0000 –> values/0tests/0001 –> values/1tests/0002 –> values/2tests/0003 –> values/3tests/0004...

0 replies - 547 views - 05/03/13 by Ayende Rahien in Articles