On Wed, Aug 12, 2009 at 7:06 PM, Ian Dees<[email protected]> wrote: > On Wed, Aug 12, 2009 at 1:01 PM, John McKerrell <[email protected]> wrote: >> >> Perhaps if you entered your >> username it could report all the elements that change away from your >> username? > > I seem to remember having a discussion ages ago about uses for a realtime > feed from the database. This might be one of them... > > We don't care (too much) if we miss some of the stream, but when it's > working we could send out notifications to those that are interested in > certain nodes. Also, since it's an XML stream we could use XSLT to quickly > match any changes that people are looking for. >
We already have next to real time information in the form of minute diff files. You don't need a stream to do notifications (in fact it would probably make it harder). And just as a note of warning... XSLT has never been known for quickness... anything with a SAX parser will do for simple notifications of this kind. Dave _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

