mitar / mediawiki-stream

WikiMedia recent changes DDP API

Home Page:https://wikimedia.meteorapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WikiMedia recent changes DDP API

WikiMedia wikis (of which Wikipedia is the most known) provide a stream of recent changes. If you want to subscribe to them in a Meteor application (or any other application supporting DDP protocol), you can instead connect to the https://wikimedia.meteorapp.com/ DDP endpoint and subscribe to the publish endpoint which publishes those recent changes. The advantage is that you can filter to only those changes you care about using MongoDB selectors, and project only fields you want. Moreover, changes of adding or editing wiki content are augmented with the information about the change itself, e.g., a diff of the change.

See https://wikimedia.meteorapp.com/ for more information and documentation.

About

WikiMedia recent changes DDP API

https://wikimedia.meteorapp.com/


Languages

Language:CoffeeScript 63.1%Language:HTML 28.0%Language:Stylus 8.7%Language:Dockerfile 0.2%