[Neo] Find Dominating Set in a graph,Dead end using Neo4j

2010-03-28 Thread francis adediran
Hi, I have been trying to solve the problem of minimal dominating set using Neo4j but to no avail. The algorithm to solve this problem is correct but implementing it using Neo4j is becoming a pain or maybe i'm not yet familiar with Neo as i thought i was. The minimal dominating set in a graph is

[Neo] Question about Graph DB and Social Networks

2010-02-17 Thread francis adediran
Hi guys, First of all big thanks to all that make the Neo4j 1.0 sucessful. Looks pretty impressive, can't wait to upgrade. There are a couple of questions that has been puzzling when i look at social network data and graph database. Do you guys know of any social networking site that uses graph

[Neo] Can Neo4j read and process a rdf file?

2010-02-03 Thread francis adediran
Hi guys, I'm just wondering whether Neo has a utility to read in the contents of an rdf file. Jena has this functionality InputStream in = FileManager.*get*().open( filename); *this*.model.read(in, *null*); in.close(); but does Neo4j has this. It will be cool if one can read in an rdf data

Re: [Neo] Neo4j RDF component download path missing?

2010-01-29 Thread francis adediran
://twitter.com/peterneubauer http://www.neo4j.org- Your high performance graph database. http://gremlin.tinkerpop.com- PageRank in 2 lines of code. On Wed, Jan 27, 2010 at 3:28 PM, francis adediran adedi...@gmail.comwrote: Hi, I'm trying to use neo4j rdf component. I have

[Neo] Neo4j RDF component download path missing?

2010-01-27 Thread francis adediran
Hi, I'm trying to use neo4j rdf component. I have downloaded the zipped archive from the download page http://neo4j.org/download/. included them in my class path. and every thing is working fine now i would like to work with rdf data but i'm unable to use the Rdf store and VerboseQuadStore as

Re: [Neo] Quick question about Using Neoclipse to view graph

2010-01-14 Thread francis adediran
Hi All, I'm just wondering, Is it possible to point Neoclipse to a database location so that it can draw out a graph of nodes i just programmed? (java and Neo4j) if so,Can someone give me a sample path directory for the database location Thanks Francis