• Get edit operations by user ID 34 (limit set by query to 100):

http://wikireactive.lri.fr:8080/myWebApp/wiki?tableId=diffs&tq=select%20*%20where%20user_id=34%20limit%20100

  • Get the edit history distribution of all articles in wikipedia.fr:

http://wikireactive.lri.fr:8080/myWebApp/wiki?tableId=editDist&tq=select%20*

  • Get the title of the oldest page in wikipedia.fr in JSON format:

http://wikireactive.lri.fr:8080/myWebApp/wiki?tableId=wiki&tq=select%20page_title%20limit%201&tqx=out:json

  • Get the title of the oldest page in wikipedia.fr in HTML format :

http://wikireactive.lri.fr:8080/myWebApp/wiki?tableId=wiki&tq=select%20page_title%20limit%201&tqx=out:html