-
Notifications
You must be signed in to change notification settings - Fork 19
PythonParser
Marcel edited this page Mar 21, 2015
·
1 revision
The Glasnost Python Parser is a Python/Django project that helps to make use of GLASNOST data for high-level research questions. (As part of The Network is Aware project).
The parser helps with the following:
1 Extracting the main outcome or "verdict" from test logs. This is an update of the original algorithm provided by the authors, covering corner cases and "abnormal" tests. 2 Adding historical based geo-leocation + ASN data 3 Storing the output in SQL, easing making aggregated (ISP/country level) datasets.
Build & run steps are provided in the README_FIRST file in the project directory.
For parser details, see "BUILDING VERDICTS WITH GLASNOST PYTHON PARSER" under the docs directory.