Re: [Neo4j] Open Data Sets?

2011-11-24 Thread Peter Neubauer
Jacobo,
thanks for that hint, very cool! What format you all think would be a
good choice for providing example datasets?

- online demo instances
- graphml exports
- GEOFF
- node/edge lists

?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Thu, Sep 29, 2011 at 7:33 PM, Jacopo Farina  wrote:
> Thanks a lot for the datasets!
> I created a graph with English Wikipedia pages and category names and
> relationships, starting from the .sql files available on the wikimedia site
>
> http://dumps.wikimedia.org/backup-index.html
>
> The resulting graph is about 3GB of size, so I can't easily distribute it,
> but the code is trivial, feel free to use it: http://pastebin.com/mj3bkDmZ
>
> It contains an utility class to read the file line per line, I'm sorry for
> the comments in Italian. The program avoids to load most of the stub or
> redirect categories, the execution should last 5-7 hours.
>
> Cheers,
> Jacopo Farina
>
>
> 2011/9/29 Peter Neubauer 
>
>> Rene,
>> that would be very cool to make available, thanks for sharing!
>>
>> Cheers,
>>
>> /peter neubauer
>>
>> GTalk:      neubauer.peter
>> Skype       peter.neubauer
>> Phone       +46 704 106975
>> LinkedIn   http://www.linkedin.com/in/neubauer
>> Twitter      http://twitter.com/peterneubauer
>>
>> http://www.neo4j.org               - Your high performance graph database.
>> http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
>> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>>
>>
>>
>> 2011/9/29 René Pickhardt :
>> > I recently made a blog article on a data source for 119 network graphs.
>> >
>> >
>> http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/
>> >
>> > I also post new data sets in the dataset category of my blog:
>> > http://www.rene-pickhardt.de/cat/data/data-sets/
>> >
>> > Have fun. Soon i will make available a social network graph extracted
>> from
>> > wikipedia.
>> > Am 29.09.2011 00:09 schrieb "McKinley" :
>> >> I want to create some demos of relational database extraction into Neo4j
>> > but
>> >> I cannot share the data I use with the public. I know there are several
>> >> resources for open data sets on the net, but has anyone on the list
>> > already
>> >> found a nice, large data set that you are happy with?
>> >>
>> >> Thanks,
>> >>
>> >> McKinley
>> >> ___
>> >> Neo4j mailing list
>> >> User@lists.neo4j.org
>> >> https://lists.neo4j.org/mailman/listinfo/user
>> > ___
>> > Neo4j mailing list
>> > User@lists.neo4j.org
>> > https://lists.neo4j.org/mailman/listinfo/user
>> >
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-11-23 Thread Anders Lindström
I found these readymade databases very helpful.

Who made them from the start? I am interesting in getting a description of
their content, i.e. the domain model, and how it was created.

And does the "cineast" one come from
https://github.com/neo4j-examples/cineasts btw?

Thanks.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Open-Data-Sets-tp3377583p3531243.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-10-13 Thread Peter Neubauer
Very nice,

Andreas, could you see if we can put it up at the neo4j dataset site?
And provide a public link to it ...

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Thu, Sep 29, 2011 at 7:33 PM, Jacopo Farina  wrote:
> Thanks a lot for the datasets!
> I created a graph with English Wikipedia pages and category names and
> relationships, starting from the .sql files available on the wikimedia site
>
> http://dumps.wikimedia.org/backup-index.html
>
> The resulting graph is about 3GB of size, so I can't easily distribute it,
> but the code is trivial, feel free to use it: http://pastebin.com/mj3bkDmZ
>
> It contains an utility class to read the file line per line, I'm sorry for
> the comments in Italian. The program avoids to load most of the stub or
> redirect categories, the execution should last 5-7 hours.
>
> Cheers,
> Jacopo Farina
>
>
> 2011/9/29 Peter Neubauer 
>
>> Rene,
>> that would be very cool to make available, thanks for sharing!
>>
>> Cheers,
>>
>> /peter neubauer
>>
>> GTalk:      neubauer.peter
>> Skype       peter.neubauer
>> Phone       +46 704 106975
>> LinkedIn   http://www.linkedin.com/in/neubauer
>> Twitter      http://twitter.com/peterneubauer
>>
>> http://www.neo4j.org               - Your high performance graph database.
>> http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
>> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>>
>>
>>
>> 2011/9/29 René Pickhardt :
>> > I recently made a blog article on a data source for 119 network graphs.
>> >
>> >
>> http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/
>> >
>> > I also post new data sets in the dataset category of my blog:
>> > http://www.rene-pickhardt.de/cat/data/data-sets/
>> >
>> > Have fun. Soon i will make available a social network graph extracted
>> from
>> > wikipedia.
>> > Am 29.09.2011 00:09 schrieb "McKinley" :
>> >> I want to create some demos of relational database extraction into Neo4j
>> > but
>> >> I cannot share the data I use with the public. I know there are several
>> >> resources for open data sets on the net, but has anyone on the list
>> > already
>> >> found a nice, large data set that you are happy with?
>> >>
>> >> Thanks,
>> >>
>> >> McKinley
>> >> ___
>> >> Neo4j mailing list
>> >> User@lists.neo4j.org
>> >> https://lists.neo4j.org/mailman/listinfo/user
>> > ___
>> > Neo4j mailing list
>> > User@lists.neo4j.org
>> > https://lists.neo4j.org/mailman/listinfo/user
>> >
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-09-29 Thread Jacopo Farina
Thanks a lot for the datasets!
I created a graph with English Wikipedia pages and category names and
relationships, starting from the .sql files available on the wikimedia site

