Jump to content
Wikimedia Meta-Wiki

Research:Ideas/Oxford Hackathon Notes

From Meta, a Wikimedia project coordination wiki


This page documents a proposed research project.
Information may be incomplete and may change before the project starts.


Notes from the 9 November hackathon meetup in Oxford

Documentation

[edit ]

There are two getting started tutorials:

Database schema are at:

Wikidata database scheme at (not sure if this is the latest?)

Other useful resources are

Other

[edit ]

Cool projects

Example SQL queries:

SELECTrc_user_text,count(*)
FROMrecentchanges
WHERErc_title="Fluorine"ANDrc_namespace=0GROUPBY1ORDERBY2;

WikiData example: get Spanish title for English United Kingdom article

SELECTb.ips_site_pageFROMwb_items_per_sitea
LEFTJOINwb_items_per_siteb
ONa.ips_item_id=b.ips_item_id
WHEREa.ips_site_id='enwiki'ANDa.ips_site_page='United Kingdom'ANDb.ips_site_id='eswiki';


Ready to create a project page?


References

[edit ]

AltStyle によって変換されたページ (->オリジナル) /