Includes a simple app that reads the locations for an agency and presents the raw data using HTTPTupleView.
Assumes Streams 4.0, to ensure that dependencies on the deprecated geospatial toolkit functionality are not made.
May require a version of com.ibm.streams.inet built from the latest code, with pull request #116 to fix issue #115. In the past I've been successful running it with an older version, but it's possible the response from NextBus changed its http headers.
Initial code that provides types and composite operators to read NextBus vehicle locations.
http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf
Includes a simple app that reads the locations for an agency and presents the raw data using HTTPTupleView.
Assumes Streams 4.0, to ensure that dependencies on the deprecated geospatial toolkit functionality are not made.
May require a version of com.ibm.streams.inet built from the latest code, with pull request #116 to fix issue #115. In the past I've been successful running it with an older version, but it's possible the response from NextBus changed its http headers.
Fixes #1