Full MongoDB database dump of the Blippex search engine
blippex.github.io
Full MongoDB database dump of the Blippex search engine
1–10 of 14 posts
Re: Full MongoDB database dump of the Blippex search engine
#2 "_id": "b919f02c8f053c41e8ee86311ca9b0f6,
"url": "https://www.example.com/",
"host": "www.example.com",
"root": "example.com",
"time_spent": [
{
"sec": 45,
"seen_at": ISODate("2013-06-23T00: 41: 44.0Z")
},
{
"sec": 5,
"seen_at": ISODate("2013-07-01T14: 41: 44.0Z")
}Re: Full MongoDB database dump of the Blippex search engine
#3Re: Full MongoDB database dump of the Blippex search engine
#4so this is just when a given site was crawled? "_id": "b919f02c8f053c41e8ee86311ca9b0f6, "url": "https://www.example.com/", "host": "www.example.com", "root": "example.com", "time_spent": [ { "sec": 45, "seen_at": ISODate("2013-06-23T00: 41: 44.0Z") }, { "sec": 5, "seen_at": ISODate("2013-07-01T14: 41: 44.0Z") }
yes, as it is said in the blogpost, the only thing missing is the full text of the page for indexing & searching in it, we don't dare to release it because of copyright issues (he, you distribute the full text of my page!).
With this data you could for example built a new alexa and find out what was the most visited page last week :)
Re: Full MongoDB database dump of the Blippex search engine
#5Re: Full MongoDB database dump of the Blippex search engine
#6so this is just when a given site was crawled? "_id": "b919f02c8f053c41e8ee86311ca9b0f6, "url": "https://www.example.com/", "host": "www.example.com", "root": "example.com", "time_spent": [ { "sec": 45, "seen_at": ISODate("2013-06-23T00: 41: 44.0Z") }, { "sec": 5, "seen_at": ISODate("2013-07-01T14: 41: 44.0Z") }
Hi, yes, as it is said in the blogpost, the only thing missing is the full text of the page for indexing & searching in it, we don't dare to release it because of copyright issues (he, you distribute the full text of my page!). With this data you could for example built a new alexa and find out what was the most visited page last week :)
Re: Full MongoDB database dump of the Blippex search engine
#7So it's a bunch of internet URLs without content or content metadata?
Still, nice gesture by Blippex. Somebody will find something interesting to do with this, even if they just use it educationally.
Re: Full MongoDB database dump of the Blippex search engine
#8Earlier quoted context omitted.
Hi, yes, as it is said in the blogpost, the only thing missing is the full text of the page for indexing & searching in it, we don't dare to release it because of copyright issues (he, you distribute the full text of my page!). With this data you could for example built a new alexa and find out what was the most visited page last week :)
How would we figure out which page was visited the most last week? Are these crawl logs or access logs?
Re: Full MongoDB database dump of the Blippex search engine
#9Earlier quoted context omitted.
Hi, yes, as it is said in the blogpost, the only thing missing is the full text of the page for indexing & searching in it, we don't dare to release it because of copyright issues (he, you distribute the full text of my page!). With this data you could for example built a new alexa and find out what was the most visited page last week :)
How would we figure out which page was visited the most last week? Are these crawl logs or access logs?
'Blippex is a search engine by the people, for the people. Individuals that have our browser extension installed tell us how long they stayed on a webpage.'
I haven't had a chance to download the dump yet but I'm assuming that the time points are time spent on the website by users.
Re: Full MongoDB database dump of the Blippex search engine
#10Earlier quoted context omitted.
How would we figure out which page was visited the most last week? Are these crawl logs or access logs?
It would be crazy cool to get a real-time feed of browsed URLs (not this dump format). Kind of like the mythical Twitter fire-hose.
Gerald, CTO blippex