Re: [Neo4j] Hello list

2010-11-17 Thread Andres Taylor
Hola Jose y Max!

Que lindo que podemos hablar un poquito en español! :)

Jose, queres saber que algoritmos usamos para guardar la information en el
disco duro, o que algoritmos usamos en GraphAlgo?

---

Hi Jose and Max,

How nice to be able to talk a bit in spanish! :)

Jose, do you want to know what algorithms we use to persist data, or what
algorithms we use in GraphAlgo?

 Andrés

On Wed, Nov 17, 2010 at 5:26 AM, Max De Marzi Jr. maxdema...@gmail.comwrote:

 Jose,

 Cual es tu pregunta en espa~nol?  Yo puedo traducir por ti.

 Parece que estas preguntado cual es el modelo que neo4j usa, pero no
 entendemos a lo que te refieres.

 El modelo es cualquier cosa que puedes modelar con simple puntos y
 relaciones.  Los puntos pueden ser de cualqier forma (con tal de que
 sean un Java Primitive, tambienes puedes usar a String para
 reprecentar algo mas complicado con JSON o algo parecido).
 No puedes tener un punto que sea otra grapha, pero si necesitas hacer
 algo asi lo puedes hacer con segmentos de puntos desconectados y
 temporariamente crear relaciones entre los puntos cuando necesitas.

 -

 What is your question is spanish? I can translate for you.

 It seems like you are asking what model neo4j uses, put we do not
 understand quite what you are referring to.
 The model is whatever you can describe with a series of nodes and
 relationships.  The nodes can be anything (as long as they are Java
 Primitives, you can also use a String to represent something more
 complicated using JSON or whatever).
 You cannot have a node that is itself a graph, but if you need to do
 something like this, you can do it with disjointed node segments and
 temporarily create relationships between them as you need them.


 --Max

 On Tue, Nov 16, 2010 at 7:23 PM, Jose Angel Inda Herrera
 jai...@estudiantes.uci.cu wrote:
  Andrea Taylor
  sorry by my english, realy is bad.
  My quetion is,
  What is the data model that use neo4j or your specification.
  thanks you very much.
  ___
  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

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


Re: [Neo4j] Neo4j REST Server with path prefix

2010-11-17 Thread Jim Webber
Hi Christopher,

We've deprecated the REST API from this release in favour of an overall Server 
platform (which combines the REST API, Web Admin interface, and other bits of 
platform), so we'll treat this as a feature request for the server.

In the meantime, I've lodged a ticket: https://trac.neo4j.org/ticket/280

Jim

On 8 Nov 2010, at 16:08, Christopher Schmidt wrote:

 Hi all,
 
 how can I setup the REST server to use a standard url path prefix?
 
 E. g. 
 http://localhost:/MyPathPrefix/node/0/relationshipshttp://localhost:/node/0/relationships
 
 -- 
 Christopher
 twitter: @fakod
 blog: http://blog.fakod.eu
 ___
 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] Neo4j REST Server with path prefix

2010-11-17 Thread Peter Neubauer
Christopher,
also, of course the mounting of custom REST resources is going to be
supported, so you for instance can write a JavaScriptInterpreter (good
thought, we think it would be great to have one as default!) and mount
it. But not in the first version, will need some more days for that :)

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Wed, Nov 17, 2010 at 2:34 PM, Christopher Schmidt
fakod...@googlemail.com wrote:
 Thx Jim for your answer,

 since I want to access the Neo4j REST Server by JavaScript (GWT) and due to
 the Browser Cross Domain Policy I have to use a ProxyServlet anyway. So for
 me it would be nice, but it's not necessary.

 Christopher

 On Wed, Nov 17, 2010 at 2:09 PM, Jim Webber j...@neotechnology.com wrote:

 Hi Christopher,

 We've deprecated the REST API from this release in favour of an overall
 Server platform (which combines the REST API, Web Admin interface, and other
 bits of platform), so we'll treat this as a feature request for the server.

 In the meantime, I've lodged a ticket: https://trac.neo4j.org/ticket/280

 Jim

 On 8 Nov 2010, at 16:08, Christopher Schmidt wrote:

  Hi all,
 
  how can I setup the REST server to use a standard url path prefix?
 
  E. g. http://localhost:/MyPathPrefix/node/0/relationships
 http://localhost:/node/0/relationships
 
  --
  Christopher
  twitter: @fakod
  blog: http://blog.fakod.eu
  ___
  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




 --
 Christopher
 twitter: @fakod
 blog: http://blog.fakod.eu
 ___
 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


[Neo4j] sobre neo

2010-11-17 Thread Jose Angel Inda Herrera
Hola Andres ,
Si me interesa saber como es que neo almacena los datos, seria eso de mucha 
ayuda para mi. Sobre el modelo de datos, me dices que es la teoria de grafos, 
pero existe algun documento que tenga neo que trate sobre como utiliza el la 
teoria de grafo en su modelo de datos,

