Re: [Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Paul A. Jackson
Hi Marko, I have not been using the Neo4jSail client. I think my confusion stemmed from an assumption that the mere line new VerboseQuadStore(graph, indexService) was sufficient to perform the transformation. I think I am starting to understand but still have some questions. What I understand

Re: [Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Marko Rodriguez
Hi Paul, Are you storing your data in Neo4j using the Neo4jSail client? If so, then its very easy to export RDF/XML (if yes, I can show you how to do it). If not, then you will have to come up with piece of code that transforms the Neo4j data model into RDF as Neo4j is a property graph and RDF

Re: [Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Paul A. Jackson
Thanks so much for the quick replies. I recognize both your names from my research the last few days. I was able to get the export to GraphML working using Blueprints and was happy with it. I was also hoping to support RDF - not that I have a specific reason, but as I am trying to build a rob

Re: [Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Marko Rodriguez
Hi, You can use Gremlin or just Blueprints [ http://blueprints.tinkerpop.com ] straight up. Its pretty straightforward: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/0.1.1/api/ e.g. GraphMLReader.inputGraph(Graph graph, InputStream graphmlStream) GraphMLWriter.outputGraph(Graph graph,

Re: [Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Peter Neubauer
Paul, I would recommend to export the graph to GraphML. Currently, the easiest way would be to have your graph opened through Gremlin, http://gremlin.tinkerpop.com: java -jar ~/code/gremlin/target/gremlin-xxx-standalone.jar \,,,/ (o o) -oOOo-(_)-oOOo- gremlin> $_g := ne

[Neo4j] Exporting a Neo4J graph to RDF/XML

2010-06-04 Thread Paul A. Jackson
Disclaimer: I am new to this (but am committed to working the problem). I am interested in exporting my neo4j graphs to any of the supported xml formats (n3, turtle, etc.). I am interested in this because I am assuming that doing so will increase the interoperability of my graph database. Having

Re: [Neo4j] [Neo] Implementing new persistence source

2010-06-04 Thread Jawad Stouli
Hi everyone. I have been working on using Cassandra as a new PersistenceSource and I now have a full working prototype. I still have many optimizations to do and I do not expect the final solution to be as efficient as embedding Neo4j but it should allow to benefit from the numerous advantages

Re: [Neo4j] Embedded .NET use of Neo4j

2010-06-04 Thread rick . bullotta
Interesting work! My experience, having ported large-scale applications to and from Java and .NET, however, is that cross-compilation or bytecode conversion generally doesn't work that optimally (if at all, in some cases). To take advantage of platform-specific optimizations (e.g.

Re: [Neo4j] [Neo] single Neo4J database, access from multiple nodes

2010-06-04 Thread Alastair James
+1 Thrift. One implementation solves all the client issues in all languages. Plus its pretty quick (more than quick enough for CPU / IO bound tasks such as Neo). Al On 4 June 2010 10:26, Peter Neubauer wrote: > Eelco, > Tobias has been playing around with implementing the RMI > http://component

Re: [Neo4j] [Neo] single Neo4J database, access from multiple nodes

2010-06-04 Thread Peter Neubauer
Eelco, Tobias has been playing around with implementing the RMI http://components.neo4j.org/neo4j-remote-graphdb/ with protobuffers instead, but I think the RMI based variant is the most stable right now. Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype

[Neo4j] Embedded .NET use of Neo4j

2010-06-04 Thread Peter Neubauer
Hi all, Taylor Cowan has just written a nice blog about getting Neo4j compiled to .NET and using it in embedded mode. Good news for all folks! Would love to get some performance feedback on that! http://www.thewebsemantic.com/2010/06/03/neo4j-on-net-3-5/ Cheers, /peter neubauer COO and Sales, N

Re: [Neo4j] Node creation limit

2010-06-04 Thread Mattias Persson
That formula is correct regarding nodes and relationships, yes. When properties comes into play another formula would, of course, have to be applied. Depending on property types and length of keys/string values it is different. It could be good though with a formula/tool to calculate that. 2010/6/