Re: [Neo4j] See the graph in the Neo4j embedded db

2011-09-28 Thread Reza Ameri
Hi, I think you should use graph viewers like jung. On Wed, Sep 28, 2011 at 11:50 PM, tt6 andrewt...@yahoo.com wrote: Hello, I have stored triples into the Neo4J embedded db, now I want to see the graph or data in the db. How can I do it? Thanks, -- View this message in context:

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
. http://startupbootcamp.org/- Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Mon, Sep 19, 2011 at 7:53 AM, Reza Ameri rz.am...@gmail.com wrote: Hi, I encountered an error, but I am checking it every day. Any way, Thank you

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
-a-Thing party. On Mon, Sep 19, 2011 at 5:48 PM, Reza Ameri rz.am...@gmail.com wrote: It is solved now! just a childish mistake!! Thank you. On Mon, Sep 19, 2011 at 1:22 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Reza, do you have the error so we can investigate what

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
://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/20 Николай Ижиков nizhi...@gmail.com: 11.09.2011 9:26 пользователь Reza

Re: [Neo4j] finding top 10 shortest path

2011-09-18 Thread Reza Ameri
Hi, Thank you, it solved my problem very well. Thanks. On Sat, Sep 17, 2011 at 8:16 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Thanks for the pointers Daniel, feel free to fork https://github.com/neo4j/community/tree/master/graph-algo and try stuff out together with Reza?

Re: [Neo4j] Server Starting Error

2011-09-18 Thread Reza Ameri
PM, Reza Ameri rz.am...@gmail.com wrote: Hi Peter, It is great! thank you. On Tue, Sep 13, 2011 at 3:06 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Reza, we are right now looking into Service install issues, will keep you posted, hopefully you can try a new

Re: [Neo4j] Server Starting Error

2011-09-13 Thread Reza Ameri
happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Sun, Sep 11, 2011 at 7:26 AM, Reza Ameri rz.am...@gmail.com wrote: Hi, I was trying to install and start Neo4j 1.41 on my Vista 32bit System, it is installed but not starts! The error is [SC

[Neo4j] Server Starting Error

2011-09-10 Thread Reza Ameri
Hi, I was trying to install and start Neo4j 1.41 on my Vista 32bit System, it is installed but not starts! The error is [SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion. Any Idea? It is right that I work on it slowly but the fact is as

Re: [Neo4j] Batch Inserter memory exception

2011-08-31 Thread Reza Ameri
graph database. http://startupbootcamp.org/- Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Aug 30, 2011 at 11:38 AM, Reza Ameri rz.am...@gmail.com wrote: Thank you Peter. On Tue, Aug 30, 2011 at 2:05 PM, Peter

[Neo4j] Batch Inserter memory exception

2011-08-30 Thread Reza Ameri
Hi, I've written the code below to create 10M nodes, without any relations. But, it has memory exception that couldn't solve. would you please help me. Also I want to show this graph visually. I used Gremlin and Jung to view the graph, but it either did not work even for 1M nodes! Any Idea About

Re: [Neo4j] Batch Inserter memory exception

2011-08-30 Thread Reza Ameri
performance graph database. http://startupbootcamp.org/- Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Aug 30, 2011 at 10:57 AM, Reza Ameri rz.am...@gmail.com wrote: Hi, I've written the code below to create 10M nodes, without

Re: [Neo4j] Batch Inserter memory exception

2011-08-30 Thread Reza Ameri
here, what are you running on in terms of OS and JVM? /peter On Tue, Aug 30, 2011 at 11:10 AM, Reza Ameri rz.am...@gmail.com wrote: Thank you for your quick answer, my Neo4j version is 1.4. I did nothing except the code you can see. I'm trying to learn more about neo4j :) On Tue

Re: [Neo4j] Batch Inserter memory exception

2011-08-30 Thread Reza Ameri
Bring-a-Thing party. On Tue, Aug 30, 2011 at 11:32 AM, Reza Ameri rz.am...@gmail.com wrote: Great! I have Dell Vostro 1510, Processor Intel core2Due 2500 (2CPUs) 3.00 GB of Ram OS: Vista Home Premium jvm Java(TM) 6 Update 18 On Tue, Aug 30, 2011 at 1:51 PM, Peter Neubauer pe

Re: [Neo4j] finding top 10 shortest path

2011-08-09 Thread Reza Ameri
at/modifying java source? If that's the case then look at https://github.com/neo4j/community/blob/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/path/AStar.javawhich is a quite straight forward implementation of the a-star algorithm. Best, Mattias 2011/8/9 Reza Ameri rz.am

Re: [Neo4j] finding top 10 shortest path

2011-08-09 Thread Reza Ameri
. I haven't really got the time to look more into it a.t.m. but keep us posted on progress! 2011/8/9 Reza Ameri rz.am...@gmail.com Thanks, I am working on it for days. Do you think it is easy to return next-best path? I will work on this code and any inform you and all the list

[Neo4j] finding top 10 shortest path

2011-08-08 Thread Reza Ameri
Hi every one, I'm really new to Neo4j and really shocked of this big and useful DBMS that seems to solve any problem that I have! after working on the neo4j in my java application, I could finally create an astar traverse, which is really cool! But there is one other need, how can I find top (n)

[Neo4j] A big graph for test

2011-08-08 Thread Reza Ameri
Hi, How can I test my application that uses Neo4j? I can not find a huge sample graph to test my app with it. Is there any one that can help me??? Thank you all ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] A big graph for test

2011-08-08 Thread Reza Ameri
-API for that. Then you implement your use-cases on top of your domain model and test and verify them on a small graph and performance test them on the large, generated graph. Cheers Michael Am 08.08.2011 um 17:49 schrieb Reza Ameri: Hi, How can I test my application that uses

Re: [Neo4j] finding top 10 shortest path

2011-08-08 Thread Reza Ameri
to hear you're happy using Neo4j! By low weighted paths do you mean the Dijkstra algorithm, where each relationship is associated with a cost and you'd like to find the cheapest paths? In that case try GraphAlgoFactory#dijkstra 2011/8/8 Reza Ameri rz.am...@gmail.com Hi every one, I'm