Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nugget/vroom

Toolkit for working with Road Trip data
https://github.com/nugget/vroom

Last synced: 3 days ago
JSON representation

Toolkit for working with Road Trip data

Awesome Lists containing this project

README

        

## VROOM - Road Trip backup file toolkit

This is Tcl and PostgreSQL code I use to process backup files from the Road
Trip iPhone app by Darren Stone.

http://darrensoft.ca/roadtrip/

The application syncs its data to Dropbox, and this code will scrape the
Dropbox-stored data files and sync them with a PostgreSQL database.
Includes Tcl packages for manipulating and processing the data, which
I use on my website to publish car statistics.

http://macnugget.org/cars/

This stuff was written just to scratch my own itch, but if you're willing
to embrace Tcl and PostgreSQL it should be fairly reusable for other purposes.