How to Build an ETL Pipeline for ElasticSearch Using Segment and Iron.io

Overview ETL is a common pattern in the big data world for collecting and consolidating data for storage and/or analysis. Here’s the basic process: Extract data from a variety of sources Transform data through a set of custom processes Load data to external databases or data warehouses   Segment + Iron.io + Elasticsearch = A…

Read More

New FFmpeg IronWorker Stack For Easy Video Processing

blank

FFmpeg is the leading cross-platform solution to record, convert and stream audio and video. Dealing with audio and video can eat up resources, making the activity a great fit for IronWorker by moving the heavy lifting to the background. In the past, usage of FFmpeg with IronWorker would require that our users include and install…

Read More

Orchestrating PHP Dependencies with Composer and IronWorker

blank

Package your dependencies on IronWorker using composer Overview This is a tutorial describing how to include and use the PHP package management tool Composer with IronWorker. Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs, and it will install them in your project for…

Read More

How Cine.io Uses Node.js and IronWorker to Handle Their Background Processing

blank

The following is a guest blog post by Thomas Shafer describing how cine.io deploys their workers within Iron.io to handle all of their background processing.   Cine.io is the only true developer-focused live streaming service. We offer APIs and SDKs for all mobile platforms and language frameworks and let developers build and ship live-streaming capabilities with…

Read More

Message Queues for Buffering: An IronMQ and Python Case Study

blank

Using IronMQ and Python to as a Buffer between Systems Connecting systems and moderating data flows between them is not an easy task. Message queues are designed for just this purpose – buffering data between systems so that each can operate independently and asynchronously. Here’s a short article on using IronMQ to buffer a CMS…

Read More

A Better Mobile Compute Cloud: NodeJS + Iron.io (repost from ShoppinPal)

blank

There are number of tools for creating mobile apps but the one area that can be challenging is handling the background processing that takes place within mobile applications. A popular mobile app, ShoppingPal, is using Iron.io to handle its background processing needs with great results. They wrote a recent post on their success in moving…

Read More

Segment.io adds Iron.io as an endpoint for message queueing

blank

Iron.io + Segment.io = Integration Goodness IronMQ has just been added as an endpoint for message queueing within Segment.io. Segment.io provides a single gateway that lets developers, marketers, and analysts pipe logs, metrics, user actions, and other key app data to hundreds of other applications and tools. The Segment.io API acts as a control for…

Read More

How One Developer Serves Millions of Beers: Untappd + Iron.io

blank

Untappd – The Mobile App for Beer Lovers Untappd provides a mobile check-in application for beer lovers. Their application has been downloaded by over a million users and on any given night, they can register over 300,000 individual checkins and social sharing events. The Untappd application lets users record their beer selections, share their likes…

Read More

Go, IronWorker, and SendGrid at Gengo (a repost)

blank

Shawn Smith from Gengo recently wrote a post on their use of Go, the programming language that we also use at Iron.io for our backend services. (Gengo is a popular people-powered translation platform based in Tokyo and San Mateo.)The post discusses several of the apps where they’re using Go including a deployment app and several…

Read More