Re: Noob help for charting on web site, need assistance

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Greg Howard <ghoward(at)sunscience(dot)biz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Noob help for charting on web site, need assistance
Date: 2011-09-14 22:43:50
Message-ID: 4E712E26.6010704@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/14/2011 02:56 PM, Greg Howard wrote:
> I am new to the mailing list and to PostgreSQL.
>
> I am currently running PostgreSQL 9.0.4 on a Windows XP laptop.
>
> I am successfully logging sensor data to a database (temperature, humidity, voltage, etc…), I would like to display the data in a chart on a web site. Currently I am have everything on the same Windows system, PostgreSQL, data acquisition system, Apache Web server, pgAdmin III, and pgAgent....
If you are running PHP you can check out JpGraph. Not free but not too
expensive either and there are lots of chart options.

Sparklines might be just the ticket - especially for mobile devices. One
implementation is at http://sparkline.org/

Both the above are in PHP so you would need that on your system.

You could do something in JavaScript. gRaphaël is pretty cool:
http://g.raphaeljs.com/

And RRDtool makes nice graphs of sensor-type data:
http://oss.oetiker.ch/rrdtool/

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2011-09-15 01:26:32 Re: Noob help for charting on web site, need assistance
Previous Message Alban Hertroys 2011-09-14 22:13:59 Re: Query performance help with 'shadow table' approach.