Re: [Neo] Instances of meta model

2010-03-12 Thread Mattias Persson
I just committed a fix for this. Wow, that was quick, if you don't mind my saying so ;) If you're using maven a new version of the meta-model component (version 0.8-SNAPSHOT) will be available within an hour from now. Please come back with feedback if something isn't working as you'd expect or

Re: [Neo] Delete nodes

2010-03-12 Thread Peter Neubauer
Hi Miguel, contacted you off-list - I think we should Skype and guide guide you through configuration etc. and see how the docs can be improved to clarify some of the issues. Probably saves a lot of mails and we will publish the results to the wiki/list for others to share. Cheers, /peter

[Neo] How to cite Neo4j?

2010-03-12 Thread Amir Hossein Jadidinejad
Hi, I'm using Neo4j in my research thesis as a great data store. How can I cite it?, I can't find any research paper that represent Neo4j. If one available, let me know. Kind regards, Amir ___ Neo mailing list User@lists.neo4j.org

[Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
Hi, Is it possible to connect a Neo4j instance using ActionScript and Adobe Flex?! Thanks. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Todd Stavish
Hi Amir, I used GSON (google's json package) on the Neo side and Flex's json AS3 classes to make the connection. -Todd On Fri, Mar 12, 2010 at 4:31 PM, Amir Hossein Jadidinejad amir.jad...@yahoo.com wrote: Hi, Is it possible to connect a Neo4j instance using ActionScript and Adobe Flex?!

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
Dear Todd, I'm not familiar with them. Would you please provide me a simple how-to or some source code example? In fact, I'm going to visualise the Neo4j DB using FlexViz. It's really beautiful and flexible. Thanks. Amir --- On Fri, 3/12/10, Todd Stavish toddstav...@gmail.com wrote: From: Todd

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Rick Bullotta
Amir, I'm doing something similar (also with Flexviz). I looked at a number of other Flex graph visualization libraries (Kapit, SpringGraph, YFiles, Raviz/Birdeye, Flare) and definitely preferred Flexviz to the others. It seems quite extensible/customizable as well. I'm using Flex/Flash remoting

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
Dear Rick, It's really interesting. Would you please share your experiments with us?, Some example, source code,... Greatly appreciate your help. Kind regards, Amir --- On Fri, 3/12/10, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: From: Rick Bullotta

[Neo] Javascript/JSON binding?

2010-03-12 Thread Chris Dew
Hi, I'm new to this mailling list. I just wondered if there was a Javascript/JSON binding for Neo4j which made the database available to NodeJS. This could done as: 1. a C++ NodeJS plugin 2. JSON objects over TCP 3. JSON objects over HTTP (less efficient, could be extended for browser-side with