Commit e6e930c0 by Brian Wilson

Calculate number of users per country.

Based on IP geolocation of the last seen event for a user.

Change-Id: Ib85b42ed6062e4cd9cd0efcb96dd4729b6feccff
parent 3929cee0
......@@ -7,6 +7,7 @@ numpy==1.8.0
oursql==0.9.3.1
pandas==0.13.0
pbr==0.5.23
pygeoip==0.3.1
python-cjson==1.0.5
stevedore==0.14.1
tornado==3.1.1
......
......@@ -32,6 +32,7 @@ edx.analytics.tasks =
sqoop-import = edx.analytics.tasks.sqoop:SqoopImportFromMysql
dump-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseTask
export-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseAfterImportWorkflow
last-country = edx.analytics.tasks.user_location:LastCountryForEachUser
mapreduce.engine =
hadoop = edx.analytics.tasks.mapreduce:MapReduceJobRunner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment