Michael created this task.
Michael added projects: Wikidata, Wikidata Analytics, Wikidata Integration in 
Wikimedia projects.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We want to understand how many articles/pages of every Wikimedia wiki are 
using data from Wikidata beyond just being sitelinked to an Item.
  
  That information is already available in form of usage tracking on the 
individual wikis.
  
  Example query:
  
    SELECT COUNT(DISTINCT page_id)
    FROM wbc_entity_usage
    JOIN page ON wbc_entity_usage.eu_page_id = page.page_id
    WHERE page.page_namespace = 0
    AND eu_aspect != "S";
  
  **Acceptance criteria:**
  
  - for now: 1-time data collection for every Wikimedia wiki
    - in the future: continuous data collection resulting in some visualization 
over time
  
  **Open Questions:**
  
  - The above is just for the main namespace, how much effort would it be to do 
that for all namespaces that might use data?

TASK DETAIL
  https://phabricator.wikimedia.org/T355898

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to