I am developing a web application and using neo4j to create
relationships between users, in this case, I'll have to work (install)
with server neo4j? Or, providing just as a database application now
solve my problems? If you can, would put me give examples of when to
use one and other.
Leonardo,
what programming environment are you working in? For Java and JRuby, I
would just go with the embedded variant. Anything like Python,
Javascript or PHP, I would go with the server.
<leonardo.ara...@dce.ufpb.br> wrote:
> I am developing a web application and using neo4j to create
> relationships between users, in this case, I'll have to work (install)
> with server neo4j? Or, providing just as a database application now
> solve my problems? If you can, would put me give examples of when to
> use one and other.
Java! I have a component that is running the application,
and provides functionality through a REST API, API that
corresponds to the application domain, a simple social network.
So from what you said, no need to install the server?
simply specify the path for Embedded and use resources?
Thank you!
2012/5/3 Peter Neubauer <peter.neuba...@neotechnology.com>
> Leonardo,
> what programming environment are you working in? For Java and JRuby, I
> would just go with the embedded variant. Anything like Python,
> Javascript or PHP, I would go with the server.
> If you can write, you can code - @coderdojomalmo
> If you can sketch, you can use a graph database - @neo4j
> On Thu, May 3, 2012 at 10:42 PM, Leonardo Araújo
> <leonardo.ara...@dce.ufpb.br> wrote:
> > I am developing a web application and using neo4j to create
> > relationships between users, in this case, I'll have to work (install)
> > with server neo4j? Or, providing just as a database application now
> > solve my problems? If you can, would put me give examples of when to
> > use one and other.
> > thanks for all.
-- *Leonardo de Araújo Domingues*
Graduando em Sistemas de Informação - UFPB/Campus IV
Laborarório de Aplicação em Vídeo Digital - LAVID/UFPB
> Java! I have a component that is running the application, > and provides functionality through a REST API, API that > corresponds to the application domain, a simple social network.
> So from what you said, no need to install the server? > simply specify the path for Embedded and use resources?
> Thank you!
> 2012/5/3 Peter Neubauer <peter.neuba...@neotechnology.com>
> Leonardo,
> what programming environment are you working in? For Java and JRuby, I
> would just go with the embedded variant. Anything like Python,
> Javascript or PHP, I would go with the server.
> If you can write, you can code - @coderdojomalmo
> If you can sketch, you can use a graph database - @neo4j
> On Thu, May 3, 2012 at 10:42 PM, Leonardo Araújo
> <leonardo.ara...@dce.ufpb.br> wrote:
> > I am developing a web application and using neo4j to create
> > relationships between users, in this case, I'll have to work (install)
> > with server neo4j? Or, providing just as a database application now
> > solve my problems? If you can, would put me give examples of when to
> > use one and other.
> > thanks for all.
> -- > Leonardo de Araújo Domingues
> Graduando em Sistemas de Informação - UFPB/Campus IV
> Laborarório de Aplicação em Vídeo Digital - LAVID/UFPB
> Am 04.05.2012 um 20:27 schrieb Leonardo de Araujo Domingues:
> Java! I have a component that is running the application,
> and provides functionality through a REST API, API that
> corresponds to the application domain, a simple social network.
> So from what you said, no need to install the server?
> simply specify the path for Embedded and use resources?
> Thank you!
> 2012/5/3 Peter Neubauer <peter.neuba...@neotechnology.com>
>> Leonardo,
>> what programming environment are you working in? For Java and JRuby, I
>> would just go with the embedded variant. Anything like Python,
>> Javascript or PHP, I would go with the server.
>> If you can write, you can code - @coderdojomalmo
>> If you can sketch, you can use a graph database - @neo4j
>> On Thu, May 3, 2012 at 10:42 PM, Leonardo Araújo
>> <leonardo.ara...@dce.ufpb.br> wrote:
>> > I am developing a web application and using neo4j to create
>> > relationships between users, in this case, I'll have to work (install)
>> > with server neo4j? Or, providing just as a database application now
>> > solve my problems? If you can, would put me give examples of when to
>> > use one and other.
>> > thanks for all.
> --
> *Leonardo de Araújo Domingues*
> Graduando em Sistemas de Informação - UFPB/Campus IV
> Laborarório de Aplicação em Vídeo Digital - LAVID/UFPB
-- *Leonardo de Araújo Domingues*
Graduando em Sistemas de Informação - UFPB/Campus IV
Laborarório de Aplicação em Vídeo Digital - LAVID/UFPB