http://dumps.wikimedia.org/backup-index.html

The resulting graph is about 3GB of size, so I can't easily distribute it,
but the code is trivial, feel free to use it: http://pastebin.com/mj3bkDmZ

It contains an utility class to read the file line per line, I'm sorry for
the comments in Italian. The program avoids to load most of the stub or
redirect categories, the execution should last 5-7 hours.

Cheers,
Jacopo Farina


2011/9/29 Peter Neubauer 

> Rene,
> that would be very cool to make available, thanks for sharing!
>
> Cheers,
>
> /peter neubauer
>
> GTalk:  neubauer.peter
> Skype   peter.neubauer
> Phone   +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter  http://twitter.com/peterneubauer
>
> http://www.neo4j.org   - Your high performance graph database.
> http://startupbootcamp.org/- Öresund - Innovation happens HERE.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> 2011/9/29 René Pickhardt :
> > I recently made a blog article on a data source for 119 network graphs.
> >
> >
> http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/
> >
> > I also post new data sets in the dataset category of my blog:
> > http://www.rene-pickhardt.de/cat/data/data-sets/
> >
> > Have fun. Soon i will make available a social network graph extracted
> from
> > wikipedia.
> > Am 29.09.2011 00:09 schrieb "McKinley" :
> >> I want to create some demos of relational database extraction into Neo4j
> > but
> >> I cannot share the data I use with the public. I know there are several
> >> resources for open data sets on the net, but has anyone on the list
> > already
> >> found a nice, large data set that you are happy with?
> >>
> >> Thanks,
> >>
> >> McKinley
> >> ___
> >> Neo4j mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> > ___
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-09-29 Thread Peter Neubauer
Rene,
that would be very cool to make available, thanks for sharing!

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



2011/9/29 René Pickhardt :
> I recently made a blog article on a data source for 119 network graphs.
>
> http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/
>
> I also post new data sets in the dataset category of my blog:
> http://www.rene-pickhardt.de/cat/data/data-sets/
>
> Have fun. Soon i will make available a social network graph extracted from
> wikipedia.
> Am 29.09.2011 00:09 schrieb "McKinley" :
>> I want to create some demos of relational database extraction into Neo4j
> but
>> I cannot share the data I use with the public. I know there are several
>> resources for open data sets on the net, but has anyone on the list
> already
>> found a nice, large data set that you are happy with?
>>
>> Thanks,
>>
>> McKinley
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-09-29 Thread René Pickhardt
I recently made a blog article on a data source for 119 network graphs.

http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/

I also post new data sets in the dataset category of my blog:
http://www.rene-pickhardt.de/cat/data/data-sets/

Have fun. Soon i will make available a social network graph extracted from
wikipedia.
Am 29.09.2011 00:09 schrieb "McKinley" :
> I want to create some demos of relational database extraction into Neo4j
but
> I cannot share the data I use with the public. I know there are several
> resources for open data sets on the net, but has anyone on the list
already
> found a nice, large data set that you are happy with?
>
> Thanks,
>
> McKinley
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-09-28 Thread Michael Hunger
and put them as ready to use neo4j databasen on http://example-data.neo4j.org

Cheers M

mobile mail please excuse brevity and typos

Am 29.09.2011 um 07:17 schrieb Peter Neubauer 
:

> Dbpedia is good in RDF. We should start making a list.
> 
> /peter
> 
> Sent from my phone.
> On Sep 29, 2011 12:09 AM, "McKinley"  wrote:
>> I want to create some demos of relational database extraction into Neo4j
> but
>> I cannot share the data I use with the public. I know there are several
>> resources for open data sets on the net, but has anyone on the list
> already
>> found a nice, large data set that you are happy with?
>> 
>> Thanks,
>> 
>> McKinley
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Open Data Sets?

2011-09-28 Thread Peter Neubauer
Dbpedia is good in RDF. We should start making a list.

/peter

Sent from my phone.
On Sep 29, 2011 12:09 AM, "McKinley"  wrote:
> I want to create some demos of relational database extraction into Neo4j
but
> I cannot share the data I use with the public. I know there are several
> resources for open data sets on the net, but has anyone on the list
already
> found a nice, large data set that you are happy with?
>
> Thanks,
>
> McKinley
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Open Data Sets?

2011-09-28 Thread McKinley
I want to create some demos of relational database extraction into Neo4j but
I cannot share the data I use with the public. I know there are several
resources for open data sets on the net, but has anyone on the list already
found a nice, large data set that you are happy with?

Thanks,

McKinley
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user