Re: [Neo4j] REST support for neo4j-spatial

2010-12-22 Thread Peter Neubauer
Jan,
there are a number of things to it. Right now, we are working on
exposing some of the spatial functionality via JRuby and the Neo4j
ruby bindings in order to make it easy and bloggable, especially
regarding OpenStreetMap operation. After that, we are planning 2
things:

1. Look into integration into the Neo4j Index API

2. If integrated as an index, this will automatically be available in
the REST API as just one more available index, if you drop the
Neo4j-Spatial jars into /plugins.

3. Write some spatial server plugins that can expose more targeted
spatial queries, see
http://components.neo4j.org/neo4j-examples/1.2-SNAPSHOT/server-plugins.html

We hope to have the first index-integration going in January, but
don't quote me on 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 Tue, Dec 21, 2010 at 9:09 PM, Jan Boonen jan.boo...@geodan.nl wrote:
 I don't know if people have already spoken about this topic on the chat,
 but if so, could anyone post the outcome of the discussion on REST
 support for neo4j-spatial?

 Many thanks,

 Jan

 Sounds fine to me. The main idea behind this suggestion is to support
 concurrent access and the new server component. I can think of many use
 cases where data is inserted in aa database from any type of client and
 the result is accessed via e.g. geoserver. Currently we'd use PostGIS
 for such an architecture, but Neo4j looks very promising for many projects.

 Anyway, if you need some support in this area, I'm willing to talk about
 cooperation. Drop me a line if needed.

 Cheers,

 Jan

 On 17-11-2010 18:13, Craig Taverner wrote:
 Very interesting option. I think I need to chat to the neo4j rest guys
 tomorrow to find out a little more about what would be required to make this
 happen.

 On Wed, Nov 17, 2010 at 5:41 PM, Javier de la Rosaver...@gmail.com   
 wrote:

 On Wed, Nov 17, 2010 at 10:46, Jan Boonenjan.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

 ___
 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

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


Re: [Neo4j] REST support for neo4j-spatial

2010-12-22 Thread Jan Boonen
Sounds great. Thanks for answering my question and keep up the good work!

 Jan,
 there are a number of things to it. Right now, we are working on
 exposing some of the spatial functionality via JRuby and the Neo4j
 ruby bindings in order to make it easy and bloggable, especially
 regarding OpenStreetMap operation. After that, we are planning 2
 things:

 1. Look into integration into the Neo4j Index API

 2. If integrated as an index, this will automatically be available in
 the REST API as just one more available index, if you drop the
 Neo4j-Spatial jars into /plugins.

 3. Write some spatial server plugins that can expose more targeted
 spatial queries, see
 http://components.neo4j.org/neo4j-examples/1.2-SNAPSHOT/server-plugins.html

 We hope to have the first index-integration going in January, but
 don't quote me on 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 Tue, Dec 21, 2010 at 9:09 PM, Jan Boonenjan.boo...@geodan.nl  wrote:
 I don't know if people have already spoken about this topic on the chat,
 but if so, could anyone post the outcome of the discussion on REST
 support for neo4j-spatial?

 Many thanks,

 Jan

 Sounds fine to me. The main idea behind this suggestion is to support
 concurrent access and the new server component. I can think of many use
 cases where data is inserted in aa database from any type of client and
 the result is accessed via e.g. geoserver. Currently we'd use PostGIS
 for such an architecture, but Neo4j looks very promising for many projects.

 Anyway, if you need some support in this area, I'm willing to talk about
 cooperation. Drop me a line if needed.

 Cheers,

 Jan

 On 17-11-2010 18:13, Craig Taverner wrote:
 Very interesting option. I think I need to chat to the neo4j rest guys
 tomorrow to find out a little more about what would be required to make 
 this
 happen.

 On Wed, Nov 17, 2010 at 5:41 PM, Javier de la Rosaver...@gmail.com 
 wrote:

 On Wed, Nov 17, 2010 at 10:46, Jan Boonenjan.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

 ___
 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

 ___
 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] REST support for neo4j-spatial

2010-12-21 Thread Jan Boonen
I don't know if people have already spoken about this topic on the chat, 
but if so, could anyone post the outcome of the discussion on REST 
support for neo4j-spatial?

Many thanks,

Jan

 Sounds fine to me. The main idea behind this suggestion is to support
 concurrent access and the new server component. I can think of many use
 cases where data is inserted in aa database from any type of client and
 the result is accessed via e.g. geoserver. Currently we'd use PostGIS
 for such an architecture, but Neo4j looks very promising for many projects.

 Anyway, if you need some support in this area, I'm willing to talk about
 cooperation. Drop me a line if needed.

 Cheers,

 Jan

 On 17-11-2010 18:13, Craig Taverner wrote:
 Very interesting option. I think I need to chat to the neo4j rest guys
 tomorrow to find out a little more about what would be required to make this
 happen.

 On Wed, Nov 17, 2010 at 5:41 PM, Javier de la Rosaver...@gmail.com   wrote:

 On Wed, Nov 17, 2010 at 10:46, Jan Boonenjan.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

 ___
 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] REST support for neo4j-spatial

2010-11-18 Thread Jan Boonen
Sounds fine to me. The main idea behind this suggestion is to support 
concurrent access and the new server component. I can think of many use 
cases where data is inserted in aa database from any type of client and 
the result is accessed via e.g. geoserver. Currently we'd use PostGIS 
for such an architecture, but Neo4j looks very promising for many projects.

Anyway, if you need some support in this area, I'm willing to talk about 
cooperation. Drop me a line if needed.

Cheers,

Jan

On 17-11-2010 18:13, Craig Taverner wrote:
 Very interesting option. I think I need to chat to the neo4j rest guys
 tomorrow to find out a little more about what would be required to make this
 happen.

 On Wed, Nov 17, 2010 at 5:41 PM, Javier de la Rosaver...@gmail.com  wrote:

 On Wed, Nov 17, 2010 at 10:46, Jan Boonenjan.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

 ___
 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] 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