Closed alvaromorales closed 8 years ago
92.30%
Branch #22 has no coverage reports uploaded yet.
No diff could be generated. No reports for
master
found. Review entire Coverage Diff as of8cf30c7
Powered by Codecov. Updated on successful CI builds.
Awesome, thank you! Really loving the articles_with_multiple_types
:+1: Please see my inline comments for details. In addition, could you please add the obligatory travis badge to the readme?
I think we can also get rid of scripts/merge_extracted.sh
and scripts/partition.py
.
Great, I updated the PR with your suggestions.
LGTM! :rocket:
Moved from SQLAlchemy+MySQL to peewee+PostgreSQL.
Renamed
fetch
toquery
for consistency. "query" is more natural when dealing with a DB system. Also, this avoids confusion with the WikipediaBase fetcher, in charge of scraping HTML pages.Added util module for helper functions.
Switched to WikipediaBase-style classes. Because WikipediaBase is a long-standing production system, we should use its convention for Wikipedia classes. The convention is to prepend "wikipedia-" to class names, and use dashes instead of spaces. For backwards compatibility and flexibility, I made it such that you can specify both wikipedia classes (e.g. "wikipedia-french-commune") and strings ("french commune") to query methods. We might want to revisit this later on.
Added Travis file and script to insert and test fake data. Added coveragerc and connected to codecov.
Fixes #16