Live data from Hacker News

Open source bike comparison and review

bikeindex.org

1–10 of 49 posts

Re: Open source bike comparison and review

#7
post #5

This is relevant to my interests. :) Is there/will there be a data dump?

There's an API from which, as far as I can tell, it is easy to make the dump. The data also seems to be on GitHub: https://github.com/bikeindex/bikebook/tree/master/bike_data

So the only way to contribute more information is via pull request? That requirement excludes the vast majority of the kinds of people who would be willing to contribute more bike information (namely, people who ride bikes, work in bike shops, etc.)

Re: Open source bike comparison and review

#8
Sadly, the data seems rather shallow. Look at the output from one of the example API requests:

http://bikebook.io/?manufacturer=fuji&year=2014&frame_model=...

They have somewhat seperated the data into component groups, but individual parts are not identified, so I can't search for all bikes with a specific brake lever or tire of certain size, since its all just unprocessed raw strings.

Re: Open source bike comparison and review

#10
post #7
post #5

Earlier quoted context omitted.

There's an API from which, as far as I can tell, it is easy to make the dump. The data also seems to be on GitHub: https://github.com/bikeindex/bikebook/tree/master/bike_data

So the only way to contribute more information is via pull request? That requirement excludes the vast majority of the kinds of people who would be willing to contribute more bike information (namely, people who ride bikes, work in bike shops, etc.)

Yeah, we're considering ways to make it editable via web interface of some kind, but for now - hey, all the data is online and it's accessible and editable enough.
Post reply on HN