[Neo4j] Re: View embedded DB

2016-07-20 Thread Mohan Radhakrishnan
It is this. # The name of the database to mount dbms.active_database=antlr.db # Paths of directories in the installation. dbms.directories.data=D:/IdeaProjects/Antlr/neo4j/ Mohan On Wednesday, 20 July 2016 14:12:54 UTC+5:30, Mohan Radhakrishnan wrote: > > I understand that one could poi

[Neo4j] Re: View embedded DB

2016-07-20 Thread Mohan Radhakrishnan
I understand that one could point the neo4j server to the embedded DB created earlier. org.neo4j.server.database.location=D:/IdeaProjects/Antlr/neo4j/antlr.db Is that correct ? I am using 3.0.3 Thanks, Mohan On Monday, 18 July 2016 19:15:12 UTC+5:30, Mohan Radhakrishnan wrote: > &

[Neo4j] View embedded DB

2016-07-18 Thread Mohan Radhakrishnan
Hi, I have searched and found some old posts. Can I view the local DB stored in disk using the Neo4J browser ? I have used Antlr to parse my Java code and inserted nodes into the embedded DB. What kind of Rest server should I bring up to use the browser in this case ? I also want to is

Re: [Neo4j] Re: Graph modeling approach

2015-01-12 Thread Mohan Radhakrishnan
I am able to access it from home. Mohan On Friday, 9 January 2015 11:38:59 UTC+5:30, Michael Hunger wrote: > > Not for me > > Perhaps you hit the local GH rate limit? > > Von meinem iPhone gesendet > > Am 09.01.2015 um 05:40 schrieb Mohan Radhakrishnan >: > >

[Neo4j] Re: Graph modeling approach

2015-01-08 Thread Mohan Radhakrishnan
This entitlement usecase link I referred to in my OP http://t.co/O5VY4h6Eiy is inaccessible.. Thanks, Mohan On Thursday, 8 January 2015 19:15:20 UTC+5:30, Mohan Radhakrishnan wrote: > Hi, > > > These are unrelated questions. But these are about graph modeling > approach

[Neo4j] Graph modeling approach

2015-01-08 Thread Mohan Radhakrishnan
Hi, These are unrelated questions. But these are about graph modeling approaches for a domain. Question 1: I am working on a project for the healthcare domain. The domain model for this is yet to be designed. I came across a Neo4J graph model in a #NoSql hashtag in twitter about entitleme

[Neo4j] Generally about Graphs

2014-03-07 Thread Mohan Radhakrishnan
Hi, I have tried some Neo4J samples from the perspective of Java and simple graphs. But I don't have a CS background. How much of graph theory does one needs to know before using Neo4J for serious development ? One answer could be that a relational model didn't require math knowledge. Wh