Trending Low-Volume Google Searches with Gootrude 37
michaelrash writes "The Google Trends project provides some visibility into how popular search terms like 'Myspace' or '2008 Election' change over time and points out relevant news articles that create jumps in search volume. This is a handy tool, but there are many search terms that Google Trends does not display any results for. Such terms (such as 'Linux Firewalls' — with the quotes) have insufficient search volumes to display graphs according to the error message that Google Trends generates. Fair enough. Google sets an internal threshold on search volume, and this threshold could be set for reasons that range anywhere from Google Trends is still experimental to Google not wanting to provide data on how it builds its massive search index for emerging search terms. Either way, I would like a way to see search term trends that Google doesn't currently make available to me. So, I've released an open source project called 'Gootrude' to do just this. For the past year Gootrude has collected a set of low-volume search terms and interfaced with Gnuplot to visualize them."
Re: (Score:1, Flamebait)
How can this be Redundant? It's the first post and it damn well makes some sense. My vision is fine and the red/green color scheme burns my retinas.
But I'm sure some fanboys of this project/Google will mod me down because the project is ignoring little things like aesthetics or making the data viewable to someone without sunglasses.
wow (Score:3, Insightful)
Re: (Score:1, Redundant)
Impressive (Score:1)
The only thing I feel is missing is more options to narrow the searches and statistics on geographical information.
Does anybody have some thoughts on how reliable this tool is? And what the terms for using (read: distributing the data/results) the data is?
- Jesper
Re:a few different results... (Score:3, Informative)
1. "iptables attack visualization" -- 19 results (~35) (close)
2. "single packet authentication" -- 93 (1,300) -- off by more than 1 magnitude
3. "linux firewalls attack detection" - 9290
3a. "Linux Firewalls Attack Detection" - 9240 (~9000) (close)
4. cipherdyne -- 85,200 (~70,000) ~off a bit
4a.Cipherdyne -- 84,500 (~70,000)
5. gpgdir (same)
6. fwsnort (same)
-------
Note...caps vs. no caps made no difference on
It it only me.... (Score:5, Insightful)
Re:It it only me.... (Score:5, Interesting)
Re: (Score:2)
I'm pretty sure he understands what he's doing, the article summary is just a bit twisted.
--
Free Playstation 3, XBox 360 and Nintendo Wii [free-toys.co.uk]
Re: (Score:2)
Re:It it only me.... (Score:4, Insightful)
This aside, the interest of "gootrude" is that it's not porvided by google, and so it's part of the many efforts to reverse engineer how goole comes up with his numbers.
Specificaly, it appears from TFA that the "number of results" stated by google is a wild guess for low numbers (1,000-10,000), with very sharp variations which hint at an iterative process.
So as I get it, it's not a tool for you and me, rather for google specialists.
But wait... thats not it at all (Score:1, Redundant)
Different data (Score:2, Informative)
Re: (Score:1)
Many thanks for making this clear : this is also what I had fathomed from the very clear summary, but wasn't too sure.
Well.. we might actually be the two wrong ones :)
Al.
Singular works okay. (Score:1, Informative)
Spore (Score:1, Offtopic)
Not at all the same! (Score:1, Redundant)
-molo
Not allowed by google (Score:3, Informative)
Re:Not allowed by google (Score:5, Insightful)
Re: (Score:1, Offtopic)
home, office, client-a, restaurant-x, client-b, home
home, client-b, restaurant-y, client-b, home
and the other listing street addresses for everyone. I'm sure it's a big violation of Google's ToS, but it tries to play fair: it caches the distances that
Re: (Score:2)
thanks
Re: (Score:2)
Re: (Score:1)
Re: (Score:2, Informative)
Re: (Score:1)
Time for me... (Score:1)
Suggestions for improvments (Score:1)
At a high level, use RRD (http://search.cpan.org/~nicolaw/RRD-Simple-1.43/lib/RRD/Simple.pm [cpan.org]) for the underlying database. RRD is used by MRTG to track time-varying data over multiple time scales, keeping details for recent data and summaries for historical data. RRD also comes with its own plotting module, although you could keep using Gnuplot if you wish.
In the code itself, there are places wh
Over 2 hours (Score:1)
Re: (Score:2)
OT : Moving average and graphs (Score:2)
Everytime I see graphs with a moving average, be it in TFA or some stock market graph it makes me cringe. OK, the moving average isn't the best filtering out there, there's a whole range of finite impulse response filters that have a more desirable frequency response than a moving average (which is convolution a rectangle, which means its frequency response is essentially a sinc function, which means a shitload of ripples), but why on Earth don't they compensate for the delay induced by the convolution?
Why
Privacy? (Score:3, Insightful)
michaelrash (Score:1)