I'm new to mapping and GIS and I'd like to setup a mapping system to display informations on a map, I think the following could work but I'm not sure how good it is..
1- I store my data (lat, lng etc) on a PostGRESQL server
2- I build a GeoJson file containing the informations I want to display on the map (using the data on the postgresql server)
3- I send the Geojson file to TileMill / PolyMaps / etc
Do I need to use tileStream or something to serve the tile ? To build on almost real-time system all I need is to rebuild the geoJson file right ? is Wax useful for me ?
Thank you !

