preloader

Fluentd Traitement de données temps réel

illustrations illustrations illustrations illustrations illustrations illustrations illustrations illustrations
Fluentd Traitement de données temps réel

Date

Mar 12, 2015

Client

GumGum

Categories

Devops, development

The Project

Fluentd is an OpenSource data collector for unified logging layer. It allows you to unify data collection and consumption for a better use and understanding of data.

The project I lead at GumGum was meant for building a reliable and real-time process able to ship events from a source (front-end servers emitting events) to a destination where there are stored (in that case AWS S3).

Today’s production architecture is a network topology connecting clients to servers. Clients (forwarders) ship their events using TCP sockets to servers named aggregators. They aggregate all theses events coming from multiple clients in order to upload them by batch on AWS S3 . Clients are also configured with a fail-over mechanism. If all aggregator servers are not responding, the client itself will take care of the upload to S3.