Iron.io Adds Named Schedules

blank

Iron.io is pleased to announce named schedules as a feature in its IronWorker service. Giving names or labels to schedules may seem a small feature but it’s been a common request from a number of users managing large workloads. Users can now give scheduled tasks labels when uploading the tasks to IronWorker or add them…

Read More

CEO Chad Arimura Speaking at Data 360 Conference on Real-time Data

blank

Data 360° Conference (Oct 22-23, 2014) Chad Arimura, CEO and Co-Founder of Iron.io, will be speaking at the Data 360° Conference in Santa Clara this week. The conference brings together leading figures in data processing and analysis to discuss trends in big data, cloud infrastructure, real-time data analysis, and distributed computing. Specific emphasis is on…

Read More

Iron.io Adds Longer Running Workers

blank

  Long-Running Workers are Now Available in IronWorker Iron.io is happy to announce long-running workers are now available within IronWorker. Up until now, workers running on the platform have been limited to 60 minutes in duration. Users on Production and Enterprise plans or using Dedicated Clusters can now have workers that run for hours at…

Read More

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

blank

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