Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to store raw data into target wikipage #86

Open
hugolpz opened this issue Jan 17, 2022 · 0 comments
Open

Ability to store raw data into target wikipage #86

hugolpz opened this issue Jan 17, 2022 · 0 comments

Comments

@hugolpz
Copy link

hugolpz commented Jan 17, 2022

Feature request which may or may not be within your scope.

Use case
I want to create an user script datavizualisation via coding a MediaWiki:Mydataviz.js and wikidata-fetched data.
Some of my sparql queries are reaaaaallly slow (30~60s). We can't let the visitor wait that much for the dataviz to load and display : we need to periodically store and update our data into some MediaWiki:Mydata.js page. MediaWiki:Mydataviz.js would then rely on this data to generate the dataviz in less than a second.

It could be used for advance dataviz such as the map, or advances stats. Etc.

New parameters required

  • format, ex : "json", "xml", "csv", etc.
  • target page, ex: MediaWiki:Mydata.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant