[Neo4j] Primitive Question!

2014-12-16 Thread Diaa ElKott
Hello, everyone: I am new to Neo4j, and am planning to build an app to which concurrent users would have their own exclusive data sets. I will appreciate it if you could direct me to resources where I can answer the following fundamental questions: 1. Should I build one giant database, or

Re: [Neo4j] Primitive Question!

2014-12-16 Thread Diaa ElKott
of operations do you want to execute? Cheers, Michael On Tue, Dec 16, 2014 at 1:44 PM, Diaa ElKott elk...@gmail.com javascript: wrote: Hello, everyone: I am new to Neo4j, and am planning to build an app to which concurrent users would have their own exclusive data sets. I

Re: [Neo4j] Primitive Question!

2014-12-16 Thread Diaa ElKott
to implement this functionality in a web application? 2. Is this functionality possible using the community edition? I am currently using the community edition as I design the application, until I am able to deploy it. Thanks again, and have a great day. Diaa ElKott On Tuesday, December

Re: [Neo4j] Primitive Question!

2014-12-17 Thread Diaa ElKott
anecdotal evidence and individual (internal) applications, but shouldn't be too hard to build 2. yes works with community edition On Wed, Dec 17, 2014 at 12:26 AM, Diaa ElKott elk...@gmail.com javascript: wrote: Hi again, Michael: You mentioned in your earlier response that it would be possible

Re: [Neo4j] Connecting to Neo4j database using remote html point + user authentication

2015-01-04 Thread Diaa ElKott
,res.body)}) } Am 04.01.2015 um 07:38 schrieb Diaa ElKott elk...@gmail.com javascript: : Hello, everyone: I wish you all a very happy new year! I am trying to connect to a GrapheneDB database using its remote HTML-end point directly. I am trying to follow the example in ( http://neo4j.com

[Neo4j] Connecting to Neo4j database using remote html point + user authentication

2015-01-03 Thread Diaa ElKott
Hello, everyone: I wish you all a very happy new year! I am trying to connect to a GrapheneDB database using its remote HTML-end point directly. I am trying to follow the example in ( http://neo4j.com/developer/javascript/), but also authenticate the connection (username, and a password). I

[Neo4j] Re: Web Site with Neo4j backend

2015-01-03 Thread Diaa ElKott
Hi, Ceaser: I am by no means a guru! I have been searching for a platform to develop a social application that I am currently designing, and am leaning to use the following: 1. Node. 2. Meteor web development platform (https://www.meteor.com/) 3. Neo4j, with remote html access. I

Re: [Neo4j] Adding a large number of nodes, and relationships to Neo4j

2016-05-27 Thread Diaa ElKott
to control transactions. > > Please note that there is a bug with periodic commit in Neo4j shell in > versions 3.0 and 3.0.1 > > It's fixed in 3.1.M02 and the upcoming 3.0.2 > > > > Am 27.05.2016 um 21:02 schrieb Diaa ElKott <elk...@gmail.com > >: > > > >

Re: [Neo4j] Adding a large number of nodes, and relationships to Neo4j

2016-05-27 Thread Diaa ElKott
t statistics, > > you can even use this to summarize > > www.markhneedham.com/blog/2015/08/21/neo4j-summarising-neo4j-shell-output/ > > > Am 28.05.2016 um 04:11 schrieb Diaa ElKott <elk...@gmail.com > >: > > > > > > Thanks a lot for your response,

[Neo4j] Adding a large number of nodes, and relationships to Neo4j

2016-05-27 Thread Diaa ElKott
if there is an efficient way to send my queries to Neo4j in, say, a text file. Thanks in advance for your help. Diaa ElKott -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails fro

Re: [Neo4j] Adding a large number of nodes, and relationships to Neo4j

2016-05-27 Thread Diaa ElKott
kaant Chaudhary > <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> > > On Fri, May 27, 2016 at 12:41 PM, Diaa ElKott <elk...@gmail.com > > wrote: > >> Hello all: >> >> I have a number of table files, which I am parsing, and extracting data

Re: [Neo4j] Using Neo4j Community edition

2016-02-24 Thread Diaa ElKott
Thanks for your response, Clark. Using Community Edition will be a tremendous help. Have a nice day. Diaa ElKott On Wednesday, February 24, 2016 at 12:20:55 PM UTC-5, Clark Richey wrote: > > While I don’t work for Neo4J, YES, you can certainly deploy the community > edition for tha

[Neo4j] Using Neo4j Community edition

2016-02-24 Thread Diaa ElKott
Hello, everyone: I am not sure about what is allowed licence-wise in the use of Neo4j Community Edition. I am planning to develop an internal application at work, which will be used by approximately 5-15 users, and was thinking to develop it using Neo4j. Being such a small project, it will not

[Neo4j] How to assert node uniqueness using a composition of its properties?

2016-04-06 Thread Diaa ElKott
erson" lable so as to enforce uniqueness of the combination of *name+dOB+passportNo*. Thanks, and have a great day. Diaa ElKott -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails fr

Re: [Neo4j] How to assert node uniqueness using a composition of its properties?

2016-04-06 Thread Diaa ElKott
rge/> which seems to elaborate on this topic. Thanks again, and have a great day. Diaa ElKott On Wednesday, April 6, 2016 at 9:03:14 AM UTC-4, Clark Richey wrote: > > Neo doesn’t support unique constraints across multiple properties. You > would have to create a compound propert

Re: [Neo4j] How to assert node uniqueness using a composition of its properties?

2016-04-06 Thread Diaa ElKott
y > > Von meinem iPhone gesendet > > Am 06.04.2016 um 15:09 schrieb Diaa ElKott <elk...@gmail.com > >: > > Thanks a lot for your prompt response, Clark; it is most appreciated! I > had hoped that there would be a way to apply this functionality within the > datab