Real time data with Pachube using TCP stream
We have just released a gem (Ruby plugin) which uses the new beta Pachube TCP stream using Eventmachine.
The Gem is available on the Carbon Calculated github here: https://github.com/carboncalculated/pachube-stream
Pachube allows you to manage and sensor realtime data such as electricity, and have recently partnered with CurrentCost acting as the data store for the CurrentCost web bridge.
Our gem allows a Ruby developer to access their own or publically available data streams from pachube and consume the data inside their own applications. Here at CarbonCalculated we are using the Pachube Stream gem to enable realtime monitoring of electricity, gas and water consumption and related carbon emissions across our range of products. This means there is no longer a need to import gas, electricty or water bills, simply fit a web enabled meter and add the readings from the device straight into your companies carbon footprint!
To get started with the gem, read the documentation on github and have a look at the examples here: https://github.com/carboncalculated/pachube-stream/tree/master/examples
The pachube gem is open source and therefore pull requests are very much welcome!



