Skip to content
sya edited this page Feb 22, 2012 · 32 revisions

Overview

Ironfan, the foundation of The Infochimps Platform, is an expressive toolset for constructing scalable, resilient architectures. It works in the cloud, in the data center, and on your laptop, and it makes your system diagram visible and inevitable. Inevitable systems coordinate automatically to interconnect, removing the hassle of manual configuration of connection points (and the associated danger of human error). For more information about Ironfan and The Infochimps Platform, visit the Infochimps Blog introducing the Infochimps Platform.

Code, documentation and support:

Ironfan consists of the following:

  • ironfan-homebase: centralizes the cookbooks, roles and clusters. A solid foundation for any chef user.

  • ironfan gem:

    • core models to describe your system diagram with a clean, expressive domain-specific language
    • knife plugins to orchestrate clusters of machines using simple commands like knife cluster launch
    • logic to coordinate truth among chef server and cloud providers.
  • ironfan-pantry: Our collection of industrial-strength, cloud-ready recipes for Hadoop, HBase, Cassandra, Elasticsearch, Zabbix and more.

  • silverware cookbook: coordinate discovery of services ("list all the machines for awesome_webapp, that I might load balance them") and aspects ("list all components that write logs, that I might logrotate them, or that I might monitor the free space on their volumes".

  • ironfan-ci: Continuous integration testing of not just your cookbooks but your architecture.

  • ironfan wiki: high-level documentation and install instructions

  • ironfan issues: bugs, questions and feature requests for any part of the ironfan toolset.

  • ironfan gem docs: rdoc docs for ironfan

Getting Started

To jump right into using Ironfan, follow our Installation Instructions. For an explanatory tour, check out our Hadoop Walkthrough. Please file all issues on Ironfan Issues.

Index

ironfan-homebase works together with the full Ironfan toolset:

###Core Tools:

  • ironfan-homebase: Centralizes the cookbooks, roles and clusters. A solid foundation for any chef user.
  • ironfan gem: The core Ironfan models, and Knife plugins to orchestrate machines and coordinate truth among your homebase, cloud and chef server. It comes with ironfan-homebase.
  • ironfan-pantry: Our collection of industrial-strength, cloud-ready recipes for Hadoop, HBase, Cassandra, Elasticsearch, Zabbix and more.
  • silverware cookbook: Helps you coordinate discovery of services ("list all the machines for awesome_webapp, that I might load balance them") and aspects ("list all components that write logs, that I might logrotate them, or that I might monitor the free space on their volumes"). Found within the ironfan-pantry.

###Core Documentation: