[Wikitech-l] Wikistats

2009-08-28 Thread Anthony
Regarding the files at http://dammit.lt/wikistats/ :

What are "en.b", "en.d", "en2", etc?

Are edits included, or only views?

Are the hit counts actual, or 1/10th sampled, or something else?

pagecounts-20090501-20.gzis
the hour *beginning* 20:00:00?
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Nikola Smolenski
Domas Mituzas wrote:
> Hello Anthony,
> 
> I'm back at my lair (phew, finally ;-)
> 
>> Regarding the files at http://dammit.lt/wikistats/ :
>> What are "en.b", "en.d", "en2", etc?
> 
> suffixes indicate projects - from 
> http://svn.wikimedia.org/viewvc/mediawiki/trunk/webstatscollector/filter.c?revision=34989&view=markup
>  
>   :
> 
> projects[] = {
>   {"wikipedia","",NULL},
>   {"wiktionary",".d",NULL},
>   {"wikinews",".n",NULL},
>   {"wikimedia",".m",check_wikimedia},
>   {"wikibooks",".b",NULL},
>   {"wikisource",".s",NULL},
>   {"mediawiki",".w",NULL},
>   {"wikiversity",".v",NULL},
>   {"wikiquote",".q",NULL},
>   NULL
>   },
> 
> en2 is, um, http://en2.wikipedia.org/ ;-) it used to exist once upon a  
> time, and apparently there're some referrals.
> 
>> Are edits included, or only views?
> 
> That is views only - though you can find actual logic in above file,  
> it is mostly this pattern:
> 
> http://*.*.org/wiki/*
> 
> which is what we have for special pages and views.
> 
>> Are the hit counts actual, or 1/10th sampled, or something else?
> 
> They are actual, with duplicates removed (that is, we don't count in  
> cache-to-cache traffic, only end-user-to-cache).
> 
>> pagecounts-20090501-20.gz>  
>>> is
>> the hour *beginning* 20:00:00?
> 
> ending, I think. let me check, yes, end time. logic is in  
> produceDump() at 
> http://svn.wikimedia.org/viewvc/mediawiki/trunk/webstatscollector/collector.c?revision=30113&view=markup
>  
>   :)
> 
> I think I may end up documenting this somewhat more, but I need to do  
> some promised and long overdue development on this project.

If no one minds, I think I will copy this email to the toolserver wiki :)

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Domas Mituzas
Hello Anthony,

I'm back at my lair (phew, finally ;-)

> Regarding the files at http://dammit.lt/wikistats/ :
> What are "en.b", "en.d", "en2", etc?

suffixes indicate projects - from 
http://svn.wikimedia.org/viewvc/mediawiki/trunk/webstatscollector/filter.c?revision=34989&view=markup
 
  :

projects[] = {
{"wikipedia","",NULL},
{"wiktionary",".d",NULL},
{"wikinews",".n",NULL},
{"wikimedia",".m",check_wikimedia},
{"wikibooks",".b",NULL},
{"wikisource",".s",NULL},
{"mediawiki",".w",NULL},
{"wikiversity",".v",NULL},
{"wikiquote",".q",NULL},
NULL
},

en2 is, um, http://en2.wikipedia.org/ ;-) it used to exist once upon a  
time, and apparently there're some referrals.

> Are edits included, or only views?

That is views only - though you can find actual logic in above file,  
it is mostly this pattern:

http://*.*.org/wiki/*

which is what we have for special pages and views.

> Are the hit counts actual, or 1/10th sampled, or something else?

They are actual, with duplicates removed (that is, we don't count in  
cache-to-cache traffic, only end-user-to-cache).

> pagecounts-20090501-20.gz  
> >is
> the hour *beginning* 20:00:00?

ending, I think. let me check, yes, end time. logic is in  
produceDump() at 
http://svn.wikimedia.org/viewvc/mediawiki/trunk/webstatscollector/collector.c?revision=30113&view=markup
 
  :)

I think I may end up documenting this somewhat more, but I need to do  
some promised and long overdue development on this project.

Domas

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Platonides
Domas Mituzas wrote:
>> Are edits included, or only views?
> 
> That is views only - though you can find actual logic in above file,  
> it is mostly this pattern:
> 
> http://*.*.org/wiki/*
> 
> which is what we have for special pages and views.

However, note that after saving an edit, the editor will be sent to a view.


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Domas Mituzas
Hi,
> However, note that after saving an edit, the editor will be sent to  
> a view.

yes, you're absolutely right, but no differentiation is done on that.  
technically, you're not editing, you're viewing :)

Domas

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Platonides
Domas Mituzas wrote:
> Hi,
>> However, note that after saving an edit, the editor will be sent to  
>> a view.
> 
> yes, you're absolutely right, but no differentiation is done on that.  
> technically, you're not editing, you're viewing :)
> 
> Domas

I know, but its worth remembering that to people who might want to do
some kind of edit differenciating.


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Andre Engels
On Mon, Aug 31, 2009 at 11:03 AM, Domas Mituzas wrote:

> en2 is, um, http://en2.wikipedia.org/ ;-) it used to exist once upon a
> time, and apparently there're some referrals.

Wikimedia news, October 2003:
--
A portion of traffic to "www.wikipedia.org" will be diverted to
"en2.wikipedia.org", while most of it will go to "en.wikipedia.org",
where all logins will be directed. Until the server configuration is
more stable and transparent load-sharing is set up, this should help
share some of the traffic without burdening the other wikis too
greatly.
--

I think the reason that en got the lion's share is that en2 was on one
machine with the other languages whereas en was on a machine on its
own. At that time apparently en: still had significantly more traffic
than all other languages taken together.

-- 
André Engels, andreeng...@gmail.com

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats

2009-08-31 Thread Domas Mituzas
Andre,

> Wikimedia news, October 2003:

Thanks for that! Awesome artifact ;-)

Domas

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Wikistats

2009-08-31 Thread Brion Vibber
On 8/31/09 7:51 AM, Andre Engels wrote:
> On Mon, Aug 31, 2009 at 11:03 AM, Domas Mituzas  wrote:
>
>> en2 is, um, http://en2.wikipedia.org/ ;-) it used to exist once upon a
>> time, and apparently there're some referrals.
>
> Wikimedia news, October 2003:
> --
> A portion of traffic to "www.wikipedia.org" will be diverted to
> "en2.wikipedia.org", while most of it will go to "en.wikipedia.org",
> where all logins will be directed. Until the server configuration is
> more stable and transparent load-sharing is set up, this should help
> share some of the traffic without burdening the other wikis too
> greatly.
> --
>
> I think the reason that en got the lion's share is that en2 was on one
> machine with the other languages whereas en was on a machine on its
> own. At that time apparently en: still had significantly more traffic
> than all other languages taken together.

Ah, the good old days! Sure glad we figured out Squid soon after that... ;)

-- brion

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


[Wikitech-l] wikistats earlier files

2010-04-16 Thread Farkas, Illes
Hello,

A short question about wikistats. Having had a look at http://stats.grok.se/ I
found that visitor numbers between 200712 and now can be searched. So I
assume that the raw hourly visitor number log files (except for a few
missing) are present on grok.se (though not directly downloadable) starting
200712. At http://mituzas.lt/wikistats I could find the hourly visitor log
files only between 200910 and now. Do you happen to know, if someone has
these older wikistats log files (between 200712 and now)?

Thanks
illes

-- 
http://hal.elte.hu/fij
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


[Wikitech-l] Wikistats 2.0 Prototype

2017-04-21 Thread Dan Andreescu
Hello!  We've built an interactive prototype of the next version of
Wikistats  [1] based on community
priorities and feedback.  We'd love your input on the visual design and
look & feel.  We have some follow-up questions but mostly an open
discussion here

[2].  Please comment by *Monday, May 1st* so we can include your feedback
into the first release of Wikistats 2.0.  Thank you very much!


Your Wikistats 2.0 Team


[1] https://analytics-prototype.wmflabs.org/

[2]
https://www.mediawiki.org/wiki/Wikistats_2.0_Design_Project/RequestforFeedback/Round2


p.s. apologies for cross-posting
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] wikistats earlier files

2010-04-22 Thread Lars Aronsson
Farkas, Illes wrote:
> A short question about wikistats. Having had a look at http://stats.grok.se/ I
> found that visitor numbers between 200712 and now can be searched. So I
> assume that the raw hourly visitor number log files (except for a few
> missing) are present on grok.se (though not directly downloadable) starting
> 200712. At http://mituzas.lt/wikistats I could find the hourly visitor log
> files only between 200910 and now. Do you happen to know, if someone has
> these older wikistats log files (between 200712 and now)?

I have uploaded them to the Internet Archive.
The oldest one is
http://www.archive.org/details/wikipedia_visitor_stats_200712


-- 
  Lars Aronsson (l...@aronsson.se)
  Aronsson Datateknik - http://aronsson.se


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] wikistats earlier files

2010-04-30 Thread Domas Mituzas
Hi!

> I have uploaded them to the Internet Archive.
> The oldest one is
> http://www.archive.org/details/wikipedia_visitor_stats_200712

Lars, thanks - awesome job.
Did you get any automated way to do it?
Maybe we could just send to archive.org directly?

Domas

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] wikistats earlier files

2010-05-01 Thread Lars Aronsson
Domas Mituzas wrote:
> Did you get any automated way to do it?
> Maybe we could just send to archive.org directly?

The Internet Archive offered a few different upload
options. I used the traditional Linux "ftp" command
line client and its "mput" command.

I did not care to automate this for future use,
because I had already stopped to download new
files from your server. The background was that
I had filled up the disks of my server, and really
needed to get rid of these files to get free space.

Each of these uploads would last something
like 24 hours. I never understood why the upload
bandwidth seemed to be so limited. My friends
suggested it might be related to TCP window
parameters in the server's kernel and the long
ping roundtrip between my server in Sweden and
theirs in San Francisco. But the Internet Archive
didn't want to investigate this because their FTP
upload option was old and not actively maintained.
Those were my main problems, not automation.


-- 
  Lars Aronsson (l...@aronsson.se)
  Aronsson Datateknik - http://aronsson.se



___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


[Wikitech-l] Wikistats 2.0 Design Preview

2017-02-07 Thread Dan Andreescu
Hello, and apologies for cross-posting. We have designed a set of
wireframes that reflects the Wikistats community's priorities [1].  We’re
now looking for feedback on the design, and we’d love your input.  We have
key questions that touch on different sections, and links for feedback at
mediawiki.org [2] (if you prefer email, just reply to this message).
Please comment by Monday, February 13th so we can include your thoughts and
iterate. Thank you very much!

Your Wikistats 2.0 Team

[1]
https://www.mediawiki.org/wiki/Analytics/Wikistats/DumpReports/Future_per_report
[2]
https://www.mediawiki.org/wiki/Wikistats_2.0_Design_Project/RequestforFeedback/Round1
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread Nuria Ruiz
Hello from Analytics team:

Just a brief note to announce that Wikistats 2.0 includes data about
pageviews per project per country for the current month.

Take a look, pageviews for Spanish Wikipedia this current month:
https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/pageviews-by-country

Data is also available programatically vi APIs:

https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#Pageviews_split_by_country

We will be deploying small UI tweaks during this week but please explore
and let us know what you think.

Thanks,

Nuria
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread יגאל חיטרון
Hello and thank you.
What do you mean in country named "--"?
Igal (User:IKhitron)


On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:

Hello from Analytics team:

Just a brief note to announce that Wikistats 2.0 includes data about
pageviews per project per country for the current month.

Take a look, pageviews for Spanish Wikipedia this current month:
https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
pageviews-by-country

Data is also available programatically vi APIs:

https://wikitech.wikimedia.org/wiki/Analytics/AQS/
Pageviews#Pageviews_split_by_country

We will be deploying small UI tweaks during this week but please explore
and let us know what you think.

Thanks,

Nuria
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread Nuria Ruiz
Hello,

>Hello and thank you.
>What do you mean in country named "--"?

Not sure what you are asking, maybe a screenshot would help?

On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון  wrote:

> Hello and thank you.
> What do you mean in country named "--"?
> Igal (User:IKhitron)
>
>
> On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
>
> Hello from Analytics team:
>
> Just a brief note to announce that Wikistats 2.0 includes data about
> pageviews per project per country for the current month.
>
> Take a look, pageviews for Spanish Wikipedia this current month:
> https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> pageviews-by-country
>
> Data is also available programatically vi APIs:
>
> https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> Pageviews#Pageviews_split_by_country
>
> We will be deploying small UI tweaks during this week but please explore
> and let us know what you think.
>
> Thanks,
>
> Nuria
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread יגאל חיטרון
Sorry, I can't. I opened the link you gave on hewiki. Changed from map view
to table view. I get a list of countries - US, France, Spain, --, Japan,
and so on. It's a link, and clicking it opens unexisting wiki article with
the same name.
Igal


On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:

> Hello,
>
> >Hello and thank you.
> >What do you mean in country named "--"?
>
> Not sure what you are asking, maybe a screenshot would help?
>
> On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון  wrote:
>
> > Hello and thank you.
> > What do you mean in country named "--"?
> > Igal (User:IKhitron)
> >
> >
> > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> >
> > Hello from Analytics team:
> >
> > Just a brief note to announce that Wikistats 2.0 includes data about
> > pageviews per project per country for the current month.
> >
> > Take a look, pageviews for Spanish Wikipedia this current month:
> > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > pageviews-by-country
> >
> > Data is also available programatically vi APIs:
> >
> > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > Pageviews#Pageviews_split_by_country
> >
> > We will be deploying small UI tweaks during this week but please explore
> > and let us know what you think.
> >
> > Thanks,
> >
> > Nuria
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread Michael Schönitzer
here a screenshot:

There's a second anomaly: "SX" is also listed…

2018-02-15 1:35 GMT+01:00 יגאל חיטרון :

> Sorry, I can't. I opened the link you gave on hewiki. Changed from map view
> to table view. I get a list of countries - US, France, Spain, --, Japan,
> and so on. It's a link, and clicking it opens unexisting wiki article with
> the same name.
> Igal
>
>
> On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
>
> > Hello,
> >
> > >Hello and thank you.
> > >What do you mean in country named "--"?
> >
> > Not sure what you are asking, maybe a screenshot would help?
> >
> > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון  wrote:
> >
> > > Hello and thank you.
> > > What do you mean in country named "--"?
> > > Igal (User:IKhitron)
> > >
> > >
> > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > >
> > > Hello from Analytics team:
> > >
> > > Just a brief note to announce that Wikistats 2.0 includes data about
> > > pageviews per project per country for the current month.
> > >
> > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > pageviews-by-country
> > >
> > > Data is also available programatically vi APIs:
> > >
> > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > Pageviews#Pageviews_split_by_country
> > >
> > > We will be deploying small UI tweaks during this week but please
> explore
> > > and let us know what you think.
> > >
> > > Thanks,
> > >
> > > Nuria
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Michael F. Schönitzer



Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
Tel. (030) 219 158 26-0
http://wikimedia.de

Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
Wissens frei teilhaben kann. Helfen Sie uns dabei!
http://spenden.wikimedia.de/

Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg unter
der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
Körperschaften I Berlin, Steuernummer 27/681/51985.
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-14 Thread Yuri Astrakhan
Nuria, well done, looks awesome!  I think you want to set zoom limits -
right now you can zoom in and zoom out almost infinitely. Congrats!

On Wed, Feb 14, 2018 at 8:47 PM, Michael Schönitzer <
michael.schoenit...@wikimedia.de> wrote:

> here a screenshot:
>
> There's a second anomaly: "SX" is also listed…
>
> 2018-02-15 1:35 GMT+01:00 יגאל חיטרון :
>
> > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> view
> > to table view. I get a list of countries - US, France, Spain, --, Japan,
> > and so on. It's a link, and clicking it opens unexisting wiki article
> with
> > the same name.
> > Igal
> >
> >
> > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> >
> > > Hello,
> > >
> > > >Hello and thank you.
> > > >What do you mean in country named "--"?
> > >
> > > Not sure what you are asking, maybe a screenshot would help?
> > >
> > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> wrote:
> > >
> > > > Hello and thank you.
> > > > What do you mean in country named "--"?
> > > > Igal (User:IKhitron)
> > > >
> > > >
> > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > > >
> > > > Hello from Analytics team:
> > > >
> > > > Just a brief note to announce that Wikistats 2.0 includes data about
> > > > pageviews per project per country for the current month.
> > > >
> > > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > > pageviews-by-country
> > > >
> > > > Data is also available programatically vi APIs:
> > > >
> > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > > Pageviews#Pageviews_split_by_country
> > > >
> > > > We will be deploying small UI tweaks during this week but please
> > explore
> > > > and let us know what you think.
> > > >
> > > > Thanks,
> > > >
> > > > Nuria
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
>
>
>
> --
> Michael F. Schönitzer
>
>
>
> Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
> Tel. (030) 219 158 26-0
> http://wikimedia.de
>
> Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
> Wissens frei teilhaben kann. Helfen Sie uns dabei!
> http://spenden.wikimedia.de/
>
> Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
> Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg unter
> der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
> Körperschaften I Berlin, Steuernummer 27/681/51985.
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Dan Andreescu
יגאל חיטרון‎, the -- means "Unknown", perhaps we should name it that.

That's a good idea, Yuri, we'll do that.

On Wed, Feb 14, 2018 at 9:24 PM, Yuri Astrakhan 
wrote:

> Nuria, well done, looks awesome!  I think you want to set zoom limits -
> right now you can zoom in and zoom out almost infinitely. Congrats!
>
> On Wed, Feb 14, 2018 at 8:47 PM, Michael Schönitzer <
> michael.schoenit...@wikimedia.de> wrote:
>
> > here a screenshot:
> >
> > There's a second anomaly: "SX" is also listed…
> >
> > 2018-02-15 1:35 GMT+01:00 יגאל חיטרון :
> >
> > > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> > view
> > > to table view. I get a list of countries - US, France, Spain, --,
> Japan,
> > > and so on. It's a link, and clicking it opens unexisting wiki article
> > with
> > > the same name.
> > > Igal
> > >
> > >
> > > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> > >
> > > > Hello,
> > > >
> > > > >Hello and thank you.
> > > > >What do you mean in country named "--"?
> > > >
> > > > Not sure what you are asking, maybe a screenshot would help?
> > > >
> > > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> > wrote:
> > > >
> > > > > Hello and thank you.
> > > > > What do you mean in country named "--"?
> > > > > Igal (User:IKhitron)
> > > > >
> > > > >
> > > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > > > >
> > > > > Hello from Analytics team:
> > > > >
> > > > > Just a brief note to announce that Wikistats 2.0 includes data
> about
> > > > > pageviews per project per country for the current month.
> > > > >
> > > > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > > > pageviews-by-country
> > > > >
> > > > > Data is also available programatically vi APIs:
> > > > >
> > > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > > > Pageviews#Pageviews_split_by_country
> > > > >
> > > > > We will be deploying small UI tweaks during this week but please
> > > explore
> > > > > and let us know what you think.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Nuria
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > >
> >
> >
> >
> > --
> > Michael F. Schönitzer
> >
> >
> >
> > Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
> > Tel. (030) 219 158 26-0
> > http://wikimedia.de
> >
> > Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
> > Wissens frei teilhaben kann. Helfen Sie uns dabei!
> > http://spenden.wikimedia.de/
> >
> > Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
> > Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter
> > der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
> > Körperschaften I Berlin, Steuernummer 27/681/51985.
> >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Arturo Borrero
On Wed, Feb 14, 2018 at 11:15 PM, Nuria Ruiz  wrote:
> Hello from Analytics team:
>
> Just a brief note to announce that Wikistats 2.0 includes data about
> pageviews per project per country for the current month.
>
> Take a look, pageviews for Spanish Wikipedia this current month:
> https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/pageviews-by-country
>
> Data is also available programatically vi APIs:
>
> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#Pageviews_split_by_country
>
> We will be deploying small UI tweaks during this week but please explore
> and let us know what you think.
>

It's just great! It took me a while to understand the meaning of
100M->1G and friends.

warning: exploring too much destroys productivity :-)

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Nuria Ruiz
>Nuria, well done, looks awesome!  I think you want to set zoom limits -
>right now you can zoom in and zoom out almost infinitely.
Fix on the way:
https://phabricator.wikimedia.org/T187205

On Wed, Feb 14, 2018 at 6:24 PM, Yuri Astrakhan 
wrote:

> Nuria, well done, looks awesome!  I think you want to set zoom limits -
> right now you can zoom in and zoom out almost infinitely. Congrats!
>
> On Wed, Feb 14, 2018 at 8:47 PM, Michael Schönitzer <
> michael.schoenit...@wikimedia.de> wrote:
>
> > here a screenshot:
> >
> > There's a second anomaly: "SX" is also listed…
> >
> > 2018-02-15 1:35 GMT+01:00 יגאל חיטרון :
> >
> > > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> > view
> > > to table view. I get a list of countries - US, France, Spain, --,
> Japan,
> > > and so on. It's a link, and clicking it opens unexisting wiki article
> > with
> > > the same name.
> > > Igal
> > >
> > >
> > > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> > >
> > > > Hello,
> > > >
> > > > >Hello and thank you.
> > > > >What do you mean in country named "--"?
> > > >
> > > > Not sure what you are asking, maybe a screenshot would help?
> > > >
> > > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> > wrote:
> > > >
> > > > > Hello and thank you.
> > > > > What do you mean in country named "--"?
> > > > > Igal (User:IKhitron)
> > > > >
> > > > >
> > > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > > > >
> > > > > Hello from Analytics team:
> > > > >
> > > > > Just a brief note to announce that Wikistats 2.0 includes data
> about
> > > > > pageviews per project per country for the current month.
> > > > >
> > > > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > > > pageviews-by-country
> > > > >
> > > > > Data is also available programatically vi APIs:
> > > > >
> > > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > > > Pageviews#Pageviews_split_by_country
> > > > >
> > > > > We will be deploying small UI tweaks during this week but please
> > > explore
> > > > > and let us know what you think.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Nuria
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > >
> >
> >
> >
> > --
> > Michael F. Schönitzer
> >
> >
> >
> > Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
> > Tel. (030) 219 158 26-0
> > http://wikimedia.de
> >
> > Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
> > Wissens frei teilhaben kann. Helfen Sie uns dabei!
> > http://spenden.wikimedia.de/
> >
> > Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
> > Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter
> > der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
> > Körperschaften I Berlin, Steuernummer 27/681/51985.
> >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Nuria Ruiz
>It's just great! It took me a while to understand the meaning of
>100M->1G and friends.
Numeric localization will help a bit with that, on the way:
https://phabricator.wikimedia.org/T187010

On Thu, Feb 15, 2018 at 3:00 AM, Arturo Borrero 
wrote:

> On Wed, Feb 14, 2018 at 11:15 PM, Nuria Ruiz  wrote:
> > Hello from Analytics team:
> >
> > Just a brief note to announce that Wikistats 2.0 includes data about
> > pageviews per project per country for the current month.
> >
> > Take a look, pageviews for Spanish Wikipedia this current month:
> > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> pageviews-by-country
> >
> > Data is also available programatically vi APIs:
> >
> > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> Pageviews#Pageviews_split_by_country
> >
> > We will be deploying small UI tweaks during this week but please explore
> > and let us know what you think.
> >
>
> It's just great! It took me a while to understand the meaning of
> 100M->1G and friends.
>
> warning: exploring too much destroys productivity :-)
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Nuria Ruiz
>Sorry, I can't. I opened the link you gave on hewiki. Changed from map view
>to table view. I get a list of countries - US, France, Spain, --, Japan,
>and so on. It's a link, and clicking it opens unexisting wiki article with
>the same name.

I see, issue should be fixed here: Sorry, I can't. I opened the link you
gave on hewiki. Changed from map view
to table view. I get a list of countries - US, France, Spain, --, Japan,
and so on. It's a link, and clicking it opens unexisting wiki article with
the same name.

On Wed, Feb 14, 2018 at 4:35 PM, יגאל חיטרון  wrote:

> Sorry, I can't. I opened the link you gave on hewiki. Changed from map view
> to table view. I get a list of countries - US, France, Spain, --, Japan,
> and so on. It's a link, and clicking it opens unexisting wiki article with
> the same name.
> Igal
>
>
> On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
>
> > Hello,
> >
> > >Hello and thank you.
> > >What do you mean in country named "--"?
> >
> > Not sure what you are asking, maybe a screenshot would help?
> >
> > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון  wrote:
> >
> > > Hello and thank you.
> > > What do you mean in country named "--"?
> > > Igal (User:IKhitron)
> > >
> > >
> > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > >
> > > Hello from Analytics team:
> > >
> > > Just a brief note to announce that Wikistats 2.0 includes data about
> > > pageviews per project per country for the current month.
> > >
> > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > pageviews-by-country
> > >
> > > Data is also available programatically vi APIs:
> > >
> > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > Pageviews#Pageviews_split_by_country
> > >
> > > We will be deploying small UI tweaks during this week but please
> explore
> > > and let us know what you think.
> > >
> > > Thanks,
> > >
> > > Nuria
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread יגאל חיטרון
Sorry?
Igal


2018-02-15 19:04 GMT+02:00 Nuria Ruiz :

> >Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> view
> >to table view. I get a list of countries - US, France, Spain, --, Japan,
> >and so on. It's a link, and clicking it opens unexisting wiki article with
> >the same name.
>
> I see, issue should be fixed here: Sorry, I can't. I opened the link you
> gave on hewiki. Changed from map view
> to table view. I get a list of countries - US, France, Spain, --, Japan,
> and so on. It's a link, and clicking it opens unexisting wiki article with
> the same name.
>
> On Wed, Feb 14, 2018 at 4:35 PM, יגאל חיטרון  wrote:
>
> > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> view
> > to table view. I get a list of countries - US, France, Spain, --, Japan,
> > and so on. It's a link, and clicking it opens unexisting wiki article
> with
> > the same name.
> > Igal
> >
> >
> > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> >
> > > Hello,
> > >
> > > >Hello and thank you.
> > > >What do you mean in country named "--"?
> > >
> > > Not sure what you are asking, maybe a screenshot would help?
> > >
> > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> wrote:
> > >
> > > > Hello and thank you.
> > > > What do you mean in country named "--"?
> > > > Igal (User:IKhitron)
> > > >
> > > >
> > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > > >
> > > > Hello from Analytics team:
> > > >
> > > > Just a brief note to announce that Wikistats 2.0 includes data about
> > > > pageviews per project per country for the current month.
> > > >
> > > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > > pageviews-by-country
> > > >
> > > > Data is also available programatically vi APIs:
> > > >
> > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > > Pageviews#Pageviews_split_by_country
> > > >
> > > > We will be deploying small UI tweaks during this week but please
> > explore
> > > > and let us know what you think.
> > > >
> > > > Thanks,
> > > >
> > > > Nuria
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread Nuria Ruiz
Trying again:

>Sorry, I can't. I opened the link you gave on hewiki. Changed from map view
>to table view. I get a list of countries - US, France, Spain, --, Japan,
>and so on. It's a link, and clicking it opens unexisting wiki article with
>the same name.

Issue should be fixed with this ticket:
https://phabricator.wikimedia.org/T187205

On Thu, Feb 15, 2018 at 9:04 AM, Nuria Ruiz  wrote:

> >Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> view
> >to table view. I get a list of countries - US, France, Spain, --, Japan,
> >and so on. It's a link, and clicking it opens unexisting wiki article with
> >the same name.
>
> I see, issue should be fixed here: Sorry, I can't. I opened the link you
> gave on hewiki. Changed from map view
> to table view. I get a list of countries - US, France, Spain, --, Japan,
> and so on. It's a link, and clicking it opens unexisting wiki article with
> the same name.
>
> On Wed, Feb 14, 2018 at 4:35 PM, יגאל חיטרון  wrote:
>
>> Sorry, I can't. I opened the link you gave on hewiki. Changed from map
>> view
>> to table view. I get a list of countries - US, France, Spain, --, Japan,
>> and so on. It's a link, and clicking it opens unexisting wiki article with
>> the same name.
>> Igal
>>
>>
>> On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
>>
>> > Hello,
>> >
>> > >Hello and thank you.
>> > >What do you mean in country named "--"?
>> >
>> > Not sure what you are asking, maybe a screenshot would help?
>> >
>> > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון  wrote:
>> >
>> > > Hello and thank you.
>> > > What do you mean in country named "--"?
>> > > Igal (User:IKhitron)
>> > >
>> > >
>> > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
>> > >
>> > > Hello from Analytics team:
>> > >
>> > > Just a brief note to announce that Wikistats 2.0 includes data about
>> > > pageviews per project per country for the current month.
>> > >
>> > > Take a look, pageviews for Spanish Wikipedia this current month:
>> > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
>> > > pageviews-by-country
>> > >
>> > > Data is also available programatically vi APIs:
>> > >
>> > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
>> > > Pageviews#Pageviews_split_by_country
>> > >
>> > > We will be deploying small UI tweaks during this week but please
>> explore
>> > > and let us know what you think.
>> > >
>> > > Thanks,
>> > >
>> > > Nuria
>> > > ___
>> > > Wikitech-l mailing list
>> > > Wikitech-l@lists.wikimedia.org
>> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > > ___
>> > > Wikitech-l mailing list
>> > > Wikitech-l@lists.wikimedia.org
>> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > ___
>> > Wikitech-l mailing list
>> > Wikitech-l@lists.wikimedia.org
>> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>
>
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-15 Thread יגאל חיטרון
Thank you, but there is no "--" in the list.
Igal


2018-02-15 20:43 GMT+02:00 Nuria Ruiz :

> Trying again:
>
> >Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> view
> >to table view. I get a list of countries - US, France, Spain, --, Japan,
> >and so on. It's a link, and clicking it opens unexisting wiki article with
> >the same name.
>
> Issue should be fixed with this ticket:
> https://phabricator.wikimedia.org/T187205
>
> On Thu, Feb 15, 2018 at 9:04 AM, Nuria Ruiz  wrote:
>
> > >Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> > view
> > >to table view. I get a list of countries - US, France, Spain, --, Japan,
> > >and so on. It's a link, and clicking it opens unexisting wiki article
> with
> > >the same name.
> >
> > I see, issue should be fixed here: Sorry, I can't. I opened the link you
> > gave on hewiki. Changed from map view
> > to table view. I get a list of countries - US, France, Spain, --, Japan,
> > and so on. It's a link, and clicking it opens unexisting wiki article
> with
> > the same name.
> >
> > On Wed, Feb 14, 2018 at 4:35 PM, יגאל חיטרון  wrote:
> >
> >> Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> >> view
> >> to table view. I get a list of countries - US, France, Spain, --, Japan,
> >> and so on. It's a link, and clicking it opens unexisting wiki article
> with
> >> the same name.
> >> Igal
> >>
> >>
> >> On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> >>
> >> > Hello,
> >> >
> >> > >Hello and thank you.
> >> > >What do you mean in country named "--"?
> >> >
> >> > Not sure what you are asking, maybe a screenshot would help?
> >> >
> >> > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> wrote:
> >> >
> >> > > Hello and thank you.
> >> > > What do you mean in country named "--"?
> >> > > Igal (User:IKhitron)
> >> > >
> >> > >
> >> > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> >> > >
> >> > > Hello from Analytics team:
> >> > >
> >> > > Just a brief note to announce that Wikistats 2.0 includes data about
> >> > > pageviews per project per country for the current month.
> >> > >
> >> > > Take a look, pageviews for Spanish Wikipedia this current month:
> >> > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> >> > > pageviews-by-country
> >> > >
> >> > > Data is also available programatically vi APIs:
> >> > >
> >> > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> >> > > Pageviews#Pageviews_split_by_country
> >> > >
> >> > > We will be deploying small UI tweaks during this week but please
> >> explore
> >> > > and let us know what you think.
> >> > >
> >> > > Thanks,
> >> > >
> >> > > Nuria
> >> > > ___
> >> > > Wikitech-l mailing list
> >> > > Wikitech-l@lists.wikimedia.org
> >> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >> > > ___
> >> > > Wikitech-l mailing list
> >> > > Wikitech-l@lists.wikimedia.org
> >> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >> > ___
> >> > Wikitech-l mailing list
> >> > Wikitech-l@lists.wikimedia.org
> >> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >> ___
> >> Wikitech-l mailing list
> >> Wikitech-l@lists.wikimedia.org
> >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >>
> >
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-18 Thread Pine W
Thanks for the Wikistats 2 update, Nuria.

Igal, may I suggest that further discussion about specific bugs should take
place on Phabricator?

Pine
( https://meta.wikimedia.org/wiki/User:Pine )
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-18 Thread יגאל חיטרון
Sure. Where?
Igal


On Feb 18, 2018 23:25, "Pine W"  wrote:

> Thanks for the Wikistats 2 update, Nuria.
>
> Igal, may I suggest that further discussion about specific bugs should take
> place on Phabricator?
>
> Pine
> ( https://meta.wikimedia.org/wiki/User:Pine )
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-18 Thread Andre Klapper
On Sun, 2018-02-18 at 23:39 +0200, יגאל חיטרון wrote:
> Sure. Where?

https://phabricator.wikimedia.org/tag/analytics-wikistats/ following
https://mediawiki.org/wiki/How_to_report_a_bug

Cheers,
andre
-- 
Andre Klapper | Wikimedia Bugwrangler
http://blogs.gnome.org/aklapper/

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-18 Thread יגאל חיטרון
Hello, Aklapper, I believe Nuria is talking about some existing task,
because I have not any more new bugs to inform about. But thank you anyway.
Igal

On Feb 18, 2018 23:53, "Andre Klapper"  wrote:

On Sun, 2018-02-18 at 23:39 +0200, יגאל חיטרון wrote:
> Sure. Where?

https://phabricator.wikimedia.org/tag/analytics-wikistats/ following
https://mediawiki.org/wiki/How_to_report_a_bug

Cheers,
andre
--
Andre Klapper | Wikimedia Bugwrangler
http://blogs.gnome.org/aklapper/

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-22 Thread mathieu stumpf guntz

Hi Nuria,

Thank you for the report, and congratulation to all people involved in 
releasing this tool. It would be fine to also have map with editiors and 
active editors.


By the way, is there somewhere where I could find total active editors 
of all wikisources? Surely I could sum that through API (providing that 
it exposes such a data for each language), but it would be fine that 
everybody could have a straight forward access to this kind of cross 
language data. I think there real are usecases for that, actually I'm 
looking for number of active wikisourcerer to evaluate number of 
attendees we might set for the next Wikisource conference.


Cheers.


Le 14/02/2018 à 23:15, Nuria Ruiz a écrit :

Hello from Analytics team:

Just a brief note to announce that Wikistats 2.0 includes data about
pageviews per project per country for the current month.

Take a look, pageviews for Spanish Wikipedia this current month:
https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/pageviews-by-country

Data is also available programatically vi APIs:

https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#Pageviews_split_by_country

We will be deploying small UI tweaks during this week but please explore
and let us know what you think.

Thanks,

Nuria
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-24 Thread Nuria Ruiz
>By the way, is there somewhere where I could find total active editors of
all wikisources?

All projects agreggated? Not as far as I know. More than a matter of
calculation I think is a matter of definition. I might be wrong though and
this might already have been discussed.

Active editor metric is defined "per wiki" to my knowledge:
https://meta.wikimedia.org/wiki/Research:Wikistats_metrics/Editors

For all projects you could add "all active editors for all projects"  and
that is doable. Now,  in that case you will not count someone with 2 edits
in eswiki and (using same login) another 3 edits on dewiki if in order to
become an "active editor" you need 5 edits in one wiki.

Phab ticket filed: https://phabricator.wikimedia.org/T188194






On Thu, Feb 22, 2018 at 1:37 AM, mathieu stumpf guntz <
psychosl...@culture-libre.org> wrote:

> Hi Nuria,
>
> Thank you for the report, and congratulation to all people involved in
> releasing this tool. It would be fine to also have map with editiors and
> active editors.
>
> By the way, is there somewhere where I could find total active editors of
> all wikisources? Surely I could sum that through API (providing that it
> exposes such a data for each language), but it would be fine that everybody
> could have a straight forward access to this kind of cross language data. I
> think there real are usecases for that, actually I'm looking for number of
> active wikisourcerer to evaluate number of attendees we might set for the
> next Wikisource conference.
>
> Cheers.
>
> Le 14/02/2018 à 23:15, Nuria Ruiz a écrit :
>
> Hello from Analytics team:
>
> Just a brief note to announce that Wikistats 2.0 includes data about
> pageviews per project per country for the current month.
>
> Take a look, pageviews for Spanish Wikipedia this current 
> month:https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/pageviews-by-country
>
> Data is also available programatically vi APIs:
> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#Pageviews_split_by_country
>
>
> We will be deploying small UI tweaks during this week but please explore
> and let us know what you think.
>
> Thanks,
>
> Nuria
> ___
> Wikitech-l mailing 
> listWikitech-l@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
>
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-26 Thread John Erling Blad
I guess this is pretty obvious, but when you create numbers for something
generated by an actor (as something that makes the activation) within that
area, those numbers should be normalized against the number of actors.
There are a whole lot of articles being read in Norwegian from China, does
that mean Chinese people are darn good at reading Norwegian? Or does it
mean that there are a whole lot of Chinese people? I'm pretty sure the
later is more correct than the former.

This kind of errors are pretty common. At Statistics Norway (been there,
done that, etc…) they used an example about kindergarten where statistics
had been used by a politician as an example of a municipality with
especially good services, it had the highest amount of kindergarten in the
whole country. The problem was, the number of children was also of the
highest, and the probability of a child to actually get a place in
kindergarten was pretty low.

So please normalize the numbers! =)

On Wed, Feb 14, 2018 at 11:15 PM, Nuria Ruiz  wrote:

> Hello from Analytics team:
>
> Just a brief note to announce that Wikistats 2.0 includes data about
> pageviews per project per country for the current month.
>
> Take a look, pageviews for Spanish Wikipedia this current month:
> https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> pageviews-by-country
>
> Data is also available programatically vi APIs:
>
> https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> Pageviews#Pageviews_split_by_country
>
> We will be deploying small UI tweaks during this week but please explore
> and let us know what you think.
>
> Thanks,
>
> Nuria
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-26 Thread Nuria Ruiz
Created a ticket to compute "active editors for all wikis":
https://phabricator.wikimedia.org/T188265

On Sat, Feb 24, 2018 at 3:56 PM, Nuria Ruiz  wrote:

> >By the way, is there somewhere where I could find total active editors
> of all wikisources?
>
> All projects agreggated? Not as far as I know. More than a matter of
> calculation I think is a matter of definition. I might be wrong though and
> this might already have been discussed.
>
> Active editor metric is defined "per wiki" to my knowledge: https://meta.
> wikimedia.org/wiki/Research:Wikistats_metrics/Editors
>
> For all projects you could add "all active editors for all projects"  and
> that is doable. Now,  in that case you will not count someone with 2 edits
> in eswiki and (using same login) another 3 edits on dewiki if in order to
> become an "active editor" you need 5 edits in one wiki.
>
> Phab ticket filed: https://phabricator.wikimedia.org/T188194
>
>
>
>
>
>
> On Thu, Feb 22, 2018 at 1:37 AM, mathieu stumpf guntz <
> psychosl...@culture-libre.org> wrote:
>
>> Hi Nuria,
>>
>> Thank you for the report, and congratulation to all people involved in
>> releasing this tool. It would be fine to also have map with editiors and
>> active editors.
>>
>> By the way, is there somewhere where I could find total active editors of
>> all wikisources? Surely I could sum that through API (providing that it
>> exposes such a data for each language), but it would be fine that everybody
>> could have a straight forward access to this kind of cross language data. I
>> think there real are usecases for that, actually I'm looking for number of
>> active wikisourcerer to evaluate number of attendees we might set for the
>> next Wikisource conference.
>>
>> Cheers.
>>
>> Le 14/02/2018 à 23:15, Nuria Ruiz a écrit :
>>
>> Hello from Analytics team:
>>
>> Just a brief note to announce that Wikistats 2.0 includes data about
>> pageviews per project per country for the current month.
>>
>> Take a look, pageviews for Spanish Wikipedia this current 
>> month:https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/pageviews-by-country
>>
>> Data is also available programatically vi APIs:
>> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#Pageviews_split_by_country
>>
>>
>> We will be deploying small UI tweaks during this week but please explore
>> and let us know what you think.
>>
>> Thanks,
>>
>> Nuria
>> ___
>> Wikitech-l mailing 
>> listWikitech-l@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>
>>
>>
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-28 Thread Tilman Bayer
The number of active editors for all projects is a core metric that WMF has
tracked and reported on a regular basis since at least 2011 (with the
definition having been revised  in the last year or two).

https://www.mediawiki.org/wiki/Wikimedia_Audiences#Contributors
https://stats.wikimedia.org/reportcard/RC_2011_12_detailed.html
https://meta.wikimedia.org/wiki/Research:Active_editor
https://meta.wikimedia.org/wiki/Research:Defining_
monthly_active_editors,_2016

How is this new metric going to differ from that? Or are we talking about
the same thing?

On Mon, Feb 26, 2018 at 8:42 AM, Nuria Ruiz  wrote:

> Created a ticket to compute "active editors for all wikis":
> https://phabricator.wikimedia.org/T188265
>
> On Sat, Feb 24, 2018 at 3:56 PM, Nuria Ruiz  wrote:
>
> > >By the way, is there somewhere where I could find total active editors
> > of all wikisources?
> >
> > All projects agreggated? Not as far as I know. More than a matter of
> > calculation I think is a matter of definition. I might be wrong though
> and
> > this might already have been discussed.
> >
> > Active editor metric is defined "per wiki" to my knowledge: https://meta
> .
> > wikimedia.org/wiki/Research:Wikistats_metrics/Editors
> >
> > For all projects you could add "all active editors for all projects"  and
> > that is doable. Now,  in that case you will not count someone with 2
> edits
> > in eswiki and (using same login) another 3 edits on dewiki if in order to
> > become an "active editor" you need 5 edits in one wiki.
> >
> > Phab ticket filed: https://phabricator.wikimedia.org/T188194
> >
> >
> >
> >
> >
> >
> > On Thu, Feb 22, 2018 at 1:37 AM, mathieu stumpf guntz <
> > psychosl...@culture-libre.org> wrote:
> >
> >> Hi Nuria,
> >>
> >> Thank you for the report, and congratulation to all people involved in
> >> releasing this tool. It would be fine to also have map with editiors and
> >> active editors.
> >>
> >> By the way, is there somewhere where I could find total active editors
> of
> >> all wikisources? Surely I could sum that through API (providing that it
> >> exposes such a data for each language), but it would be fine that
> everybody
> >> could have a straight forward access to this kind of cross language
> data. I
> >> think there real are usecases for that, actually I'm looking for number
> of
> >> active wikisourcerer to evaluate number of attendees we might set for
> the
> >> next Wikisource conference.
> >>
> >> Cheers.
> >>
> >> Le 14/02/2018 à 23:15, Nuria Ruiz a écrit :
> >>
> >> Hello from Analytics team:
> >>
> >> Just a brief note to announce that Wikistats 2.0 includes data about
> >> pageviews per project per country for the current month.
> >>
> >> Take a look, pageviews for Spanish Wikipedia this current month:
> https://stats.wikimedia.org/v2/#/es.wikipedia.org/read
> ing/pageviews-by-country
> >>
> >> Data is also available programatically vi APIs:
> >> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#
> Pageviews_split_by_country
> >>
> >>
> >> We will be deploying small UI tweaks during this week but please explore
> >> and let us know what you think.
> >>
> >> Thanks,
> >>
> >> Nuria
> >> ___
> >> Wikitech-l mailing listWikitech-l@lists.wikimedia.orghttps://
> lists.wikimedia.org/mailman/listinfo/wikitech-l
> >>
> >>
> >>
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Tilman Bayer
Senior Analyst
Wikimedia Foundation
IRC (Freenode): HaeB
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-02-28 Thread Nuria Ruiz
>How is this new metric going to differ from that?
Differ? In no way, the ticket [1] is about computing the value not
re-defining it.
Wikistats2 only computes (at this time) active editors (per wikistats
definition) per project.


[1] https://phabricator.wikimedia.org/T188265


On Wed, Feb 28, 2018 at 1:30 PM, Tilman Bayer  wrote:

> The number of active editors for all projects is a core metric that WMF has
> tracked and reported on a regular basis since at least 2011 (with the
> definition having been revised  in the last year or two).
>
> https://www.mediawiki.org/wiki/Wikimedia_Audiences#Contributors
> https://stats.wikimedia.org/reportcard/RC_2011_12_detailed.html
> https://meta.wikimedia.org/wiki/Research:Active_editor
> https://meta.wikimedia.org/wiki/Research:Defining_
> monthly_active_editors,_2016
>
> How is this new metric going to differ from that? Or are we talking about
> the same thing?
>
> On Mon, Feb 26, 2018 at 8:42 AM, Nuria Ruiz  wrote:
>
> > Created a ticket to compute "active editors for all wikis":
> > https://phabricator.wikimedia.org/T188265
> >
> > On Sat, Feb 24, 2018 at 3:56 PM, Nuria Ruiz  wrote:
> >
> > > >By the way, is there somewhere where I could find total active editors
> > > of all wikisources?
> > >
> > > All projects agreggated? Not as far as I know. More than a matter of
> > > calculation I think is a matter of definition. I might be wrong though
> > and
> > > this might already have been discussed.
> > >
> > > Active editor metric is defined "per wiki" to my knowledge:
> https://meta
> > .
> > > wikimedia.org/wiki/Research:Wikistats_metrics/Editors
> > >
> > > For all projects you could add "all active editors for all projects"
> and
> > > that is doable. Now,  in that case you will not count someone with 2
> > edits
> > > in eswiki and (using same login) another 3 edits on dewiki if in order
> to
> > > become an "active editor" you need 5 edits in one wiki.
> > >
> > > Phab ticket filed: https://phabricator.wikimedia.org/T188194
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Thu, Feb 22, 2018 at 1:37 AM, mathieu stumpf guntz <
> > > psychosl...@culture-libre.org> wrote:
> > >
> > >> Hi Nuria,
> > >>
> > >> Thank you for the report, and congratulation to all people involved in
> > >> releasing this tool. It would be fine to also have map with editiors
> and
> > >> active editors.
> > >>
> > >> By the way, is there somewhere where I could find total active editors
> > of
> > >> all wikisources? Surely I could sum that through API (providing that
> it
> > >> exposes such a data for each language), but it would be fine that
> > everybody
> > >> could have a straight forward access to this kind of cross language
> > data. I
> > >> think there real are usecases for that, actually I'm looking for
> number
> > of
> > >> active wikisourcerer to evaluate number of attendees we might set for
> > the
> > >> next Wikisource conference.
> > >>
> > >> Cheers.
> > >>
> > >> Le 14/02/2018 à 23:15, Nuria Ruiz a écrit :
> > >>
> > >> Hello from Analytics team:
> > >>
> > >> Just a brief note to announce that Wikistats 2.0 includes data about
> > >> pageviews per project per country for the current month.
> > >>
> > >> Take a look, pageviews for Spanish Wikipedia this current month:
> > https://stats.wikimedia.org/v2/#/es.wikipedia.org/read
> > ing/pageviews-by-country
> > >>
> > >> Data is also available programatically vi APIs:
> > >> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews#
> > Pageviews_split_by_country
> > >>
> > >>
> > >> We will be deploying small UI tweaks during this week but please
> explore
> > >> and let us know what you think.
> > >>
> > >> Thanks,
> > >>
> > >> Nuria
> > >> ___
> > >> Wikitech-l mailing listWikitech-l@lists.wikimedia.orghttps://
> > lists.wikimedia.org/mailman/listinfo/wikitech-l
> > >>
> > >>
> > >>
> > >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
>
>
>
> --
> Tilman Bayer
> Senior Analyst
> Wikimedia Foundation
> IRC (Freenode): HaeB
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-03-01 Thread Nuria Ruiz
>It took me a while to understand the meaning of 100M->1G and friends.
Indeed, from other users we also gathered it was pretty confusing.  We have
changed that and while localizing the site is something we have planned for
later this year we have gone the way of localizing number formatting and
units according to your browser language (for the locales supported by
numeral.js [1]).

See how wikistats looks if your browser language is Japanese [2], Italian:
[3] or Russian [4]

This is not a common choice when it comes to localization but one that
might fit better our userbase, we'll see.

[1] http://numeraljs.com/ Pull requests for locales: https://github.com/
adamwdraper/Numeral-js/tree/master/locales

[2] https://imgur.com/a/sqHMZ
[3] https://imgur.com/a/1FsBE
[4] https://imgur.com/a/PBMrY


On Thu, Feb 15, 2018 at 8:33 AM, Nuria Ruiz  wrote:

>
> >Nuria, well done, looks awesome!  I think you want to set zoom limits -
> >right now you can zoom in and zoom out almost infinitely.
> Fix on the way:
> https://phabricator.wikimedia.org/T187205
>
> On Wed, Feb 14, 2018 at 6:24 PM, Yuri Astrakhan 
> wrote:
>
>> Nuria, well done, looks awesome!  I think you want to set zoom limits -
>> right now you can zoom in and zoom out almost infinitely. Congrats!
>>
>> On Wed, Feb 14, 2018 at 8:47 PM, Michael Schönitzer <
>> michael.schoenit...@wikimedia.de> wrote:
>>
>> > here a screenshot:
>> >
>> > There's a second anomaly: "SX" is also listed…
>> >
>> > 2018-02-15 1:35 GMT+01:00 יגאל חיטרון :
>> >
>> > > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
>> > view
>> > > to table view. I get a list of countries - US, France, Spain, --,
>> Japan,
>> > > and so on. It's a link, and clicking it opens unexisting wiki article
>> > with
>> > > the same name.
>> > > Igal
>> > >
>> > >
>> > > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
>> > >
>> > > > Hello,
>> > > >
>> > > > >Hello and thank you.
>> > > > >What do you mean in country named "--"?
>> > > >
>> > > > Not sure what you are asking, maybe a screenshot would help?
>> > > >
>> > > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
>> > wrote:
>> > > >
>> > > > > Hello and thank you.
>> > > > > What do you mean in country named "--"?
>> > > > > Igal (User:IKhitron)
>> > > > >
>> > > > >
>> > > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
>> > > > >
>> > > > > Hello from Analytics team:
>> > > > >
>> > > > > Just a brief note to announce that Wikistats 2.0 includes data
>> about
>> > > > > pageviews per project per country for the current month.
>> > > > >
>> > > > > Take a look, pageviews for Spanish Wikipedia this current month:
>> > > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
>> > > > > pageviews-by-country
>> > > > >
>> > > > > Data is also available programatically vi APIs:
>> > > > >
>> > > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
>> > > > > Pageviews#Pageviews_split_by_country
>> > > > >
>> > > > > We will be deploying small UI tweaks during this week but please
>> > > explore
>> > > > > and let us know what you think.
>> > > > >
>> > > > > Thanks,
>> > > > >
>> > > > > Nuria
>> > > > > ___
>> > > > > Wikitech-l mailing list
>> > > > > Wikitech-l@lists.wikimedia.org
>> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > > > > ___
>> > > > > Wikitech-l mailing list
>> > > > > Wikitech-l@lists.wikimedia.org
>> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > > > ___
>> > > > Wikitech-l mailing list
>> > > > Wikitech-l@lists.wikimedia.org
>> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > > ___
>> > > Wikitech-l mailing list
>> > > Wikitech-l@lists.wikimedia.org
>> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> > >
>> >
>> >
>> >
>> > --
>> > Michael F. Schönitzer
>> >
>> >
>> >
>> > Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
>> > Tel. (030) 219 158 26-0
>> > http://wikimedia.de
>> >
>> > Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
>> > Wissens frei teilhaben kann. Helfen Sie uns dabei!
>> > http://spenden.wikimedia.de/
>> >
>> > Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
>> > Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
>> unter
>> > der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
>> > Körperschaften I Berlin, Steuernummer 27/681/51985.
>> >
>> > ___
>> > Wikitech-l mailing list
>> > Wikitech-l@lists.wikimedia.org
>> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> >
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>
>
>
___

Re: [Wikitech-l] Wikistats 2.0 - Now with Maps!

2018-04-16 Thread Nuria Ruiz
> I think you want to set zoom limits - right now you can zoom in and zoom out
almost infinitely.
This issue should be fixed now. Please see:
https://stats.wikimedia.org/v2/#/fr.wikipedia.org/reading/page-views-by-country


On Wed, Feb 14, 2018 at 6:24 PM, Yuri Astrakhan 
wrote:

> Nuria, well done, looks awesome!  I think you want to set zoom limits -
> right now you can zoom in and zoom out almost infinitely. Congrats!
>
> On Wed, Feb 14, 2018 at 8:47 PM, Michael Schönitzer <
> michael.schoenit...@wikimedia.de> wrote:
>
> > here a screenshot:
> >
> > There's a second anomaly: "SX" is also listed…
> >
> > 2018-02-15 1:35 GMT+01:00 יגאל חיטרון :
> >
> > > Sorry, I can't. I opened the link you gave on hewiki. Changed from map
> > view
> > > to table view. I get a list of countries - US, France, Spain, --,
> Japan,
> > > and so on. It's a link, and clicking it opens unexisting wiki article
> > with
> > > the same name.
> > > Igal
> > >
> > >
> > > On Feb 15, 2018 02:23, "Nuria Ruiz"  wrote:
> > >
> > > > Hello,
> > > >
> > > > >Hello and thank you.
> > > > >What do you mean in country named "--"?
> > > >
> > > > Not sure what you are asking, maybe a screenshot would help?
> > > >
> > > > On Wed, Feb 14, 2018 at 3:04 PM, יגאל חיטרון 
> > wrote:
> > > >
> > > > > Hello and thank you.
> > > > > What do you mean in country named "--"?
> > > > > Igal (User:IKhitron)
> > > > >
> > > > >
> > > > > On Feb 15, 2018 00:15, "Nuria Ruiz"  wrote:
> > > > >
> > > > > Hello from Analytics team:
> > > > >
> > > > > Just a brief note to announce that Wikistats 2.0 includes data
> about
> > > > > pageviews per project per country for the current month.
> > > > >
> > > > > Take a look, pageviews for Spanish Wikipedia this current month:
> > > > > https://stats.wikimedia.org/v2/#/es.wikipedia.org/reading/
> > > > > pageviews-by-country
> > > > >
> > > > > Data is also available programatically vi APIs:
> > > > >
> > > > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/
> > > > > Pageviews#Pageviews_split_by_country
> > > > >
> > > > > We will be deploying small UI tweaks during this week but please
> > > explore
> > > > > and let us know what you think.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Nuria
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > > ___
> > > > > Wikitech-l mailing list
> > > > > Wikitech-l@lists.wikimedia.org
> > > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > >
> >
> >
> >
> > --
> > Michael F. Schönitzer
> >
> >
> >
> > Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
> > Tel. (030) 219 158 26-0
> > http://wikimedia.de
> >
> > Stellen Sie sich eine Welt vor, in der jeder Mensch an der Menge allen
> > Wissens frei teilhaben kann. Helfen Sie uns dabei!
> > http://spenden.wikimedia.de/
> >
> > Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
> > Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter
> > der Nummer 23855 B. Als gemeinnützig anerkannt durch das Finanzamt für
> > Körperschaften I Berlin, Steuernummer 27/681/51985.
> >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-13 Thread Nuria Ruiz
Hello from Analytics Team!

We are happy to announce the Alpha release of Wikistats 2. Wikistats has
been redesigned for architectural simplicity, faster data processing, and a
more dynamic and interactive user experience. First goal is to match the
numbers of the current system, and to provide the most important reports,
as decided by the Wikistats community (see survey) [1].  Over time, we will
continue to migrate reports and add new ones that you find useful. We can
also analyze the data in new and interesting ways, and look forward to
hearing your feedback and suggestions. [2]

You can go directly to Spanish Wikipedia
https://stats.wikimedia.org/v2/#/es.wikipedia.org

or browse all projects
https://stats.wikimedia.org/v2/#/all-projects

The new site comes with a whole new set of APIs, similar to our existing
Pageview API but with edit data. You can start using them today, they are
documented here:

https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats


FAQ:

Why is this an alpha?
There are features that we feel a full-fledged product should have that are
still missing, such as localization. The data-processing pipeline for the
new Wikistats has been rebuilt from scratch (it uses distributed-computing
tools such as Hadoop) and we want to see how it is used before calling it
final. Also while we aim to update data monthly, it will happen a few days
after the month rolls because of the amount of data to move and compute.

How about comparing data between two wikis?
You can do it with two tabs but we are aware this UI might not solve all
use cases for the most advanced Wikistats users. We aim to tackle those in
the future.

How do I file bugs?
Use the handy link in the footer:
https://phabricator.wikimedia.org/maniphest/task/edit/?title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics

How do I comment on design?
The consultation on design already happened but we are still watching the
talk page:
https://www.mediawiki.org/wiki/Wikistats_2.0_Design_Project/RequestforFeedback/Round2


[1]
https://www.mediawiki.org/wiki/Analytics/Wikistats/DumpReports/Future_per_report
[2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/Systems/Wikistats
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-13 Thread Victoria Coleman
Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement! Thank 
you!


Best wishes,

Victoria Coleman

Chief Technology Officer
Wikimedia Foundation
1 Montgomery Street, Suite 1600
San Francisco, CA 94104

+1-650-703-8112

vcole...@wikimedia.org








> On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
> 
> Hello from Analytics Team!
> 
> We are happy to announce the Alpha release of Wikistats 2. Wikistats has
> been redesigned for architectural simplicity, faster data processing, and a
> more dynamic and interactive user experience. First goal is to match the
> numbers of the current system, and to provide the most important reports,
> as decided by the Wikistats community (see survey) [1].  Over time, we will
> continue to migrate reports and add new ones that you find useful. We can
> also analyze the data in new and interesting ways, and look forward to
> hearing your feedback and suggestions. [2]
> 
> You can go directly to Spanish Wikipedia
> https://stats.wikimedia.org/v2/#/es.wikipedia.org
> 
> or browse all projects
> https://stats.wikimedia.org/v2/#/all-projects
> 
> The new site comes with a whole new set of APIs, similar to our existing
> Pageview API but with edit data. You can start using them today, they are
> documented here:
> 
> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
> 
> 
> FAQ:
> 
> Why is this an alpha?
> There are features that we feel a full-fledged product should have that are
> still missing, such as localization. The data-processing pipeline for the
> new Wikistats has been rebuilt from scratch (it uses distributed-computing
> tools such as Hadoop) and we want to see how it is used before calling it
> final. Also while we aim to update data monthly, it will happen a few days
> after the month rolls because of the amount of data to move and compute.
> 
> How about comparing data between two wikis?
> You can do it with two tabs but we are aware this UI might not solve all
> use cases for the most advanced Wikistats users. We aim to tackle those in
> the future.
> 
> How do I file bugs?
> Use the handy link in the footer:
> https://phabricator.wikimedia.org/maniphest/task/edit/?title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
> 
> How do I comment on design?
> The consultation on design already happened but we are still watching the
> talk page:
> https://www.mediawiki.org/wiki/Wikistats_2.0_Design_Project/RequestforFeedback/Round2
> 
> 
> [1]
> https://www.mediawiki.org/wiki/Analytics/Wikistats/DumpReports/Future_per_report
> [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/Systems/Wikistats
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-14 Thread Niharika Kohli
This is awesome. Great job A-team!

On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman 
wrote:

> Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
> Thank you!
>
>
> Best wishes,
>
> Victoria Coleman
>
> Chief Technology Officer
> Wikimedia Foundation
> 1 Montgomery Street, Suite 1600
> San Francisco, CA 94104
>
> +1-650-703-8112
>
> vcole...@wikimedia.org
>
>
>
>
>
>
>
>
> > On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
> >
> > Hello from Analytics Team!
> >
> > We are happy to announce the Alpha release of Wikistats 2. Wikistats has
> > been redesigned for architectural simplicity, faster data processing,
> and a
> > more dynamic and interactive user experience. First goal is to match the
> > numbers of the current system, and to provide the most important reports,
> > as decided by the Wikistats community (see survey) [1].  Over time, we
> will
> > continue to migrate reports and add new ones that you find useful. We can
> > also analyze the data in new and interesting ways, and look forward to
> > hearing your feedback and suggestions. [2]
> >
> > You can go directly to Spanish Wikipedia
> > https://stats.wikimedia.org/v2/#/es.wikipedia.org
> >
> > or browse all projects
> > https://stats.wikimedia.org/v2/#/all-projects
> >
> > The new site comes with a whole new set of APIs, similar to our existing
> > Pageview API but with edit data. You can start using them today, they are
> > documented here:
> >
> > https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
> >
> >
> > FAQ:
> >
> > Why is this an alpha?
> > There are features that we feel a full-fledged product should have that
> are
> > still missing, such as localization. The data-processing pipeline for the
> > new Wikistats has been rebuilt from scratch (it uses
> distributed-computing
> > tools such as Hadoop) and we want to see how it is used before calling it
> > final. Also while we aim to update data monthly, it will happen a few
> days
> > after the month rolls because of the amount of data to move and compute.
> >
> > How about comparing data between two wikis?
> > You can do it with two tabs but we are aware this UI might not solve all
> > use cases for the most advanced Wikistats users. We aim to tackle those
> in
> > the future.
> >
> > How do I file bugs?
> > Use the handy link in the footer:
> > https://phabricator.wikimedia.org/maniphest/task/edit/?
> title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
> >
> > How do I comment on design?
> > The consultation on design already happened but we are still watching the
> > talk page:
> > https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
> Project/RequestforFeedback/Round2
> >
> >
> > [1]
> > https://www.mediawiki.org/wiki/Analytics/Wikistats/
> DumpReports/Future_per_report
> > [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/Systems/Wikistats
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Niharika
Software Engineer
Community Tech
Wikimedia Foundation
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-14 Thread Jonathan Morgan
This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone else
involved in this project for giving us the powerful, usable stats dashboard
we deserve :)

- J

On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
wrote:

> This is awesome. Great job A-team!
>
> On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman  >
> wrote:
>
> > Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
> > Thank you!
> >
> >
> > Best wishes,
> >
> > Victoria Coleman
> >
> > Chief Technology Officer
> > Wikimedia Foundation
> > 1 Montgomery Street, Suite 1600
> > San Francisco, CA 94104
> >
> > +1-650-703-8112
> >
> > vcole...@wikimedia.org
> >
> >
> >
> >
> >
> >
> >
> >
> > > On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
> > >
> > > Hello from Analytics Team!
> > >
> > > We are happy to announce the Alpha release of Wikistats 2. Wikistats
> has
> > > been redesigned for architectural simplicity, faster data processing,
> > and a
> > > more dynamic and interactive user experience. First goal is to match
> the
> > > numbers of the current system, and to provide the most important
> reports,
> > > as decided by the Wikistats community (see survey) [1].  Over time, we
> > will
> > > continue to migrate reports and add new ones that you find useful. We
> can
> > > also analyze the data in new and interesting ways, and look forward to
> > > hearing your feedback and suggestions. [2]
> > >
> > > You can go directly to Spanish Wikipedia
> > > https://stats.wikimedia.org/v2/#/es.wikipedia.org
> > >
> > > or browse all projects
> > > https://stats.wikimedia.org/v2/#/all-projects
> > >
> > > The new site comes with a whole new set of APIs, similar to our
> existing
> > > Pageview API but with edit data. You can start using them today, they
> are
> > > documented here:
> > >
> > > https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
> > >
> > >
> > > FAQ:
> > >
> > > Why is this an alpha?
> > > There are features that we feel a full-fledged product should have that
> > are
> > > still missing, such as localization. The data-processing pipeline for
> the
> > > new Wikistats has been rebuilt from scratch (it uses
> > distributed-computing
> > > tools such as Hadoop) and we want to see how it is used before calling
> it
> > > final. Also while we aim to update data monthly, it will happen a few
> > days
> > > after the month rolls because of the amount of data to move and
> compute.
> > >
> > > How about comparing data between two wikis?
> > > You can do it with two tabs but we are aware this UI might not solve
> all
> > > use cases for the most advanced Wikistats users. We aim to tackle those
> > in
> > > the future.
> > >
> > > How do I file bugs?
> > > Use the handy link in the footer:
> > > https://phabricator.wikimedia.org/maniphest/task/edit/?
> > title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
> > >
> > > How do I comment on design?
> > > The consultation on design already happened but we are still watching
> the
> > > talk page:
> > > https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
> > Project/RequestforFeedback/Round2
> > >
> > >
> > > [1]
> > > https://www.mediawiki.org/wiki/Analytics/Wikistats/
> > DumpReports/Future_per_report
> > > [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/
> Systems/Wikistats
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
>
>
>
> --
> Niharika
> Software Engineer
> Community Tech
> Wikimedia Foundation
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Jonathan T. Morgan
Senior Design Researcher
Wikimedia Foundation
User:Jmorgan (WMF) 
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-14 Thread zppix e
Great Work I love the design. Can't wait for finished product!

--
Zppix
Volunteer Wikimedia Developer
Volunteer Wikimedia GCI2017 Mentor
enwp.org/User:Zppix
**Note: I do not work for Wikimedia Foundation, or any of its chapters.** 

> On Dec 14, 2017, at 1:17 PM, Jonathan Morgan  wrote:
> 
> This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone else
> involved in this project for giving us the powerful, usable stats dashboard
> we deserve :)
> 
> - J
> 
> On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
> wrote:
> 
>> This is awesome. Great job A-team!
>> 
>> On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman >> 
>> wrote:
>> 
>>> Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
>>> Thank you!
>>> 
>>> 
>>> Best wishes,
>>> 
>>> Victoria Coleman
>>> 
>>> Chief Technology Officer
>>> Wikimedia Foundation
>>> 1 Montgomery Street, Suite 1600
>>> San Francisco, CA 94104
>>> 
>>> +1-650-703-8112
>>> 
>>> vcole...@wikimedia.org
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
 On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
 
 Hello from Analytics Team!
 
 We are happy to announce the Alpha release of Wikistats 2. Wikistats
>> has
 been redesigned for architectural simplicity, faster data processing,
>>> and a
 more dynamic and interactive user experience. First goal is to match
>> the
 numbers of the current system, and to provide the most important
>> reports,
 as decided by the Wikistats community (see survey) [1].  Over time, we
>>> will
 continue to migrate reports and add new ones that you find useful. We
>> can
 also analyze the data in new and interesting ways, and look forward to
 hearing your feedback and suggestions. [2]
 
 You can go directly to Spanish Wikipedia
 https://stats.wikimedia.org/v2/#/es.wikipedia.org
 
 or browse all projects
 https://stats.wikimedia.org/v2/#/all-projects
 
 The new site comes with a whole new set of APIs, similar to our
>> existing
 Pageview API but with edit data. You can start using them today, they
>> are
 documented here:
 
 https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
 
 
 FAQ:
 
 Why is this an alpha?
 There are features that we feel a full-fledged product should have that
>>> are
 still missing, such as localization. The data-processing pipeline for
>> the
 new Wikistats has been rebuilt from scratch (it uses
>>> distributed-computing
 tools such as Hadoop) and we want to see how it is used before calling
>> it
 final. Also while we aim to update data monthly, it will happen a few
>>> days
 after the month rolls because of the amount of data to move and
>> compute.
 
 How about comparing data between two wikis?
 You can do it with two tabs but we are aware this UI might not solve
>> all
 use cases for the most advanced Wikistats users. We aim to tackle those
>>> in
 the future.
 
 How do I file bugs?
 Use the handy link in the footer:
 https://phabricator.wikimedia.org/maniphest/task/edit/?
>>> title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
 
 How do I comment on design?
 The consultation on design already happened but we are still watching
>> the
 talk page:
 https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
>>> Project/RequestforFeedback/Round2
 
 
 [1]
 https://www.mediawiki.org/wiki/Analytics/Wikistats/
>>> DumpReports/Future_per_report
 [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/
>> Systems/Wikistats
 ___
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>> 
>>> ___
>>> Wikitech-l mailing list
>>> Wikitech-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>> 
>> 
>> 
>> 
>> --
>> Niharika
>> Software Engineer
>> Community Tech
>> Wikimedia Foundation
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> 
> 
> 
> 
> -- 
> Jonathan T. Morgan
> Senior Design Researcher
> Wikimedia Foundation
> User:Jmorgan (WMF) 
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-14 Thread Steven Walling
This is an amazing improvement. Great work!

On Thu, Dec 14, 2017 at 12:41 PM zppix e  wrote:

> Great Work I love the design. Can't wait for finished product!
>
> --
> Zppix
> Volunteer Wikimedia Developer
> Volunteer Wikimedia GCI2017 Mentor
> enwp.org/User:Zppix
> **Note: I do not work for Wikimedia Foundation, or any of its chapters.**
>
> > On Dec 14, 2017, at 1:17 PM, Jonathan Morgan 
> wrote:
> >
> > This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone
> else
> > involved in this project for giving us the powerful, usable stats
> dashboard
> > we deserve :)
> >
> > - J
> >
> > On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
> > wrote:
> >
> >> This is awesome. Great job A-team!
> >>
> >> On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman <
> vcole...@wikimedia.org
> >>>
> >> wrote:
> >>
> >>> Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
> >>> Thank you!
> >>>
> >>>
> >>> Best wishes,
> >>>
> >>> Victoria Coleman
> >>>
> >>> Chief Technology Officer
> >>> Wikimedia Foundation
> >>> 1 Montgomery Street, Suite 1600
> >>> San Francisco, CA 94104
> >>>
> >>> +1-650-703-8112 <(650)%20703-8112>
> >>>
> >>> vcole...@wikimedia.org
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
>  On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
> 
>  Hello from Analytics Team!
> 
>  We are happy to announce the Alpha release of Wikistats 2. Wikistats
> >> has
>  been redesigned for architectural simplicity, faster data processing,
> >>> and a
>  more dynamic and interactive user experience. First goal is to match
> >> the
>  numbers of the current system, and to provide the most important
> >> reports,
>  as decided by the Wikistats community (see survey) [1].  Over time, we
> >>> will
>  continue to migrate reports and add new ones that you find useful. We
> >> can
>  also analyze the data in new and interesting ways, and look forward to
>  hearing your feedback and suggestions. [2]
> 
>  You can go directly to Spanish Wikipedia
>  https://stats.wikimedia.org/v2/#/es.wikipedia.org
> 
>  or browse all projects
>  https://stats.wikimedia.org/v2/#/all-projects
> 
>  The new site comes with a whole new set of APIs, similar to our
> >> existing
>  Pageview API but with edit data. You can start using them today, they
> >> are
>  documented here:
> 
>  https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
> 
> 
>  FAQ:
> 
>  Why is this an alpha?
>  There are features that we feel a full-fledged product should have
> that
> >>> are
>  still missing, such as localization. The data-processing pipeline for
> >> the
>  new Wikistats has been rebuilt from scratch (it uses
> >>> distributed-computing
>  tools such as Hadoop) and we want to see how it is used before calling
> >> it
>  final. Also while we aim to update data monthly, it will happen a few
> >>> days
>  after the month rolls because of the amount of data to move and
> >> compute.
> 
>  How about comparing data between two wikis?
>  You can do it with two tabs but we are aware this UI might not solve
> >> all
>  use cases for the most advanced Wikistats users. We aim to tackle
> those
> >>> in
>  the future.
> 
>  How do I file bugs?
>  Use the handy link in the footer:
>  https://phabricator.wikimedia.org/maniphest/task/edit/?
> >>> title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
> 
>  How do I comment on design?
>  The consultation on design already happened but we are still watching
> >> the
>  talk page:
>  https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
> >>> Project/RequestforFeedback/Round2
> 
> 
>  [1]
>  https://www.mediawiki.org/wiki/Analytics/Wikistats/
> >>> DumpReports/Future_per_report
>  [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/
> >> Systems/Wikistats
>  ___
>  Wikitech-l mailing list
>  Wikitech-l@lists.wikimedia.org
>  https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >>>
> >>> ___
> >>> Wikitech-l mailing list
> >>> Wikitech-l@lists.wikimedia.org
> >>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >>>
> >>
> >>
> >>
> >> --
> >> Niharika
> >> Software Engineer
> >> Community Tech
> >> Wikimedia Foundation
> >> ___
> >> Wikitech-l mailing list
> >> Wikitech-l@lists.wikimedia.org
> >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >>
> >
> >
> >
> > --
> > Jonathan T. Morgan
> > Senior Design Researcher
> > Wikimedia Foundation
> > User:Jmorgan (WMF) 
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> _

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-15 Thread mathieu stumpf guntz

Yes this is really already in a great shape, congratulations and thank you.

Is showing "all project for a specific language" somewhere in the 
remaining roadmap?



Le 14/12/2017 à 21:41, zppix e a écrit :

Great Work I love the design. Can't wait for finished product!

--
Zppix
Volunteer Wikimedia Developer
Volunteer Wikimedia GCI2017 Mentor
enwp.org/User:Zppix
**Note: I do not work for Wikimedia Foundation, or any of its chapters.**


On Dec 14, 2017, at 1:17 PM, Jonathan Morgan  wrote:

This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone else
involved in this project for giving us the powerful, usable stats dashboard
we deserve :)

- J

On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
wrote:


This is awesome. Great job A-team!

On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman 
Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
Thank you!


Best wishes,

Victoria Coleman

Chief Technology Officer
Wikimedia Foundation
1 Montgomery Street, Suite 1600
San Francisco, CA 94104

+1-650-703-8112

vcole...@wikimedia.org









On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:

Hello from Analytics Team!

We are happy to announce the Alpha release of Wikistats 2. Wikistats

has

been redesigned for architectural simplicity, faster data processing,

and a

more dynamic and interactive user experience. First goal is to match

the

numbers of the current system, and to provide the most important

reports,

as decided by the Wikistats community (see survey) [1].  Over time, we

will

continue to migrate reports and add new ones that you find useful. We

can

also analyze the data in new and interesting ways, and look forward to
hearing your feedback and suggestions. [2]

You can go directly to Spanish Wikipedia
https://stats.wikimedia.org/v2/#/es.wikipedia.org

or browse all projects
https://stats.wikimedia.org/v2/#/all-projects

The new site comes with a whole new set of APIs, similar to our

existing

Pageview API but with edit data. You can start using them today, they

are

documented here:

https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats


FAQ:

Why is this an alpha?
There are features that we feel a full-fledged product should have that

are

still missing, such as localization. The data-processing pipeline for

the

new Wikistats has been rebuilt from scratch (it uses

distributed-computing

tools such as Hadoop) and we want to see how it is used before calling

it

final. Also while we aim to update data monthly, it will happen a few

days

after the month rolls because of the amount of data to move and

compute.

How about comparing data between two wikis?
You can do it with two tabs but we are aware this UI might not solve

all

use cases for the most advanced Wikistats users. We aim to tackle those

in

the future.

How do I file bugs?
Use the handy link in the footer:
https://phabricator.wikimedia.org/maniphest/task/edit/?

title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics

How do I comment on design?
The consultation on design already happened but we are still watching

the

talk page:
https://www.mediawiki.org/wiki/Wikistats_2.0_Design_

Project/RequestforFeedback/Round2


[1]
https://www.mediawiki.org/wiki/Analytics/Wikistats/

DumpReports/Future_per_report

[2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/

Systems/Wikistats

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l




--
Niharika
Software Engineer
Community Tech
Wikimedia Foundation
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l




--
Jonathan T. Morgan
Senior Design Researcher
Wikimedia Foundation
User:Jmorgan (WMF) 
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-15 Thread Corey Floyd
This is so great - thanks to the whole Analytics team for building such a
fantastic tool!

On Fri, Dec 15, 2017 at 3:30 PM mathieu stumpf guntz <
psychosl...@culture-libre.org> wrote:

> Yes this is really already in a great shape, congratulations and thank you.
>
> Is showing "all project for a specific language" somewhere in the
> remaining roadmap?
>
>
> Le 14/12/2017 à 21:41, zppix e a écrit :
> > Great Work I love the design. Can't wait for finished product!
> >
> > --
> > Zppix
> > Volunteer Wikimedia Developer
> > Volunteer Wikimedia GCI2017 Mentor
> > enwp.org/User:Zppix
> > **Note: I do not work for Wikimedia Foundation, or any of its chapters.**
> >
> >> On Dec 14, 2017, at 1:17 PM, Jonathan Morgan 
> wrote:
> >>
> >> This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone
> else
> >> involved in this project for giving us the powerful, usable stats
> dashboard
> >> we deserve :)
> >>
> >> - J
> >>
> >> On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
> >> wrote:
> >>
> >>> This is awesome. Great job A-team!
> >>>
> >>> On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman <
> vcole...@wikimedia.org
> >>> wrote:
> >>>
>  Nuria and team, fabulous work!  Wikistats 2 is such a huge
> improvement!
>  Thank you!
> 
> 
>  Best wishes,
> 
>  Victoria Coleman
> 
>  Chief Technology Officer
>  Wikimedia Foundation
>  1 Montgomery Street, Suite 1600
>  San Francisco, CA 94104
> 
>  +1-650-703-8112 <(650)%20703-8112>
> 
>  vcole...@wikimedia.org
> 
> 
> 
> 
> 
> 
> 
> 
> > On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
> >
> > Hello from Analytics Team!
> >
> > We are happy to announce the Alpha release of Wikistats 2. Wikistats
> >>> has
> > been redesigned for architectural simplicity, faster data processing,
>  and a
> > more dynamic and interactive user experience. First goal is to match
> >>> the
> > numbers of the current system, and to provide the most important
> >>> reports,
> > as decided by the Wikistats community (see survey) [1].  Over time,
> we
>  will
> > continue to migrate reports and add new ones that you find useful. We
> >>> can
> > also analyze the data in new and interesting ways, and look forward
> to
> > hearing your feedback and suggestions. [2]
> >
> > You can go directly to Spanish Wikipedia
> > https://stats.wikimedia.org/v2/#/es.wikipedia.org
> >
> > or browse all projects
> > https://stats.wikimedia.org/v2/#/all-projects
> >
> > The new site comes with a whole new set of APIs, similar to our
> >>> existing
> > Pageview API but with edit data. You can start using them today, they
> >>> are
> > documented here:
> >
> > https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
> >
> >
> > FAQ:
> >
> > Why is this an alpha?
> > There are features that we feel a full-fledged product should have
> that
>  are
> > still missing, such as localization. The data-processing pipeline for
> >>> the
> > new Wikistats has been rebuilt from scratch (it uses
>  distributed-computing
> > tools such as Hadoop) and we want to see how it is used before
> calling
> >>> it
> > final. Also while we aim to update data monthly, it will happen a few
>  days
> > after the month rolls because of the amount of data to move and
> >>> compute.
> > How about comparing data between two wikis?
> > You can do it with two tabs but we are aware this UI might not solve
> >>> all
> > use cases for the most advanced Wikistats users. We aim to tackle
> those
>  in
> > the future.
> >
> > How do I file bugs?
> > Use the handy link in the footer:
> > https://phabricator.wikimedia.org/maniphest/task/edit/?
>  title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
> > How do I comment on design?
> > The consultation on design already happened but we are still watching
> >>> the
> > talk page:
> > https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
>  Project/RequestforFeedback/Round2
> >
> > [1]
> > https://www.mediawiki.org/wiki/Analytics/Wikistats/
>  DumpReports/Future_per_report
> > [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/
> >>> Systems/Wikistats
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>  ___
>  Wikitech-l mailing list
>  Wikitech-l@lists.wikimedia.org
>  https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> 
> >>>
> >>>
> >>> --
> >>> Niharika
> >>> Software Engineer
> >>> Community Tech
> >>> Wikimedia Foundation
> >>> ___
> >>> Wikitech-l mailing list
> >>> Wikitech-l@lists.wikimedia

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-15 Thread Nuria Ruiz
>Is showing "all project for a specific language" somewhere in the
remaining roadmap?
Let me make sure I understand: Showing metrics in a language-centric
fashion rather than project-centric fashion?

No, it is not something we are considering for the near future (not that is
not doable, it is just not a priority). Our future work will be around
these general areas: "pageviews per project per country" (soon), "mobile
layouts" (in some months), "localization" (mid term)  and invisible work in
the backend that help us process this much data in less time (all the time,
basically).

On Fri, Dec 15, 2017 at 12:30 PM, mathieu stumpf guntz <
psychosl...@culture-libre.org> wrote:

> Yes this is really already in a great shape, congratulations and thank you.
>
> Is showing "all project for a specific language" somewhere in the
> remaining roadmap?
>
>
>
> Le 14/12/2017 à 21:41, zppix e a écrit :
>
>> Great Work I love the design. Can't wait for finished product!
>>
>> --
>> Zppix
>> Volunteer Wikimedia Developer
>> Volunteer Wikimedia GCI2017 Mentor
>> enwp.org/User:Zppix
>> **Note: I do not work for Wikimedia Foundation, or any of its chapters.**
>>
>> On Dec 14, 2017, at 1:17 PM, Jonathan Morgan 
>>> wrote:
>>>
>>> This is fabulous! Thank you, Erik Zachte, Analytics team, and everyone
>>> else
>>> involved in this project for giving us the powerful, usable stats
>>> dashboard
>>> we deserve :)
>>>
>>> - J
>>>
>>> On Thu, Dec 14, 2017 at 5:10 AM, Niharika Kohli 
>>> wrote:
>>>
>>> This is awesome. Great job A-team!

 On Thu, Dec 14, 2017 at 12:12 PM, Victoria Coleman <
 vcole...@wikimedia.org
 wrote:

 Nuria and team, fabulous work!  Wikistats 2 is such a huge improvement!
> Thank you!
>
>
> Best wishes,
>
> Victoria Coleman
>
> Chief Technology Officer
> Wikimedia Foundation
> 1 Montgomery Street, Suite 1600
> San Francisco, CA 94104
>
> +1-650-703-8112
>
> vcole...@wikimedia.org
>
>
>
>
>
>
>
>
> On Dec 13, 2017, at 8:26 PM, Nuria Ruiz  wrote:
>>
>> Hello from Analytics Team!
>>
>> We are happy to announce the Alpha release of Wikistats 2. Wikistats
>>
> has

> been redesigned for architectural simplicity, faster data processing,
>>
> and a
>
>> more dynamic and interactive user experience. First goal is to match
>>
> the

> numbers of the current system, and to provide the most important
>>
> reports,

> as decided by the Wikistats community (see survey) [1].  Over time, we
>>
> will
>
>> continue to migrate reports and add new ones that you find useful. We
>>
> can

> also analyze the data in new and interesting ways, and look forward to
>> hearing your feedback and suggestions. [2]
>>
>> You can go directly to Spanish Wikipedia
>> https://stats.wikimedia.org/v2/#/es.wikipedia.org
>>
>> or browse all projects
>> https://stats.wikimedia.org/v2/#/all-projects
>>
>> The new site comes with a whole new set of APIs, similar to our
>>
> existing

> Pageview API but with edit data. You can start using them today, they
>>
> are

> documented here:
>>
>> https://wikitech.wikimedia.org/wiki/Analytics/AQS/Wikistats
>>
>>
>> FAQ:
>>
>> Why is this an alpha?
>> There are features that we feel a full-fledged product should have
>> that
>>
> are
>
>> still missing, such as localization. The data-processing pipeline for
>>
> the

> new Wikistats has been rebuilt from scratch (it uses
>>
> distributed-computing
>
>> tools such as Hadoop) and we want to see how it is used before calling
>>
> it

> final. Also while we aim to update data monthly, it will happen a few
>>
> days
>
>> after the month rolls because of the amount of data to move and
>>
> compute.

> How about comparing data between two wikis?
>> You can do it with two tabs but we are aware this UI might not solve
>>
> all

> use cases for the most advanced Wikistats users. We aim to tackle those
>>
> in
>
>> the future.
>>
>> How do I file bugs?
>> Use the handy link in the footer:
>> https://phabricator.wikimedia.org/maniphest/task/edit/?
>>
> title=Wikistats%20Bug&projectPHIDs=Analytics-Wikistats,Analytics
>
>> How do I comment on design?
>> The consultation on design already happened but we are still watching
>>
> the

> talk page:
>> https://www.mediawiki.org/wiki/Wikistats_2.0_Design_
>>
> Project/RequestforFeedback/Round2
>
>>
>> [1]
>> https://www.mediawiki.org/wiki/Analytics/Wikistats/
>>
> DumpReports/Future_per_report
>
>> [2] https://wikitech.wikimedia.org/wiki/Talk:Analytics/
>>
> Systems/W

Re: [Wikitech-l] Wikistats gets a facelift - Alpha Launch of Wikistats 2

2017-12-18 Thread mathieu stumpf guntz



Le 15/12/2017 à 23:28, Nuria Ruiz a écrit :

Is showing "all project for a specific language" somewhere in the

remaining roadmap?
Let me make sure I understand: Showing metrics in a language-centric
fashion rather than project-centric fashion?
Well, I mean, when you select any project, you *have* to select a 
language, so the UX is already language-centric, and users will most 
likely be expecting to find this approach also in the "All projects 
Famillies" case.


On the other hand, it would be interesting to indeed also propose to get 
statistic of project regardless of the language versions.


And to make things even more interesting, being able to select several 
projects/versions and have comparison of progressions would be wonderful.


Finaly I didn't found how to filter the Wikisource main domain which do 
still host some content from the user interface, although it does 
provide a result when you directly get 
https://stats.wikimedia.org/v2/#/wikisource.org

No, it is not something we are considering for the near future (not that is
not doable, it is just not a priority). Our future work will be around
these general areas: "pageviews per project per country" (soon), "mobile
layouts" (in some months), "localization" (mid term)  and invisible work in
the backend that help us process this much data in less time (all the time,
basically).
Per country might be interesting, but having more accurate geographical 
information than the largest administrative regions would be even better.


Cheers,
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l