You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

Analytics/Data access: Difference between revisions

From Wikitech-static
Jump to navigation Jump to search
imported>Isaac Johnson
(→‎Database dumps: update list of hosts with xml dumps)
imported>BCornwall
 
(42 intermediate revisions by 19 users not shown)
Line 1: Line 1:
In addition to a variety of [[meta:Research:Data|publicly-available data sources]], Wikimedia has a parallel set of private data sources. The main reason is to allows a carefully vetted set of users to perform research and analysis on confidential user data (such as the IP addresses of readers and editors) which is stored according to our [[foundation:Privacy_policy|privacy policy]] and [[metawiki:Data_retention_guidelines|data retention guidelines]]. This private infrastructure also provides duplicate copies of publicly-available data for ease of use.
In addition to a variety of [[meta:Research:Data|publicly-available data sources]], Wikimedia has a parallel set of private data sources. The main reason is to allows a carefully vetted set of users to perform research and analysis on confidential user data (such as the IP addresses of readers and editors) which is stored according to our [[foundation:Privacy_policy|privacy policy]] and [[metawiki:Data_retention_guidelines|data retention guidelines]]. This private infrastructure also provides duplicate copies of publicly-available data for ease of use.


== Shell access ==
== Do you need it? ==
This private data lives in same server cluster that runs Wikimedia's production websites. This means you will need [[production shell access]] to get it (see also [https://docs.google.com/document/d/1BwB92e-wNc-y6c5DYfBj7ZxdRFmYlKa-ijzp4t-2f0c/edit these notes] on configuring SSH specifically for the purpose of working with the stats servers).  
Private data lives in same server cluster that runs Wikimedia's production websites. Often, this means you need [[SRE/Production access|production access]] to access it.


However, since this access gets you closer to both those production websites and this confidential data, it is not freely given out. First, you have to demonstrate a need for these resources. Second, you need to have a non-disclosure agreement with the Wikimedia Foundation. If you're a Foundation employee, this was included as part of your employment agreement. If you're a researcher, it's possible to be sponsored through [[mw:Wikimedia_Research/Formal_collaborations|a formal collaboration with the Wikimedia Foundation's Research team]].
However, since this access gets you closer to both those production websites and this confidential data, it is not freely given out. First, you have to demonstrate a need for these resources. Second, you need to have a non-disclosure agreement with the Wikimedia Foundation. If you're a Foundation employee, this was included as part of your employment agreement. If you're a researcher, it's possible to be sponsored through [[mw:Wikimedia_Research/Formal_collaborations|a formal collaboration with the Wikimedia Foundation's Research team]].


=== User responsibilities ===
=== {{Anchor|Responsibilities}}User responsibilities ===
If you get this access, you '''must''' remember that this access is extremely sensitive. '''You have a duty to protect the privacy of our users'''. As Uncle Ben says, "with great power comes great responsibility." Always follow the rules outlined in the [[phab:L3|Acknowledgement of Server Access Responsibilities]], which you have signed if you have access to this data.
You '''must''' remember this access is extremely sensitive. '''You have a duty to protect the privacy of our users'''. As [[:en:Uncle_Ben|Uncle Ben]] says, "[[:en:With_great_power_comes_great_responsibility|with great power comes great responsibility]]". Always follow the rules outlined in the [[phab:L3|Acknowledgement of Server Access Responsibilities]], even if you don't have requested ssh access to stat100x clients, since it contains good guidelines about how to handle sensitive data.


