Tutorial

  • submit to reddit

Berkeley ISchool: Analyzing Big Data with Twitter - Lecture 1

This is the first lecture in Berkeley ISchool's series on using Twitter (and other tools) in big data analytics: In this course, UC Berkeley professors and...

0 replies - 1398 views - 12/19/12 by Eric Gregory in Articles

Tutorial: Apache Pig With Amazon Elastic MapReduce - Part 1

Amazon Web Services presents this five-part tutorial on using Apache Pig with Amazon Elastic MapReduce, showing you how to create a simple log-parsing app:

0 replies - 1560 views - 12/19/12 by Eric Gregory in Articles

Enabling Facebook's Log Infrastructure With Fluentd

What is Scribe? Facebook uses Scribe as its core log aggregation service.. The description of Github reads, “Scribe is a server for aggregating log data...

0 replies - 2179 views - 12/19/12 by Sadayuki Furuhashi in Articles

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

If you've been following along with this series so far, you know we've come along way, from my overview of the series, which described the target scenario of...

0 replies - 1942 views - 12/18/12 by G. Andrew Duthie in Articles

Implementing a Circuit Breaker to Define Your Own Integration Patterns

One of my favorite patterns from Michael Nygard’s excellent Release It! is the Circuit Breaker.  A circuit breaker is an automatic switch that...

0 replies - 1377 views - 12/18/12 by John D'Emic in Articles

Securing RESTful Web Services with OAuth 2.0

One of the questions we get asked the most by developers and architects is: when and why would I use OAuth2? The answer, as often with such questions, is...

2 replies - 5051 views - 12/18/12 by Mitch Pronschinske in Articles

An Illustrated Guide to How Data is Stored in NoSQL DB Cubrid RDBMS

In this article I will explain how data is stored in CUBRID RDBMS. I will describe the concept of objects, classes, and OID in CUBRID. One of the...

0 replies - 1880 views - 12/17/12 by Esen Sagynov in Articles

Implementing Custom JSON or Map Data Validation with Mule DevKit

Validating data can be easy with Mule if your message payloads are in certain formats.  XML payloads, for instance, can be verified for correctness via...

0 replies - 997 views - 12/17/12 by John D'Emic in Articles

How to Persist Instances in Cassandra Using Hector and Scala

I am going to show you how I went about solving how to persist instances in Cassandra, using Hector, in the function insert(instance) in Scala. To work out...

0 replies - 5052 views - 12/15/12 by Jan Machacek in Articles

Intro to Mule ESB and the Elegant 'Endpoint' Data Channel

This is a core concepts example that demonstrates how to invoke a Mule application using HTTP. The example introduces two key concepts in Mule: Flow - A...

0 replies - 3517 views - 12/15/12 by Mitch Pronschinske in Articles

Screencast: Spring + Hibernate Integration

Learn how to save form data by using stored procedures with Spring, and Hibernate MVC technologies. You'll also learn how to write a stored procedure, and...

0 replies - 3596 views - 12/14/12 by Mitch Pronschinske in Articles

Spring Integration Mock SftpServer Example

In continuation of my earlier blog Spring Integration FakeFtpServer example in this example I will show how to test Spring Integration flow using Mock...

0 replies - 2856 views - 12/14/12 by Krishna Prasad in Articles

Using Spring FakeFtpServer to JUnit test a Spring Integration Flow

For people in hurry, get the latest code and the steps in GitHub. To run the junit test, run “mvn test” and understand the test flow. Introduction:...

0 replies - 2203 views - 12/13/12 by Krishna Prasad in Articles

Event Streaming with MongoDB

MongoDB is a really great “NoSQL” database, with a very wide range of applications. In one project that we are developing at SoftwareMill, we used it as a...

0 replies - 3093 views - 12/10/12 by Adam Warski in Articles

ActiveMQ: Understanding Memory Usage

As indicated by some recent mailing list emails and a lot of info returned from Google, ActiveMQ’s SystemUsage and particularly the MemoryUsage functionality...

0 replies - 4132 views - 12/10/12 by Christian Posta in Articles