Re: [Neo4j] how to scale and view or generate reports for complex graphs?

2011-08-03 Thread Jim Webber
Hello,

I'm not sure I understand this problem. 

You're saying that in a RDBMS, you can query the database to help debug it. 

In Neo4j you also have query capabilities to help debug a database (e.g. 
Cypher, Gremlin), though our toolchain isn't as integrated as some of the SQL 
tools (e.g. neoclipse/webadmin don't yet have query support).

Jim

On 2 Aug 2011, at 21:39, sambodhi wrote:

 Hi Niels
 
 Thanks for your reply! Adding meta info should certainly help but what I
 exactly mean from complexity her  is huge size of the graph with thousands
 of nodes. For example, in RDBMS if there is some problem with a some user
 information, I can fire a select query or I can use tools like sql developer
 which allows me to debug where the problem is. But in case of graph database
 am not sure if it would be feasible with neoeclipse to navigate through
 thousands of nodes and debug.
 
 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-how-to-scale-and-view-or-generate-reports-for-complex-graphs-tp3205010p3219983.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

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


Re: [Neo4j] how to scale and view or generate reports for complex graphs?

2011-08-02 Thread sambodhi
Hi Niels

Thanks for your reply! Adding meta info should certainly help but what I
exactly mean from complexity her  is huge size of the graph with thousands
of nodes. For example, in RDBMS if there is some problem with a some user
information, I can fire a select query or I can use tools like sql developer
which allows me to debug where the problem is. But in case of graph database
am not sure if it would be feasible with neoeclipse to navigate through
thousands of nodes and debug.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-how-to-scale-and-view-or-generate-reports-for-complex-graphs-tp3205010p3219983.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


[Neo4j] how to scale and view or generate reports for complex graphs?

2011-07-27 Thread sambodhi sagi
Hi Guys!

I am a bit new to Graph database. I really liked the concept, graph made
managing relationship between the entities relatively easy. I therefore
chose to use it in my new project. I started the development two weeks back
and my graph has already grown so complex with static data. I am wondering
when it goes to production with thousands of users, how would we manage it.
What really bothers me is :

a. how do view such a complex graph? I use neoecplise but am not sure it
would be able to accommodate thousands of nodes and at the same time it
would be easy to eyes to find a particular node.

b. is there any kind of report generation tool ?

c. how to scale the graph? i read few article on it but it got me more
confused. Would be really helpful if you can provide a link to a relevant
document.

Many Thanks!
Sambodhi
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] how to scale and view or generate reports for complex graphs?

2011-07-27 Thread Niels Hoogeveen

Hi Sambodhi,
One of the means to organize complexity is by adding meta information to your 
database. This first of all helps you organize what relationships and 
properties belong to what sort of node, it may also help answer questions such 
as: what nodes belong to what type/class.
Niels


 Date: Wed, 27 Jul 2011 23:23:45 +0100
 From: sambodhi.s...@gmail.com
 To: user@lists.neo4j.org
 Subject: [Neo4j] how to scale and view or generate reports for complex
 graphs?
 
 Hi Guys!
 
 I am a bit new to Graph database. I really liked the concept, graph made
 managing relationship between the entities relatively easy. I therefore
 chose to use it in my new project. I started the development two weeks back
 and my graph has already grown so complex with static data. I am wondering
 when it goes to production with thousands of users, how would we manage it.
 What really bothers me is :
 
 a. how do view such a complex graph? I use neoecplise but am not sure it
 would be able to accommodate thousands of nodes and at the same time it
 would be easy to eyes to find a particular node.
 
 b. is there any kind of report generation tool ?
 
 c. how to scale the graph? i read few article on it but it got me more
 confused. Would be really helpful if you can provide a link to a relevant
 document.
 
 Many Thanks!
 Sambodhi
 ___
 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