Josh Simmons made this book dataset available for our OpenData-Hackathon at OSCON Amsterdam, Tue Oct 27 18:00.
It contains O’Reilly books since 2014 with ISBN, title and publication date. Let’s load them into a graph model.
=Navigating= | |
visit('/projects') | |
visit(post_comments_path(post)) | |
=Clicking links and buttons= | |
click_link('id-of-link') | |
click_link('Link Text') | |
click_button('Save') | |
click('Link Text') # Click either a link or a button | |
click('Button Value') |
date | value | |
---|---|---|
2013-01 | 53 | |
2013-02 | ||
2013-03 | 269 | |
2013-04 | 344 | |
2013-05 | 376 | |
2013-06 | 410 | |
2013-07 | 421 | |
2013-08 | 405 | |
2013-09 | 376 |
Josh Simmons made this book dataset available for our OpenData-Hackathon at OSCON Amsterdam, Tue Oct 27 18:00.
It contains O’Reilly books since 2014 with ISBN, title and publication date. Let’s load them into a graph model.