Gracias de ante mano

PD: es genial poder hablar en espanol.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] sobre neo

2010-11-17 Thread Javier de la Rosa
Chris Gioran has posted a series of articles on Neo4j internal
implementation details:
- File storage:
http://digitalstain.blogspot.com/2010/10/neo4j-internals-file-storage.html
- Persistence and Memory mapping:
http://digitalstain.blogspot.com/2010/10/neo4j-internals-persistence-and-memory.html
- Write ahead log and deadlock detection (part 1):
http://digitalstain.blogspot.com/2010/10/neo4j-internals-transactions-part-1.html

I hope this will be helpful for you.
Besides, you can take a look on the more theoretical papers:
http://arxiv.org/abs/1004.1001


--- [es] --
Chris Gioran escribió una serie de artículos explicando detalles de
implementación de Neo4j:
- File storage:
http://digitalstain.blogspot.com/2010/10/neo4j-internals-file-storage.html
- Persistence and Memory mapping:
http://digitalstain.blogspot.com/2010/10/neo4j-internals-persistence-and-memory.html
- Write ahead log and deadlock detection (part 1):
http://digitalstain.blogspot.com/2010/10/neo4j-internals-transactions-part-1.html

Espero que te sea de ayuda.
Además siempre puedes echarle un vistazo a los artículos más teóricos:
http://arxiv.org/abs/1004.1001


2010/11/17 Jose Angel Inda Herrera jai...@estudiantes.uci.cu:
 Hola Andres ,
 Si me interesa saber como es que neo almacena los datos, seria eso de mucha 
 ayuda para mi. Sobre el modelo de datos, me dices que es la teoria de grafos, 
 pero existe algun documento que tenga neo que trate sobre como utiliza el la 
 teoria de grafo en su modelo de datos,

 Gracias de ante mano

 PD: es genial poder hablar en espanol.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user




-- 
Javier de la Rosa
http://versae.es
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] sobre neo

2010-11-17 Thread Jose Angel Inda Herrera
Gracias Javier por tu ayuda, muy utiles esos articulos
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] REST support for neo4j-spatial

2010-11-17 Thread Jan Boonen
Hi all,

I was wondering if someone is planning to support REST for 
neo4j-spatial. It would be great for example if we can connect GeoTools 
to a Neo4j REST server.

Cheers,

Jan

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


Re: [Neo4j] REST support for neo4j-spatial

2010-11-17 Thread Javier de la Rosa
On Wed, Nov 17, 2010 at 10:46, Jan Boonen jan.boo...@geodan.nl wrote:
 I was wondering if someone is planning to support REST for
 neo4j-spatial. It would be great for example if we can connect GeoTools
 to a Neo4j REST server.

+1



-- 
Javier de la Rosa
http://versae.es
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Neo4j Spatial question

2010-11-17 Thread Axel Morgner
Currently, I'm still busy with a customer project, but when open 
sourcing the software end of the year, I'll document it.

Am 16.11.2010 00:01, schrieb Peter Neubauer:
 Axel,
 nice it worked out for you! Would be great if you could write up a
 small blog or so on this, and give us some feedback on what to improve
 to make the component more usable. WDYT?

 Cheers,

 /peter neubauer

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org   - Your high performance graph database.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



 On Mon, Nov 15, 2010 at 10:03 PM, Axel Morgnera...@morgner.de  wrote:
 On 02.11.2010 14:52, Craig Taverner wrote:
 Adding neo4j spatial to the picture should enable the CMS handling geo
 data objects without adding to much complexity (I hope).
 OK. I think I'm beginning to get an idea of what you want. You have a CMS,
 and some of the data is geolocated, in the sense that you know what
 countries it is associated with, and perhaps you even have relationships to
 'country' nodes (or other nodes) representing locations. Now you want to use
 Neo4j Spatial to perform simple spatial queries on this.
 Your analysis is correct and brilliant. :-)

 In my case, the CMS payload data itself (like HTML, Images, Videos, CSS,
 JS, Blogs etc.) is stored in neo4j nodes. But logging data, too, of course.

I could imagine something like:

 'give me all countries in the specified region (bounding box) and include
 the number of pages as an attribute of the result set'bute?
 Right now I'm using the SearchIntersectWindow class to determine which
 countries are needed to display within a certain global region. The
 countries data is loaded as a set of GeoJSON files via Javascript (using
 Polymaps), so neo4j spatial does only provide the country names.

 I think you should either use the original shapefiles and the
 existing ShapefileImporter or move to OSM data models for connected
 topologies.

 A GeoJSON importer is a nice idea, but not worth the effort if you already
 have shapefiles.
 Indeed! I ended up with using the shapefile importer, using neo4j
 spatial to serve geodata nodes which are then connected on-the-fly with
 geo-tagged CMS data.

 Your comments and suggestions helped me a lot, so I just wanted to say
 thanks again.

 Axel



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