Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infochimps-labs/ironfan
Chef orchestration layer -- your system diagram come to life. Provision EC2, OpenStack or Vagrant without changes to cookbooks or configuration
https://github.com/infochimps-labs/ironfan
Last synced: 3 months ago
JSON representation
Chef orchestration layer -- your system diagram come to life. Provision EC2, OpenStack or Vagrant without changes to cookbooks or configuration
- Host: GitHub
- URL: https://github.com/infochimps-labs/ironfan
- Owner: infochimps-labs
- License: other
- Created: 2010-05-14T07:14:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T22:35:38.000Z (over 10 years ago)
- Last Synced: 2024-07-27T19:43:31.264Z (4 months ago)
- Language: Ruby
- Homepage: http://infochimps.com
- Size: 15.9 MB
- Stars: 501
- Watchers: 47
- Forks: 103
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ironfan Core: Knife Tools and Core Models
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 [infochimps.com](http://www.infochimps.com/).This repo implements:
* 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## Getting Started
To jump right into using Ironfan, follow our [Installation Instructions](https://github.com/infochimps-labs/ironfan/wiki/INSTALL). For an explanatory tour, check out our [Web Walkthrough](https://github.com/infochimps-labs/ironfan/wiki/walkthrough-web). Please file all issues on [Ironfan issues](https://github.com/infochimps-labs/ironfan/issues).
### Tools
Ironfan consists of the following Toolset:
* [ironfan-homebase](https://github.com/infochimps-labs/ironfan-homebase): centralizes the cookbooks, roles and clusters. A solid foundation for any chef user.
* [ironfan gem](https://github.com/infochimps-labs/ironfan):
- 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](https://github.com/infochimps-labs/ironfan-pantry): Our collection of industrial-strength, cloud-ready recipes for Hadoop, HBase, Cassandra, Elasticsearch, Zabbix and more.
* [silverware cookbook](https://github.com/infochimps-labs/ironfan-pantry/tree/master/cookbooks/silverware): 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".### Documentation
* [Index of wiki pages](https://github.com/infochimps-labs/ironfan/wiki/_pages)
* [Ironfan wiki](https://github.com/infochimps-labs/ironfan/wiki): high-level documentation
* [Ironfan issues](https://github.com/infochimps-labs/ironfan/issues): bugs, questions and feature requests for *any* part of the ironfan toolset.
* [Ironfan gem docs](http://rdoc.info/gems/ironfan): rdoc docs for Ironfan
* [Ironfan Screencast](http://bit.ly/ironfan-hadoop-in-20-minutes) -- build a Hadoop cluster from scratch in 20 minutes.
* Ironfan powers the [Infochimps Platform](http://www.infochimps.com/how-it-works), our scalable enterprise big data platform. Ironfan Enterprise adds zero-configuration logging, monitoring and a compelling UI.**Note**: Ironfan is [not compatible with Ruby 1.8](https://github.com/infochimps-labs/ironfan/issues/127). All versions later than 1.9.2-p136 should work fine.
### The Ironfan Way
* [Core Concepts](https://github.com/infochimps-labs/ironfan/wiki/core_concepts) -- Components, Announcements, Amenities and more.
* [Philosophy](https://github.com/infochimps-labs/ironfan/wiki/Philosophy) -- Best practices and lessons learned
* [Style Guide](https://github.com/infochimps-labs/ironfan/wiki/style_guide) -- Common attribute names, how and when to include other cookbooks, and more
* [Homebase Layout](https://github.com/infochimps-labs/ironfan/wiki/homebase-layout) -- How this homebase is organized, and why### Getting Help
* Feel free to contact us at [email protected] or 855-DATA-FUN
* Also, you're invited to a [private consultation](http://www.infochimps.com/free-big-data-consultation?utm_source=git&utm_medium=referral&utm_campaign=consult) with Infochimps founders on your big data project.