Pachube
Moin
Thanks to Oli (@EOLUS) I am now Beta Tester of Pachube. Cool Web 2.0 Service for Real Time Data exchange. People are streaming their measurement data with geographical informations in CSV or EEML XML format and can exchange their data.
I am now streaming my server temperature just for testing. Check out
http://www.pachube.com/api/1287.xml
Hope more will follow soon.
Its very easy to send your data from linux. For example with curl and csv:
/usr/bin/curl -X PUT -H “X-PachubeApiKey: abc123″ -d “`/bin/cat /proc/acpi/thermal_zone/THRM/temperature | /usr/bin/cut -c 26-27`,” http://www.pachube.com/api/1287.csv
Important is your Pachube key in the header of the PUT request. And your feed ID. With this example I am catching the acpi CPU temp and send them to Pachube.










February 3rd, 2009 at 16:38
I love this kind of Pachube experiments,thank you. We have developed some code on Pachube, too. The result is Pachubero, a very simple Ruby library to connect to Pachube and request data from the feeds.
Additional info here:
http://blog.mikamai.com/2009/01/internet-of-things-pachubero-pachube-wrapper-for-ruby/
Hope you can find it interesting.
February 4th, 2009 at 00:07
Pachube is really a great idea. I hope there will be more and more “publisher” in the future. Together with a friend we are working in the Aquarium interface and then my Aquarium will be visible (at least the data) on Pachube. I am already addicted to pachube.
May 5th, 2010 at 18:32
I really like this article,because i do think this will help us to make a good project on this topic.I bookmarked the blog so in future i can search it for more post.