On Thu, Jan 2, 2014 at 11:57 PM, Colin Reese <[email protected]> wrote:
> Looks like I wrote essentially the same thing, except using python except 
> ruby and sqlite instead in MySQL.

I started with sqlite and had to change it for a real database when it
became too slow after I had a few million readings in the database. A
multi-client database also made it easy to have one program writing
values to it and multiple clients reading from it.

I moved to mysql directly but it would probably have been better to
use something like ActiveRecord to support any database. It's a pretty
clean codebase today though and produces some nice graphs:

http://www.corujas.net/weather

Right now it only supports 1wire and dinrelay IP relays.

Pedro

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to