[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Progress on the city bus project



I managed to find a subset of the data on the net, which I've since
imported into postgres.

http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.gif
http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.dmp

It's a 18k dump of the postgres db.

If you'd like to participate, you'll need 3 pieces of software:

1. jakarta-tomcat-3.2.1 (http://jakarta.apache.org/)
2. jython-2.1a1 (http://jython.sourceforge.net/)
3. postgresql-7.1 (http://www.postgresql.org/)

And of course, a Java VM from IBM or Sun. The intent is to write servlets
in jython. 2.1a1 comes with a special servlet called PyServlet, which allows
you to do just that.

Also, any pointers on how to go about procuring the final data that's
accurate and how to keep it up to date will be highly appreciated.

	-Arun