Project

alephant

0.02
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Alephant framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Alephant

The Alephant framework is a collection of isolated Ruby gems, which interconnect to offer powerful message passing functionality built up around the "Broker" pattern.

Alephant is being utilised by many different BBC teams and as the underlying framework for many different BBC based projects.

Example application

To help new users get up and running with the Alephant framework more quickly and easily, we've provided an example application that mimics a similar pattern used within the BBC for different projects.

View the contents of the Example folder and follow the instructions in its README.

Supported Rubies

Alephant Gems

Note: the Alephant-Publisher gem has been replaced by two new publisher gems: Alephant-Publisher-Queue and Alephant-Publisher-Request.

Note: the Alephant-Cache gem has been replaced by Alephant-Storage.

Past life

In a past life this repository hosted a gem of the name Alephant (which you can still find linked to on RubyGems).

The gem has been deprecated in favour of an information portal, which will discuss the different gems available as part of the Alephant framework and provide details on how to utilise them.

We strongly recommend you no longer use the Alephant gem as it is deprecated.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Create new Pull Request.