In addition, keep in mind the following important principles:
In addition, keep in mind the following important principles:
* Read data [https://wikitech.wikimedia.org/wiki/Analytics/Data_Access_Guidelines access guidelines], this is important.


*'''Be paranoid about personally identifiable information''' (PII). Familiarize yourself with the data you are working on, and determine if it contains any PII. It's better to double and triple check than to assume anything, but if you have any doubt ask the Analytics team (via IRC or email or Phabricator). Please see the [[metawiki:Data_retention_guidelines|data retention guidelines]].
*'''Be paranoid about personally identifiable information''' (PII). Familiarize yourself with the data you are working on, and determine if it contains any PII. It's better to double and triple check than to assume anything. If you have any doubt ask the [[Data Engineering/Contact|Data Engineering team]]. Please see the [[metawiki:Data_retention_guidelines|data retention guidelines]].
*'''Don't copy sensitive data''' (for example, data accessible only by the users in the analytics-privatedata-users) from its origin location to elsewhere (in HDFS or on any other host/support) unless strictly necessary.  And most importantly, do it only if you know what you are doing. If you are in doubt, please reach out to the Analytics team first.
*'''Don't copy sensitive data''' (for example, data accessible only by users in the <code>analytics-privatedata-users</code> group) from its origin location to elsewhere (in HDFS or on any other host/support) unless strictly necessary.  And most importantly, do it only if you know what you are doing. If you are in doubt, please reach out to the [[Data Engineering/Contact|Data Engineering team]] first.
*'''Restrict access'''.  If you do need to copy sensitive data somewhere, please make sure that you are the only one able to access the data. For example, if you copy Webrequest data from its location on HDFS to your /user/$your-username directory, make sure that the permissions are set to avoid everybody with access to HDFS to read the data. This is essential to avoid accidental leaks of PII/sensitive data or retention over our guidelines (https://meta.wikimedia.org/wiki/Data_retention_guidelines).
*'''Restrict access'''.  If you do need to copy sensitive data somewhere, please make sure that you are the only one able to access the data. For example, if you copy Webrequest data from its location on HDFS to your /user/$your-username directory, make sure that the permissions are set to avoid everybody with access to HDFS to read the data. This is essential to avoid accidental leaks of PII/sensitive data or retention over our [[metawiki:Data_retention_guidelines|guidelines]].
*'''Clean up copies of data'''.  Please make sure that any data that you copied is deleted as soon as your work has been done.
*'''Clean up copies of data'''.  Please make sure that any data that you copied is deleted as soon as your work has been done.


If you ever have any questions or doubts, err on the side of caution and [[Analytics#Contact|contact the Analytics team]]. We are very friendly and happy to help!
If you ever have any questions or doubts, err on the side of caution and [[Data Engineering/Contact|contact the Data Engineering team]]. We are very friendly and happy to help!


=== Access Groups ===
== Requesting access ==
To get access, you submit a request on phabricator and tag <code>SRE-Access-Requests for shell access:</code> [[Production shell access#Requesting access]].  You will need to specify what access group you need.


'analytics-*' groups have access to the [[Analytics/Cluster|Analytics Cluster]] (which mostly means Hadoop).  'statistics-*' groups get access to stat* servers for local (non distributed) compute resources.  These groups overlap in what servers they grant ssh access to, but further posix permissions restrict access to things like MySQL, Hadoop, and files.
If after reading the above you do need access to WMF analytics data and/or tools, you'll need to submit a request on Phabricator and add the project tag <code>SRE-Access-Requests</code>: Follow the steps at [[Production access#Access Request Process]].


Here's a summary of groups you might need (as of 2016-10-18):
If you already have access and you only need to get kerberos credentials, it is sufficient to create a task with the project tag <code>Analytics</code>: [https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?title=Requesting%20Kerberos%20access%20for%20%3CYOUR%20USERNAME%3E&description=*%20My%20username%20on%20wikitech.wikimedia.org%20is%3A%20%0D%0A*See%20https%3A%2F%2Fwikitech.wikimedia.org%2Fwiki%2FAnalytics%2FData_access&projects=analytics Create a ticket requesting kerberos credentials].


;<code>researchers</code>
Read the following sections to figure out what you'll access levels you should request in your ticket.
: Access to stat1006 and the credentials for the MariaDB slaves in<code>/etc/mysql/conf.d/research-client.cnf</code>.
 
;<code>statistics-users</code>
Please follow the instructions [[Production_access#Filing_the_request|Production access request instructions]] for any of the access types. We need a paper trail and a standard form in order to keep track of requests and understand why they are happening. When submitting the Phabricator ticket, you may edit the description accordingly to match the request you are asking for. E.g. if you don't need SSH access, you don't need to provide an SSH key.
: Access to stat1006 for number crunching and accessing non private log files hosted there.
;<code>statistics-privatedata-users</code>
: Access to stat100[56] for the MariaDB slaves in <code>/etc/mysql/conf.d/statistics-private-client.cnf</code>
;<code>analytics-wmde</code>
: WMDE specific group (mostly used for crons). Access to stat1007 and to MariaDB slaves in <code>/etc/mysql/conf.d/research-wmde-client.cnf</code>
;<code>analytics-users</code>
: Access to stat1004 to connect to the [[Analytics/Cluster]] (Hadoop/Hive) (NO HADOOP PRIVATE DATA).
;<code>analytics-privatedata-users</code>
: Access to stat1004, stat1005 and stat1007 to connect to the [[Analytics/Cluster]] (Hadoop/Hive) and to query '''private''' data hosted there, including webrequest logs. Access to MariaDB slaves in <code>/etc/mysql/conf.d/analytics-research-client.cnf</code>
: If you want Hadoop access you probably want this. '''Please also request a Kerberos authentication principal following [[Analytics/Systems/Kerberos/UserGuide#Get_a_password_for_Kerberos]] if you hold an existing user in analytics-privatedata-users but not one for Kerberos, otherwise it is sufficient to request it in the task of your access request'''. To SRE: if you are adding a new user in analytics-privatedata-users, remember that from December 2019 Kerberos was enabled for Hadoop, so group membership is not enough to access the cluster. In order to create an Kerberos principal, please follow: [[Analytics/Systems/Kerberos#Create_a_principal_for_a_real_user]].
:
The list of users currently in each group is available in this [https://github.com/wikimedia/operations-puppet/blob/production/modules/admin/data/data.yaml configuration file].<ref>Other groups including <code>statistics-admins</code>, <code>analytics-admins</code>, <code>eventlogging-admins</code>, and <code>statistics-web-users</code> are for people doing system maintenance and administration, so you don't need them just to access data.</ref>


=== Host access granted ===
== Access Levels ==
There are a few varying levels and combinations of access that we support. 
{| class="wikitable"
{| class="wikitable"
!Access Groups
|+Levels of access
!Access to stat1007
!
!Access to stat1006
!Requesting
!Access to stat1004
!Gives you
!Access to stat1005
!Access to notebook100[34]
|-
|-
|<code>researchers</code>
|Required for everything below
|
|<code>wmf</code>/<code>nda</code> LDAP group
|X
|Basic access to [[Data Engineering/Systems/Superset|Superset]] & [[Data Engineering/Systems/Turnilo|Turnilo]], but not private data-based dashboards<sup>†</sup>
|
|
|X
|-
|-
|<code>statistics-users</code>
|Required for everything below
|
|Individual shell (posix) membership in <code>analytics-privatedata-users</code> group
|X
|Access to private data-based dashboards<sup>†</sup>
|
|
|
|-
|-
|<code>statistics-privatedata-users</code>
|Optional
|X
|<code>sql_lab</code> role (see [[phab:T328457|T328457]])
|X
|Access to [https://superset.wikimedia.org/superset/sqllab/ Superset's SQL Lab] for running [[Data Engineering/Systems/Presto|Presto]] & [https://druid.apache.org/docs/latest/querying/sql.html Druid SQL] queries
|
|
|X
|-
|-
|<code>analytics-users</code>
|Required for everything below
|X
|SSH key entry (you'll need to provide a public key)
|
|The following:
|X
 
|X
* access to [[Data Engineering/Systems/Clients|analytics client servers]] ("stat boxes")
|X
* access to internal [[Data Engineering/Systems/Jupyter|Jupyter]] (like [[PAWS]] but more)
* querying MediaWiki [[Data Engineering/Systems/MariaDB|analytics MariaDB]] replicas
* using a [[Analytics/Cluster/AMD GPU|GPU]] (on some stat boxes)
|-
|-
|<code>analytics-privatedata-users</code>
|Optional
|X
|[[Data Engineering/Systems/Kerberos|Kerberos]] principal
|
|The following:
|X
 
|X
* access to data in Hadoop (HDFS)
|X
* querying with [[Analytics/Cluster/Hive|Hive]]/[[Data Engineering/Systems/Cluster/Spark|Spark]]/[[Data Engineering/Systems/Presto|Presto]]/[[wmfdata]]
* loading data into the [[Analytics/Data Lake|Data Lake]]
* running/scheduling jobs
|-
|-
|<code>analytics-wmde</code>
|Optional
|X
|Team shell (posix) membership
|
|Managing shared jobs, files in HDFS, and data in Hive
|
|
|
|}
|}
<sup>'''†'''</sup> If a dashboard/chart in Superset uses a dataset that is accessible in Turnilo, it is not private data-based. There are certain extra steps that need to be taken to make datasets available to users with just basic Superset/Turnilo access, so early-in-development and experimental dashboards are often built using datasets that require private data access.
This might all be confusing if you are just trying to figure out what to put in your Phabricator <code>SRE-Access-Requests</code> ticket.  Below are a some common use cases of what you might be trying to request.
== What access should I request? ==
If you need access to...
=== Dashboards in web tools like Turnilo and/or Superset that do not access private data ===
* LDAP membership in the <tt>wmf</tt> or </tt>nda</tt> LDAP group.
=== Dashboards in Superset / Hive interfaces (like Hue) that do access private data ===
* LDAP membership in the <tt>wmf</tt> or </tt>nda</tt> LDAP group.
* Shell (posix) membership in the `analytics-privatedata-users` group
''Note to SREs granting this access:  This can be done by declaring the user in Puppet as usual, but with an empty array of <tt>ssh_keys</tt>.
''
=== ssh login to analytics client servers (AKA stat boxes) without Hadoop, Hive, Presto access ===
This is a rare need, but you might want it if you just want to use a GPU on a stat box, or access to MediaWiki analytics MariaDB instances.
* LDAP membership in the <tt>wmf</tt> or </tt>nda</tt> LDAP group.
* Shell (posix) membership in the `analytics-privatedata-users` group
* An ssh key for your shell user
=== ssh login to analytics client servers (AKA stat boxes) with Hadoop, Hive, Presto access ===
* LDAP membership in the <tt>wmf</tt> or </tt>nda</tt> LDAP group.
* Shell (posix) membership in the `analytics-privatedata-users` group
* An ssh key for your shell user
* A Kerberos principal
=== All of the above ===
If you are a WMF engineer wanting to work with analytics data, most likely you'll want all of these access levels together:
* LDAP membership in the <tt>wmf</tt> or </tt>nda</tt> LDAP group.
* Shell (posix) membership in the `analytics-privatedata-users` group
* An ssh key for your shell user
* A Kerberos principal
If needed for work on your team, you may also want Team specific shell (posix) group membership (see below).
== Analytics shell (posix) groups explained ==
=== Generic data access (can go together with the Team specific ones) ===
;<code>'''analytics-privatedata-users (no kerberos, no ssh)'''</code>
:The Analytics team offers various UIs to fetch data from Hadoop, like Turnilo and Superset. They are both guarded by CAS authentication (requiring the user to be in either the wmf or the nda LDAP groups), fetching data from Druid (currently not authenticated). Superset is also able to fetch data from Hadoop/Hive on behalf of the logged in user via a (read-only) tool called Presto. There are two use cases:
:* Sql-lab panel: the user is able to make sql-like queries on Hadoop datasets (pageviews/event/etc..) without the need to log in on a stat100x host.
:* Dashboards: data visualized in dashboards fetched from Hadoop.
:In both cases, Superset works on behalf of the user, so eventually the username will need to hold read permissions for Hadoop data to correctly visualize what requested. This is guaranteed by being into <code>analytics-privatedata-users</code>, that gets deployed on the Hadoop master nodes (without ssh access) to outline user permissions on HDFS. This is why some users might want to be in the group without either kerberos or ssh.
:Access of this kind, a shell group without the actual shell access, is managed by SRE. To request it, use the [[phab:maniphest/task/edit/form/8/|Request shell access]] template in Phabricator and clarify in the title "no server access" and leave the "SSH public key" point blank. Additionally, if you are not yet in either of the "wmf" or "nda" LDAP groups, make sure to ask for this at the same time in the task. (Check https://ldap.toolforge.org/group/wmf or https://ldap.toolforge.org/group/nda to know if you're already in the LDAP group.). For example request, see [[phab:T305634|T305634]].
;<code>'''analytics-privatedata-users (no kerberos)'''</code>
:Grants access to the [[Analytics/Systems/Clients|analytics clients]], GPUs and to [[Analytics/Systems/MariaDB|MariaDB replicas]] (using the credentials at <code>/etc/mysql/conf.d/analytics-research-client.cnf</code>).
;<code>analytics-privatedata-users (with kerberos)</code>
:Grants access to all the [[Analytics/Systems/Clients|analytics clients]], the [[Analytics/Cluster|analytics cluster]] (Hadoop/Hive) and the '''private''' data hosted there, and to [[Analytics/Systems/MariaDB|MariaDB replicas]], using the credentials at <code>/etc/mysql/conf.d/analytics-research-client.cnf</code>.
:Users in this group also need a [[Analytics/Systems/Kerberos|Kerberos]] authentication principal. If you're already a group member and don't have one, follow the [[Analytics/Systems/Kerberos/UserGuide#Get_a_password_for_Kerberos|instructions in the Kerberos user guide]]. If you're requesting membership in this group, the [[SRE|SRE team]] will [[Analytics/Systems/Kerberos#Create_a_principal_for_a_real_user|create this for you]] when they add you to the group.
;<code>'''analytics-admins'''</code>
:This and similar groups (like <code>statistics-admins</code>, <code>eventlogging-admins</code>, and <code>statistics-web-users</code>) are for people doing system maintenance and administration, generally as part of a WMF engineering team.  The <code>analytics-admins</code> group, for example, is for people working on the Data Engineering team or collaborating with Data Engineering through a value stream.  The list of users currently in each group is available in this [https://github.com/wikimedia/operations-puppet/blob/production/modules/admin/data/data.yaml configuration file].
=== Team specific (they do not grant access to PII data on Hadoop, for that see analytics-privatedata-users) ===
;<code>analytics-wmde-users</code>
:For [[meta:Wikimedia Deutschland|Wikimedia Deutschland]] employees, mostly used for crons running automation jobs as  the <code>analytics-wmde</code> system user. Grants access to all stat100x hosts, to the [[Analytics/Systems/MariaDB|MariaDB replicas]] via <code>/etc/mysql/conf.d/research-wmde-client.cnf</code> and to the <code>analytics-wmde</code> system user. It is not required that every WMDE user is placed into this group, only those who needs to take care of the aforementioned automation will require access (so they'll ask it explicitly).
;<code>analytics-search-users</code>
: For members of the [[mw:Wikimedia Search Platform|Wikimedia Foundation Search Platform team]] , used for various Analytics-Search jobs). Grants access to all stat100x hosts, an-airflow1001 and to the <code>analytics-search</code> system user.
;<code>analytics-product-users</code>
:For members of the Product Analytics team, used for various analytics jobs. Grants access to all stat100x hosts, and to the <code>analytics-product</code> system user.
;<code>analytics-research-users</code>
:For members of the Research team, used for various jobs. Grants access to all stat100x hosts, an Airflow instance, and to the <code>analytics-research</code> system user.
;<code>analytics-platform-eng-users</code>
:For members of the Research team, used for various jobs. Grants access to all stat100x hosts, an Airflow instance, and to the <code>analytics-platform-eng</code> system user.
=== Groups to avoid (deprecated) ===


=== Data access granted ===
;<code>researchers</code>
;<code>analytics-users</code>
 
===Host access granted===
There used to be a lot of differences in what hosts an Analytics POSIX group could have had access to, but now there is none anymore.
 
===Data access granted===
{| class="wikitable"
{| class="wikitable"
!Access Groups
!Access Groups
Line 100: Line 162:
!Hadoop access
!Hadoop access
(Private data)
(Private data)
!research-client.cnf
!Mariadb credentials
!statistics-private-client.cnf
!System user
!research-wmde-client.cnf
!Other
!analytics-research-client.cnf
|-
|-
|<code>researchers</code>
|<code>analytics-privatedata-users</code>
|
|<code>yes</code>
|
|<code>yes</code>
|X
|<code>analytics-research-client.cnf</code>
|
|<code>analytics-privatedata</code>
|
|
|
|-
|-
|<code>statistics-users</code>
|<code>analytics-wmde-users</code>
|
|
|
|
|
|
|
|<code>research-wmde-client.cnf (only on stat1007)</code>
|<code>analytics-wmde</code>
|
|
|-
|-
|<code>statistics-privatedata-users</code>
|<code>analytics-search-users</code>
|
|
|
|
|
|X
|
|
|
|
|<code>Airflow admin</code>
|-
|-
|<code>analytics-users</code>
|<code>analytics-product-users</code>
|X
|
|
|
|
|
|
|<code>analytics-product</code>
|
|
|
|}
|-
|<code>analytics-privatedata-users</code>
|X
|X
|
|
|
|X
|-
|<code>analytics-wmde</code>
|
|
|
|
|X
|
|}<br />


=== Data access expiration ===
=== Shell access expiration ===
Data access is given to collaborators and contractors with a time limit. Normally the end date is set to be the contract or collaboration end date. For staff data access terminates upon employment termination unless there is a collaboration in place.
Data access is given to collaborators and contractors with a time limit. Normally the end date is set to be the contract or collaboration end date. For staff data access terminates upon employment termination unless there is a collaboration in place.


Line 162: Line 203:


== LDAP access ==
== LDAP access ==
Some Analytics systems, including [[Analytics/Systems/Superset|Superset]], [[Analytics/Systems/Turnilo|Turnilo]], and [[SWAP]], require a [[mw:developer account|developer account]] in the <code>wmf</code> or <code>nda</code> [[LDAP/Groups|LDAP groups]] for access.  
Some Analytics systems, including [[Analytics/Systems/Superset|Superset]], [[Analytics/Systems/Turnilo|Turnilo]], and [[Analytics/Systems/Jupyter|Jupyter]], require a [[mw:developer account|developer account]] in the <code>wmf</code> or <code>nda</code> [[LDAP/Groups|LDAP groups]] for access.  


If you need this access, first make sure you have a working developer account (if you can [[Special:Login|log into this wiki]], you have one). If you need one, you can create one at [[mw:Developer_account]].
If you need this access, first make sure you have a working developer account (if you can [[Special:Login|log into this wiki]], you have one). If you need one, you can create one at [[mw:Developer_account]].
Line 168: Line 209:
Note that a developer account comes with ''two'' different usernames; some services need one and some services need the other. You can find both by [[Special:Login|logging into this wiki]] and visiting [[Special:Preferences#mw-prefsection-personal|the "user profile" section of Special:Preferences]]. Your ''Wikitech username'' is listed under "Username", while your ''developer shell username'' is listed under "Instance shell account name". Thankfully, there's only one password!
Note that a developer account comes with ''two'' different usernames; some services need one and some services need the other. You can find both by [[Special:Login|logging into this wiki]] and visiting [[Special:Preferences#mw-prefsection-personal|the "user profile" section of Special:Preferences]]. Your ''Wikitech username'' is listed under "Username", while your ''developer shell username'' is listed under "Instance shell account name". Thankfully, there's only one password!


Then, create a Phabricator task tagged with [https://phabricator.wikimedia.org/project/board/1564/ LDAP-access-requests] asking to be added to the appropriate group. Make sure you include both your usernames. For an example task, see [https://phabricator.wikimedia.org/T208822 T208822].
Then, create a Phabricator task: Read and follow [[phab:project/profile/1564/|the instructions for LDAP-access-requests]] to request getting added to the appropriate group. Make sure you include both your usernames.


Note that this access has similar requirements to shell access: you will need to either be a Wikimedia Foundation employee or have a signed volunteer NDA.
Note that this access has similar requirements to shell access: you will need to either be a Wikimedia Foundation employee or have a signed volunteer NDA.
== Accounts and passwords explained: LDAP/Wikitech/MW Developer vs shell/ssh/posix vs Kerberos ==
There are too many different accounts and passwords one has to deal with in order to access analytics systems.  For now it's what we've got.  Let's try to explain them all explicitly.
=== tl;dr ===
* LDAP AKA Wikitech AKA Mediawiki Developer accounts are the same.  There are 2 usernames for this account, but only one password.
* POSIX AKA shell AKA ssh accounts are the same.  The username is the same as your 'shell username' for your LDAP account.  There is no password, only an ssh key pair.
* Kerberos uses your shell username and a separate Kerberos account password, and grants you access to distributed systems like Hadoop.
=== LDAP ===
LDAP is used mostly for web logins.  An LDAP account has 2 usernames, the 'Wikitech' username and the shell username, as described above.  The password for these is the same.
Since LDAP account creation is handled by Mediawiki and also allows you to log into Wikitech (this wiki), LDAP accounts are sometimes referred to as your 'Wikitech' account or your 'Mediawiki developer account'.  These terms all mean the same thing.
Analytics web UIs (like Jupyter, Turnilo, Superset, etc.) require that you have an LDAP account in specific groups.  Membership in these groups authorize access.
=== POSIX ===
To log into a production server, you need an explicit POSIX shell account created for you.  This is handled by SRE.  POSIX user accounts are often also referred to as your shell or ssh account, as ssh allows you to remote login and get a shell (terminal) on a production server.  At WMF, POSIX user accounts do not use passwords.  Instead, you login via ssh using an ssh key pair.
Access to specific production servers is managed by membership of your POSIX account in specific groups, e.g. analytics-privatedata-users.
=== Kerberos ===
[[Analytics/Systems/Kerberos|Kerberos]] is only needed when using a distributed system like Hadoop.  You can ssh into a single production server with your POSIX account, but other production servers that you are not directly logged into have no way of knowing you are authorized to access them.  Kerberos solves this problem.  After logging into a server with ssh, you authenticate to Kerberos with <tt>kinit</tt> and your Kerberos password (this is a totally different password than your LDAP one).  Then, when using a distributed system, other servers can interact with Kerberos to determine if your access should be authorized.


==Infrastructure==
==Infrastructure==
=== Analytics clients ===
===Analytics clients===
Once you have access to the production cluster, there are several servers which you can use to access private data sources and run your analysis. There are two types: the stat servers, designed for command-line use, and the SWAP servers, designed for Jupyter notebook use. For more information, see [[Analytics/Systems/Clients]].
The [[Analytics/Systems/Clients|analytics clients]] are servers in the production cluster where you can run your code and queries. In fact, you ''should'' use them to run all your analysis, so that sensitive data never leaves the production cluster.
 
They have a number of useful capabilities, from large amounts of memory to [[Analytics/Systems/Jupyter|Jupyter notebooks]].  


===MariaDB===
===MariaDB===
The [[Analytics/Systems/MariaDB|Analytics MariaDB cluster]] contains copies of the production [[Mw:Manual:Database layout|MediaWiki databases]] (both actively-used mainstream projects and small internal-facing wikis, like various projects' Arbitration Committees).
The [[Analytics/Systems/MariaDB|Analytics MariaDB cluster]] contains copies of the production [[Mw:Manual:Database layout|MediaWiki databases]] (both actively-used mainstream projects and small internal-facing wikis, like various projects' Arbitration Committees).


=== Hadoop ===
=== Data Lake===
:''As of November 2019, Hadoop is authenticated via Kerberos. See [[Analytics/Systems/Kerberos/UserGuide#Authenticate_via_Kerberos|Kerberos User guide]] and [[:User:Elukey/Analytics/Hadoop_testing_cluster|Hadoop testing cluster]].''
We store large amounts of data in analysis-friendly formats in the [[Analytics/Data Lake|Data Lake]].
 
Hadoop is our storage system for large amounts of data. The easiest way to query the Hadoop data is through [[Analytics/Cluster/Hive|Hive]], which can be accessed from most of the [[Analytics/Systems/Clients|Analytics clients]]. Simply type <code>beeline</code> in the terminal, switch to the <code>wmf</code> database, and input your query.


At the moment there are no recommended Hive access packages for R or Python. In the meantime, the best way to get data out of the system is to treat it as you would the Analytics slaves; through the terminal, type:
==Scripting access==
If you're writing some analysis code, you will probably need to access data first. There are a couple of software packages that have been developed to make this easy. Note that both of them are designed to work on the analytics clients only.


<code>beeline -f my_query.hql > file_name.tsv</code>
For Python, there is [https://github.com/wikimedia/wmfdata-python wmfdata]. It can access data through MariaDB, Hive, Presto, and Spark and has a number of other useful functions, like creating custom Spark sessions.


For information about writing HQL to query this data, see the [https://cwiki.apache.org/confluence/display/Hive/LanguageManual Hive language manual].
For R, there is [https://github.com/wikimedia/wikimedia-discovery-wmf wmf]. It can access data from MariaDB and Hive and has many other useful functions, particularly for graphing and statistics.  


==Data sources==
==Data sources==
Data sets and data streams can be found in [https://wikitech.wikimedia.org/wiki/Category:Data_stream Category:Data_stream]
Data sets and data streams can be found in [[wikitech:Category:Data_stream|Category:Data_stream]]


=== Data Dashboards. Superset and Turnilo (previously called Pivot) ===
===Data Dashboards. Superset and Turnilo===
Superset: http://superset.wikimedia.org
Superset: http://superset.wikimedia.org
Pivot: http://pivot.wikimedia.org
Turnilo: http://turnilo.wikimedia.org


You need a wikitech login that is in the "wmf" or "nda" LDAP groups. If you don't have it, please create a task like https://phabricator.wikimedia.org/T160662
You need a wikitech login that is in the "wmf" or "nda" LDAP groups. If you don't have it, please create a Phabricator task by following instructions on [[phab:tag/ldap-access-requests/]].


Before requesting access, please make sure you:
Before requesting access, please make sure you:
* have a functioning Wikitech login. Get one: https://toolsadmin.wikimedia.org/register/
*have a functioning Wikitech login. Get one: https://toolsadmin.wikimedia.org/register/
* are an employee or contractor with wmf OR have signed an NDA
*are an employee or contractor with wmf OR have signed an NDA
Depending on the above, you can request to be added to the wmf group or the nda group. Please indicate the motivation on the task about why you need access and ping the analytics team if you don't hear any feedback soon from the Opsen on duty.
Depending on the above, you can request to be added to the wmf group or the nda group. Please indicate the motivation on the task about why you need access and ping the analytics team if you don't hear any feedback soon from the Opsen on duty.


Line 207: Line 271:
You can do a lot of work with the data stored by MediaWiki in the normal course of running itself. This includes data about:
You can do a lot of work with the data stored by MediaWiki in the normal course of running itself. This includes data about:


*Users' edit counts (consult the <code>user</code> table)
* Users' edit counts (consult the <code>user</code> table)
*Edits to a particular page (consult the <code>revision</code> table, joined with the <code>page</code> table if necessary)
*Edits to a particular page (consult the <code>revision</code> table, joined with the <code>page</code> table if necessary)
*Account creations (consult the <code>logging</code> table)
*Account creations (consult the <code>logging</code> table)


==== Databases ====
====Databases====
You can access this data using the replica MariaDB databases.  These are accessible from the stat100* machines, as [[Analytics/Data_access#Stats_machines|detailed below]].
You can access this data using the replica MariaDB databases.  These are accessible from the stat100* machines via <code>analytics-mysql <wiki-id></code>. For more details [[Analytics/Systems/MariaDB|see here]].


For an overview of how the data is laid out in those databases, consult the [[mediawikiwiki:Manual:Database_layout|database layout manual]].  
For an overview of how the data is laid out in those databases, consult the [[mediawikiwiki:Manual:Database_layout|database layout manual]].  
Line 218: Line 282:
There are a few things that aren't available from the databases replicas. The main example of this is the actual content of pages and revisions. Instead, you can access them [[#API|through the API]] or in the XML dumps, which are both described below.
There are a few things that aren't available from the databases replicas. The main example of this is the actual content of pages and revisions. Instead, you can access them [[#API|through the API]] or in the XML dumps, which are both described below.


==== API ====
==== API====
A subset of this application data, which doesn't present privacy concerns, is also publicly accessible through the API (except for ''private'' wikis, which you shouldn't really need to perform research on anyway!). A good way to understand it, and to test queries, is [[Special:ApiSandbox]], which provides a way of easily constructing API calls and testing them. The output includes "Request URL" - a direct URL for making that query in the future, that should work on any and all Wikimedia production wikis.
A subset of this application data, which doesn't present privacy concerns, is also publicly accessible through the API (except for ''private'' wikis, which you shouldn't really need to perform research on anyway!). A good way to understand it, and to test queries, is [[Special:ApiSandbox]], which provides a way of easily constructing API calls and testing them. The output includes "Request URL" - a direct URL for making that query in the future, that should work on any and all Wikimedia production wikis.


If you're interested in common API tasks, and don't feel like reinventing the wheel, there are a number of Python-based API wrappers and MediaWiki utilities. Our very own Aaron Halfaker maintains [https://pypi.python.org/pypi/mediawiki-utilities#downloads MediaWiki Utilities], which includes a module dedicated to API interactions. There's no equivalent for R yet.
If you're interested in common API tasks, and don't feel like reinventing the wheel, there are a number of Python-based API wrappers and MediaWiki utilities. Our very own Aaron Halfaker maintains [https://pypi.python.org/pypi/mediawiki-utilities#downloads MediaWiki Utilities], which includes a module dedicated to API interactions. There's no equivalent for R yet.


====Database dumps====
====Database dumps ====
Every month, [http://dumps.wikimedia.org/ XML snapshots] of the databases are generated. Since they're generated monthly, they're always slightly outdated, but make up for it by being incredibly cohesive (and [http://dumps.wikimedia.org/enwiki/20161001/ incredibly large]). They contain both the text of each revision of each page, and snapshots of the database tables. As such, they're a really good way of getting large amounts of diffs or information on revisions without running into the query limits on the API.
Every month, [http://dumps.wikimedia.org/ XML snapshots] of the databases are generated. Since they're generated monthly, they're always slightly outdated, but make up for it by being incredibly cohesive (and [http://dumps.wikimedia.org/enwiki/20161001/ incredibly large]). They contain both the text of each revision of each page, and snapshots of the database tables. As such, they're a really good way of getting large amounts of diffs or information on revisions without running into the query limits on the API.


Aaron's [https://pypi.python.org/pypi/mediawiki-utilities#downloads MediaWiki-utilities] package contains a set of functions for handling and parsing through the XML dumps, which should drastically simplify dealing with them. They're also stored internally, as well as through dumps.wikimedia.org, and can be found in <code>/mnt/data/xmldatadumps/public</code> on stat1006, stat1007, notebook1003, and notebook1004.
Aaron's [https://pypi.python.org/pypi/mediawiki-utilities#downloads MediaWiki-utilities] package contains a set of functions for handling and parsing through the XML dumps, which should drastically simplify dealing with them. They're also stored internally, as well as through dumps.wikimedia.org, and can be found in <code>/mnt/data/xmldatadumps/public</code> on stat1004, stat1005, stat1006, stat1007, and stat1008.


===EventLogging data===
===EventLogging data===
One analytics-specific source of data is [[Analytics/EventLogging|EventLogging]]. This allows us to track things we're interested in as researchers that MediaWiki doesn't normally log. Examples include:
One analytics-specific source of data is [[Analytics/EventLogging|EventLogging]], [[Event Platform]] (including EventBus and [[Metrics Platform]]). This allows us to track things we're interested in as researchers that MediaWiki doesn't normally log. Examples include:


#A log of changes to user preferences;
#A log of changes to user preferences;
#A/B testing data;
# A/B testing data;
#Clicktracking data.
#Clicktracking data.


Line 240: Line 304:
An important piece of community-facing data is information on our pageviews; what articles are being read, and how much? This is currently stored in [[Analytics/Cluster/Hive#Access|our Hadoop cluster]], which contains [[Analytics/Data/Pageview hourly|aggregated pageview data]] as well as the mostly-raw [[Analytics/Data/Webrequest|database of web requests]]. See the detailed documentation [[Analytics/Data/Pageview_hourly|here]].
An important piece of community-facing data is information on our pageviews; what articles are being read, and how much? This is currently stored in [[Analytics/Cluster/Hive#Access|our Hadoop cluster]], which contains [[Analytics/Data/Pageview hourly|aggregated pageview data]] as well as the mostly-raw [[Analytics/Data/Webrequest|database of web requests]]. See the detailed documentation [[Analytics/Data/Pageview_hourly|here]].


==== Turnilo ====
====Turnilo====
[[Analytics/Systems/Turnilo-Pivot#Access]]
[[Analytics/Systems/Turnilo-Pivot#Access]]


===Geolocation data===
=== Geolocation data===
When you have IP addresses - be they from the RequestLogs, EventLogging or MediaWiki itself - you can do geolocation. This can be a very useful way of understanding user behaviour and evaluating how our ecosystem works. We currently use the MaxMind geolocation services, which are accessible on both stat1006 and stat1007: a full guide to geolocation and some examples of how to do it can be found [[Analytics/Geolocation|on the 'geolocation' page]].
When you have IP addresses - be they from the RequestLogs, EventLogging or MediaWiki itself - you can do geolocation. This can be a very useful way of understanding user behaviour and evaluating how our ecosystem works. We currently use the MaxMind geolocation services, which are accessible on stat boxes: a full guide to geolocation and some examples of how to do it can be found [[Analytics/Geolocation|on the 'geolocation' page]].


== Notes ==
==Notes==
<references />
<references />

Latest revision as of 19:32, 11 April 2023

In addition to a variety of publicly-available data sources, Wikimedia has a parallel set of private data sources. The main reason is to allows a carefully vetted set of users to perform research and analysis on confidential user data (such as the IP addresses of readers and editors) which is stored according to our privacy policy and data retention guidelines. This private infrastructure also provides duplicate copies of publicly-available data for ease of use.

Do you need it?

Private data lives in same server cluster that runs Wikimedia's production websites. Often, this means you need production access to access it.

However, since this access gets you closer to both those production websites and this confidential data, it is not freely given out. First, you have to demonstrate a need for these resources. Second, you need to have a non-disclosure agreement with the Wikimedia Foundation. If you're a Foundation employee, this was included as part of your employment agreement. If you're a researcher, it's possible to be sponsored through a formal collaboration with the Wikimedia Foundation's Research team.

User responsibilities

You must remember this access is extremely sensitive. You have a duty to protect the privacy of our users. As Uncle Ben says, "with great power comes great responsibility". Always follow the rules outlined in the Acknowledgement of Server Access Responsibilities, even if you don't have requested ssh access to stat100x clients, since it contains good guidelines about how to handle sensitive data.

In addition, keep in mind the following important principles:

  • Be paranoid about personally identifiable information (PII). Familiarize yourself with the data you are working on, and determine if it contains any PII. It's better to double and triple check than to assume anything. If you have any doubt ask the Data Engineering team. Please see the data retention guidelines.
  • Don't copy sensitive data (for example, data accessible only by users in the analytics-privatedata-users group) from its origin location to elsewhere (in HDFS or on any other host/support) unless strictly necessary. And most importantly, do it only if you know what you are doing. If you are in doubt, please reach out to the Data Engineering team first.
  • Restrict access. If you do need to copy sensitive data somewhere, please make sure that you are the only one able to access the data. For example, if you copy Webrequest data from its location on HDFS to your /user/$your-username directory, make sure that the permissions are set to avoid everybody with access to HDFS to read the data. This is essential to avoid accidental leaks of PII/sensitive data or retention over our guidelines.
  • Clean up copies of data. Please make sure that any data that you copied is deleted as soon as your work has been done.

If you ever have any questions or doubts, err on the side of caution and contact the Data Engineering team. We are very friendly and happy to help!

Requesting access

If after reading the above you do need access to WMF analytics data and/or tools, you'll need to submit a request on Phabricator and add the project tag SRE-Access-Requests: Follow the steps at Production access#Access Request Process.

If you already have access and you only need to get kerberos credentials, it is sufficient to create a task with the project tag Analytics: Create a ticket requesting kerberos credentials.

Read the following sections to figure out what you'll access levels you should request in your ticket.

Please follow the instructions Production access request instructions for any of the access types. We need a paper trail and a standard form in order to keep track of requests and understand why they are happening. When submitting the Phabricator ticket, you may edit the description accordingly to match the request you are asking for. E.g. if you don't need SSH access, you don't need to provide an SSH key.

Access Levels

There are a few varying levels and combinations of access that we support.

Levels of access
Requesting Gives you
Required for everything below wmf/nda LDAP group Basic access to Superset & Turnilo, but not private data-based dashboards
Required for everything below Individual shell (posix) membership in analytics-privatedata-users group Access to private data-based dashboards
Optional sql_lab role (see T328457) Access to Superset's SQL Lab for running Presto & Druid SQL queries
Required for everything below SSH key entry (you'll need to provide a public key) The following:
Optional Kerberos principal The following:
Optional Team shell (posix) membership Managing shared jobs, files in HDFS, and data in Hive

If a dashboard/chart in Superset uses a dataset that is accessible in Turnilo, it is not private data-based. There are certain extra steps that need to be taken to make datasets available to users with just basic Superset/Turnilo access, so early-in-development and experimental dashboards are often built using datasets that require private data access.

This might all be confusing if you are just trying to figure out what to put in your Phabricator SRE-Access-Requests ticket. Below are a some common use cases of what you might be trying to request.

What access should I request?

If you need access to...

Dashboards in web tools like Turnilo and/or Superset that do not access private data

  • LDAP membership in the wmf or nda LDAP group.

Dashboards in Superset / Hive interfaces (like Hue) that do access private data

  • LDAP membership in the wmf or nda LDAP group.
  • Shell (posix) membership in the `analytics-privatedata-users` group

Note to SREs granting this access: This can be done by declaring the user in Puppet as usual, but with an empty array of ssh_keys.

ssh login to analytics client servers (AKA stat boxes) without Hadoop, Hive, Presto access

This is a rare need, but you might want it if you just want to use a GPU on a stat box, or access to MediaWiki analytics MariaDB instances.

  • LDAP membership in the wmf or nda LDAP group.
  • Shell (posix) membership in the `analytics-privatedata-users` group
  • An ssh key for your shell user

ssh login to analytics client servers (AKA stat boxes) with Hadoop, Hive, Presto access

  • LDAP membership in the wmf or nda LDAP group.
  • Shell (posix) membership in the `analytics-privatedata-users` group
  • An ssh key for your shell user
  • A Kerberos principal

All of the above

If you are a WMF engineer wanting to work with analytics data, most likely you'll want all of these access levels together:

  • LDAP membership in the wmf or nda LDAP group.
  • Shell (posix) membership in the `analytics-privatedata-users` group
  • An ssh key for your shell user
  • A Kerberos principal

If needed for work on your team, you may also want Team specific shell (posix) group membership (see below).

Analytics shell (posix) groups explained

Generic data access (can go together with the Team specific ones)

analytics-privatedata-users (no kerberos, no ssh)
The Analytics team offers various UIs to fetch data from Hadoop, like Turnilo and Superset. They are both guarded by CAS authentication (requiring the user to be in either the wmf or the nda LDAP groups), fetching data from Druid (currently not authenticated). Superset is also able to fetch data from Hadoop/Hive on behalf of the logged in user via a (read-only) tool called Presto. There are two use cases:
  • Sql-lab panel: the user is able to make sql-like queries on Hadoop datasets (pageviews/event/etc..) without the need to log in on a stat100x host.
  • Dashboards: data visualized in dashboards fetched from Hadoop.
In both cases, Superset works on behalf of the user, so eventually the username will need to hold read permissions for Hadoop data to correctly visualize what requested. This is guaranteed by being into analytics-privatedata-users, that gets deployed on the Hadoop master nodes (without ssh access) to outline user permissions on HDFS. This is why some users might want to be in the group without either kerberos or ssh.
Access of this kind, a shell group without the actual shell access, is managed by SRE. To request it, use the Request shell access template in Phabricator and clarify in the title "no server access" and leave the "SSH public key" point blank. Additionally, if you are not yet in either of the "wmf" or "nda" LDAP groups, make sure to ask for this at the same time in the task. (Check https://ldap.toolforge.org/group/wmf or https://ldap.toolforge.org/group/nda to know if you're already in the LDAP group.). For example request, see T305634.
analytics-privatedata-users (no kerberos)
Grants access to the analytics clients, GPUs and to MariaDB replicas (using the credentials at /etc/mysql/conf.d/analytics-research-client.cnf).
analytics-privatedata-users (with kerberos)
Grants access to all the analytics clients, the analytics cluster (Hadoop/Hive) and the private data hosted there, and to MariaDB replicas, using the credentials at /etc/mysql/conf.d/analytics-research-client.cnf.
Users in this group also need a Kerberos authentication principal. If you're already a group member and don't have one, follow the instructions in the Kerberos user guide. If you're requesting membership in this group, the SRE team will create this for you when they add you to the group.
analytics-admins
This and similar groups (like statistics-admins, eventlogging-admins, and statistics-web-users) are for people doing system maintenance and administration, generally as part of a WMF engineering team. The analytics-admins group, for example, is for people working on the Data Engineering team or collaborating with Data Engineering through a value stream. The list of users currently in each group is available in this configuration file.

Team specific (they do not grant access to PII data on Hadoop, for that see analytics-privatedata-users)

analytics-wmde-users
For Wikimedia Deutschland employees, mostly used for crons running automation jobs as the analytics-wmde system user. Grants access to all stat100x hosts, to the MariaDB replicas via /etc/mysql/conf.d/research-wmde-client.cnf and to the analytics-wmde system user. It is not required that every WMDE user is placed into this group, only those who needs to take care of the aforementioned automation will require access (so they'll ask it explicitly).
analytics-search-users
For members of the Wikimedia Foundation Search Platform team , used for various Analytics-Search jobs). Grants access to all stat100x hosts, an-airflow1001 and to the analytics-search system user.
analytics-product-users
For members of the Product Analytics team, used for various analytics jobs. Grants access to all stat100x hosts, and to the analytics-product system user.
analytics-research-users
For members of the Research team, used for various jobs. Grants access to all stat100x hosts, an Airflow instance, and to the analytics-research system user.
analytics-platform-eng-users
For members of the Research team, used for various jobs. Grants access to all stat100x hosts, an Airflow instance, and to the analytics-platform-eng system user.

Groups to avoid (deprecated)

researchers
analytics-users

Host access granted

There used to be a lot of differences in what hosts an Analytics POSIX group could have had access to, but now there is none anymore.

Data access granted

Access Groups Hadoop access

(No private data)

Hadoop access

(Private data)

Mariadb credentials System user Other
analytics-privatedata-users yes yes analytics-research-client.cnf analytics-privatedata
analytics-wmde-users research-wmde-client.cnf (only on stat1007) analytics-wmde
analytics-search-users Airflow admin
analytics-product-users analytics-product

Shell access expiration

Data access is given to collaborators and contractors with a time limit. Normally the end date is set to be the contract or collaboration end date. For staff data access terminates upon employment termination unless there is a collaboration in place.

Once a user is terminated their home directory is deleted, if the team wishes to preserve some of the user work (work, not data as data as strict guidelines for deletion) it can be done via archiving that work to hadoop. Please file a phab ticket to have this done. Archival to hadoop would happen in the following directory:

/wmf/data/archive/user/<username>

LDAP access

Some Analytics systems, including Superset, Turnilo, and Jupyter, require a developer account in the wmf or nda LDAP groups for access.

If you need this access, first make sure you have a working developer account (if you can log into this wiki, you have one). If you need one, you can create one at mw:Developer_account.

Note that a developer account comes with two different usernames; some services need one and some services need the other. You can find both by logging into this wiki and visiting the "user profile" section of Special:Preferences. Your Wikitech username is listed under "Username", while your developer shell username is listed under "Instance shell account name". Thankfully, there's only one password!

Then, create a Phabricator task: Read and follow the instructions for LDAP-access-requests to request getting added to the appropriate group. Make sure you include both your usernames.

Note that this access has similar requirements to shell access: you will need to either be a Wikimedia Foundation employee or have a signed volunteer NDA.

Accounts and passwords explained: LDAP/Wikitech/MW Developer vs shell/ssh/posix vs Kerberos

There are too many different accounts and passwords one has to deal with in order to access analytics systems. For now it's what we've got. Let's try to explain them all explicitly.

tl;dr

  • LDAP AKA Wikitech AKA Mediawiki Developer accounts are the same. There are 2 usernames for this account, but only one password.
  • POSIX AKA shell AKA ssh accounts are the same. The username is the same as your 'shell username' for your LDAP account. There is no password, only an ssh key pair.
  • Kerberos uses your shell username and a separate Kerberos account password, and grants you access to distributed systems like Hadoop.

LDAP

LDAP is used mostly for web logins. An LDAP account has 2 usernames, the 'Wikitech' username and the shell username, as described above. The password for these is the same. Since LDAP account creation is handled by Mediawiki and also allows you to log into Wikitech (this wiki), LDAP accounts are sometimes referred to as your 'Wikitech' account or your 'Mediawiki developer account'. These terms all mean the same thing.

Analytics web UIs (like Jupyter, Turnilo, Superset, etc.) require that you have an LDAP account in specific groups. Membership in these groups authorize access.

POSIX

To log into a production server, you need an explicit POSIX shell account created for you. This is handled by SRE. POSIX user accounts are often also referred to as your shell or ssh account, as ssh allows you to remote login and get a shell (terminal) on a production server. At WMF, POSIX user accounts do not use passwords. Instead, you login via ssh using an ssh key pair.

Access to specific production servers is managed by membership of your POSIX account in specific groups, e.g. analytics-privatedata-users.

Kerberos

Kerberos is only needed when using a distributed system like Hadoop. You can ssh into a single production server with your POSIX account, but other production servers that you are not directly logged into have no way of knowing you are authorized to access them. Kerberos solves this problem. After logging into a server with ssh, you authenticate to Kerberos with kinit and your Kerberos password (this is a totally different password than your LDAP one). Then, when using a distributed system, other servers can interact with Kerberos to determine if your access should be authorized.

Infrastructure

Analytics clients

The analytics clients are servers in the production cluster where you can run your code and queries. In fact, you should use them to run all your analysis, so that sensitive data never leaves the production cluster.

They have a number of useful capabilities, from large amounts of memory to Jupyter notebooks.

MariaDB

The Analytics MariaDB cluster contains copies of the production MediaWiki databases (both actively-used mainstream projects and small internal-facing wikis, like various projects' Arbitration Committees).

Data Lake

We store large amounts of data in analysis-friendly formats in the Data Lake.

Scripting access

If you're writing some analysis code, you will probably need to access data first. There are a couple of software packages that have been developed to make this easy. Note that both of them are designed to work on the analytics clients only.

For Python, there is wmfdata. It can access data through MariaDB, Hive, Presto, and Spark and has a number of other useful functions, like creating custom Spark sessions.

For R, there is wmf. It can access data from MariaDB and Hive and has many other useful functions, particularly for graphing and statistics.

Data sources

Data sets and data streams can be found in Category:Data_stream

Data Dashboards. Superset and Turnilo

Superset: http://superset.wikimedia.org Turnilo: http://turnilo.wikimedia.org

You need a wikitech login that is in the "wmf" or "nda" LDAP groups. If you don't have it, please create a Phabricator task by following instructions on phab:tag/ldap-access-requests/.

Before requesting access, please make sure you:

Depending on the above, you can request to be added to the wmf group or the nda group. Please indicate the motivation on the task about why you need access and ping the analytics team if you don't hear any feedback soon from the Opsen on duty.

MediaWiki application data

You can do a lot of work with the data stored by MediaWiki in the normal course of running itself. This includes data about:

  • Users' edit counts (consult the user table)
  • Edits to a particular page (consult the revision table, joined with the page table if necessary)
  • Account creations (consult the logging table)

Databases

You can access this data using the replica MariaDB databases. These are accessible from the stat100* machines via analytics-mysql <wiki-id>. For more details see here.

For an overview of how the data is laid out in those databases, consult the database layout manual.

There are a few things that aren't available from the databases replicas. The main example of this is the actual content of pages and revisions. Instead, you can access them through the API or in the XML dumps, which are both described below.

API

A subset of this application data, which doesn't present privacy concerns, is also publicly accessible through the API (except for private wikis, which you shouldn't really need to perform research on anyway!). A good way to understand it, and to test queries, is Special:ApiSandbox, which provides a way of easily constructing API calls and testing them. The output includes "Request URL" - a direct URL for making that query in the future, that should work on any and all Wikimedia production wikis.

If you're interested in common API tasks, and don't feel like reinventing the wheel, there are a number of Python-based API wrappers and MediaWiki utilities. Our very own Aaron Halfaker maintains MediaWiki Utilities, which includes a module dedicated to API interactions. There's no equivalent for R yet.

Database dumps

Every month, XML snapshots of the databases are generated. Since they're generated monthly, they're always slightly outdated, but make up for it by being incredibly cohesive (and incredibly large). They contain both the text of each revision of each page, and snapshots of the database tables. As such, they're a really good way of getting large amounts of diffs or information on revisions without running into the query limits on the API.

Aaron's MediaWiki-utilities package contains a set of functions for handling and parsing through the XML dumps, which should drastically simplify dealing with them. They're also stored internally, as well as through dumps.wikimedia.org, and can be found in /mnt/data/xmldatadumps/public on stat1004, stat1005, stat1006, stat1007, and stat1008.

EventLogging data

One analytics-specific source of data is EventLogging, Event Platform (including EventBus and Metrics Platform). This allows us to track things we're interested in as researchers that MediaWiki doesn't normally log. Examples include:

  1. A log of changes to user preferences;
  2. A/B testing data;
  3. Clicktracking data.

These datasets are stored in the event and event_sanitized Hive databases, subject to HDFS access control.

Pageviews data

An important piece of community-facing data is information on our pageviews; what articles are being read, and how much? This is currently stored in our Hadoop cluster, which contains aggregated pageview data as well as the mostly-raw database of web requests. See the detailed documentation here.

Turnilo

Analytics/Systems/Turnilo-Pivot#Access

Geolocation data

When you have IP addresses - be they from the RequestLogs, EventLogging or MediaWiki itself - you can do geolocation. This can be a very useful way of understanding user behaviour and evaluating how our ecosystem works. We currently use the MaxMind geolocation services, which are accessible on stat boxes: a full guide to geolocation and some examples of how to do it can be found on the 'geolocation' page.

Notes