• submit to reddit
Mikko Ohtamaa12/19/12
901 views
0 replies

Autodiscovering Log Files for Logrotate

Logrotate is the UNIX application responsible for removing old (website) log file entries and preventing your server disk filling up. Logrotate is configured by writing config files where you specify one entry per file/file collection.

Sadayuki Furuhashi12/19/12
2087 views
0 replies

Enabling Facebook's Log Infrastructure With Fluentd

Facebook uses Scribe as its core log aggregation service.. The description of Github reads, “Scribe is a server for aggregating log data streamed in real time from a large number of servers.”

Swathi Venkatachala12/19/12
953 views
0 replies

FUSE on Amazon S3

FUSE: File System In User Space, hosted on sourceforge, is a well known open source project.

Mitch Pronschinske12/19/12
1864 views
0 replies

ZeroMQ is the Answer

This article will look at how you can easily distribute work to background processes, provide flexible service brokering for your next service oriented architecture, and manage caches efficiently and easily with just PHP and the ZeroMQ libraries.

Mitch Pronschinske12/19/12
2617 views
0 replies

Designing a REST-ful API using Spring 3

This talk will describe a more concrete idea of what a REST-ful API should look like using the VAS API as an example. The implementation was done using new features in Spring 3.

Mitch Pronschinske12/19/12
994 views
0 replies

Best Practices for integrating to mainframe with your ESB

Many projects have been stalled or cancelled because integrating to mainframe applications and data was a problem too great to overcome. Not anymore.

Baptiste Wicht12/18/12
6211 views
4 replies

Algorithm of the Week: Integer Linear Time Sorting Algorithms

In this article, we will see three integer sorting algorithms and I will present an implementation in C++. At the end of the article, I will compare them to std::sort. I will also use n as the size of the array to sort and m as the max number that is permitted in the array.

Eric Gregory12/18/12
2503 views
0 replies

The Coolest Big Data Product of 2012

CRN has posted their choices for the ten "coolest" Big Data products of 2012, including Hortonworks Data Platform 1.0, Dataguise DgHadoop, Google BigQuery, and more. Number one?

Mark Needham12/18/12
2264 views
0 replies

Weka (ML for Java) - Saving and Loading Classifiers

In our continued machine learning travels Jen and I have been building some classifiers using Weka and one thing we wanted to do was save the classifier and then reuse it later.

Eric Genesky12/18/12
2121 views
0 replies

More Java and Python Support in Google App Engine 1.7.4

Last week, Google announced the last update for Google App Engine in 2012. GAE 1.7.4 provides expanded EU support, as well as a new Maven plugin for Java devs.

Eric Genesky12/18/12
1174 views
0 replies

How MongoDB Helps Offer Real-Time Analytics

Pierre DeBois, founder of Zimana, recently reported on the usefulness of MongoDB For speeding up analytic diagnostics.

G. Andrew Duthie12/18/12
1875 views
0 replies

Back-end Data Services for Windows 8 Apps: Azure Mobile Services

In both of the previous versions of the leaderboard service, the solution involved a code-based server-side solution . . .

Duncan Brown12/18/12
2375 views
0 replies

Basic Graphs: An Introduction

The purpose of this post is to give a common footing for those reading to understand what I mean when I talk about a "graph".

Eric Genesky12/18/12
1246 views
0 replies

US Centers for Disease Control on AWS

This 4-minute, AWS-sponsored video shows how the Centers for Disease Control and Prevention use AWS in their BioSense 2.0 program.

Eric Genesky12/18/12
1990 views
0 replies

How MySQL + HandlerSocket = NoSQL

From Percona London 2012, this presentation discusses Badoo's use of HandlerSocket with MySQL to optimize server performance.