Re: [Neo4j] Cypher-Pickle?

2011-11-05 Thread Javier de la Rosa
___ 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

Re: [Neo4j] Error adding item to idexes using Neo4jrestclient python

2011-10-31 Thread Javier de la Rosa
. ___ 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

Re: [Neo4j] Error adding item to idexes using Neo4jrestclient python

2011-10-31 Thread Javier de la Rosa
@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

Re: [Neo4j] Error adding item to idexes using Neo4jrestclient python

2011-10-31 Thread Javier de la Rosa
              - NOSQL for the Enterprise. http://startupbootcamp.org/    - Öresund - Innovation happens HERE. On Mon, Oct 31, 2011 at 9:18 AM, Javier de la Rosa ver...@gmail.com wrote: Thank you, Alex. Let me do some tests and release a new version. On Mon, Oct 31, 2011 at 11:56, vistorve ayuskaus

Re: [Neo4j] Run test and development DBs at same time

2011-10-08 Thread Javier de la Rosa
On Sat, Oct 8, 2011 at 16:30, Michael Hunger michael.hun...@neotechnology.com wrote: You can use a import org.neo4j.test.ImpermanentGraphDatabase; Do you know if it could be possible to use this from the REST server? -- Javier de la Rosa http://versae.es

Re: [Neo4j] Embedded neo4j in Python up to date again

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

[Neo4j] GremlinPlugin in REST

2011-09-13 Thread Javier de la Rosa
Is that normal? is there something that I'm doing wrong? Thanks. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] GremlinPlugin in REST

2011-09-13 Thread Javier de la Rosa
://startupbootcamp.org/    - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Sep 13, 2011 at 10:11 PM, Javier de la Rosa ver...@gmail.com wrote: Hi, all, Today I have downloaded the last version of Neo4j, thus, 1.5.M01. I run some of my

[Neo4j] Set reference node through REST API

2011-08-27 Thread Javier de la Rosa
); But I don't know the way to do this using the REST API. Even if I don't delete it anything, I would have to be able to set the reference node to a node of my preference. I know that was discussed previously, but is the reference node really needed? Regards. -- Javier de la Rosa http://versae.es

Re: [Neo4j] Comparing properties among different nodes in Gremlin

2011-07-27 Thread Javier de la Rosa
have the semantics expected: in the next state XXX holds, always XXX holds, and sometimes XXX holds. Besides we have the operator len(n) that check if the returned path has exactly n states. Thanks. Regards! [1] http://box.jisko.net/i/5cbd3d31.png -- Javier de la Rosa http://versae.es

Re: [Neo4j] update node properties via rest?

2011-07-27 Thread Javier de la Rosa
On Wed, Jul 27, 2011 at 14:57, Boris Kizelshteyn bo...@popcha.com wrote: It does not infact update, it overwrites. Feature or bug? I asked me the same question and I decided it was a feature... -- Javier de la Rosa http://versae.es ___ Neo4j

[Neo4j] Comparing properties among different nodes in Gremlin

2011-07-25 Thread Javier de la Rosa
don't if this is possible without using variables external to the query. Thank you in advance. Regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Comparing properties among different nodes in Gremlin

2011-07-25 Thread Javier de la Rosa
On Mon, Jul 25, 2011 at 09:50, Peter Neubauer peter.neuba...@neotechnology.com wrote: why can't you use an external variable? Because the query is auto-generated by a wrapper over another language, so I'm trying to maintain the process as simple as possible. -- Javier de la Rosa http

Re: [Neo4j] Comparing properties among different nodes in Gremlin

2011-07-25 Thread Javier de la Rosa
://en.wikipedia.org/wiki/Kripke_structure -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Comparing properties among different nodes in Gremlin

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

Re: [Neo4j] Comparing properties among different nodes in Gremlin

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

Re: [Neo4j] Propertiy keys with slashes and spaces in REST server

2011-07-21 Thread Javier de la Rosa
want to store. Sorry for the difficulty to reproduce the bug. Regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Propertiy keys with slashes and spaces in REST server

2011-07-21 Thread Javier de la Rosa
' GET: curl -i -H Accept:application/json 'http://localhost:7474/db/data/index/node/my_nodes/a%2Fb%20c/a%2Fb%20c' DELETE: curl -i -X DELETE 'http://localhost:7474/db/data/index/node/my_nodes/a%2Fb%20c/a%2Fb%20c/0' Cheers Michael Am 21.07.2011 um 16:32 schrieb Javier de la Rosa

[Neo4j] Propertiy keys with slashes and spaces in REST server

2011-07-20 Thread Javier de la Rosa
slash and spaces, such as p r/ öp€rtŷ, there's no way to get this working properly. Any ideas? Thanks. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Propertiy keys with slashes and spaces in REST server

2011-07-20 Thread Javier de la Rosa
PM, Javier de la Rosa ver...@gmail.com wrote: Hi all, I'm trying to implement full support for unicode in my neo4j Python REST client, but I'm finding some dificulties: - I send a property key such as p r öp€rtŷ, and I'm able to get everything working using a URL encoding, that converts

Re: [Neo4j] Bulbflow: a Python framework for Neo4j

2011-07-16 Thread Javier de la Rosa
similar things: python-rexster [1]. Regards. [1] http://pypi.python.org/pypi/python-rexster/ -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Get all nodes and relationships in REST

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

Re: [Neo4j] Get all nodes and relationships in REST

2011-07-12 Thread Javier de la Rosa
On Tue, Jul 12, 2011 at 14:44, Jim Webber j...@neotechnology.com wrote: I think the simplest thing is to write a traverser that reaches every node on the graph through every relationship. And this should work even if my graph has several unconnected componentes? Thank you. -- Javier de la

Re: [Neo4j] Get all nodes and relationships in REST

2011-07-12 Thread Javier de la Rosa
of Neo4j some day? Regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] auto indexes in REST in 1.4?

2011-07-12 Thread Javier de la Rosa
On Tue, Jul 12, 2011 at 16:32, Matt Luongo m...@scholr.ly wrote: +1, we could use configuration through REST as well. +1, It would be bery useful. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https

Re: [Neo4j] Get all nodes and relationships in REST

2011-07-12 Thread Javier de la Rosa
these methods in the core of the Neo4j REST server, without need of using plugin and or extensions. Regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] The URL for batching operations through REST

2011-07-11 Thread Javier de la Rosa
I'm just wondering why the URL http://localhost:7474/db/data/batch; is not returned with the initial request on root http://localhost:7474/db/data; like the rest of the URL's. Regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User

Re: [Neo4j] clean database / unit tests

2011-07-08 Thread Javier de la Rosa
On Fri, Jul 8, 2011 at 10:37, Jim Webber j...@neotechnology.com wrote: I believe it'll be packaged by default with our next release (but totally disabled!). Good news! -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User

Re: [Neo4j] Thanks Marko, Jive Friends

2011-06-23 Thread Javier de la Rosa
are at The University of Western Ontario, London (Canada). Just 2 hours of Detroit. Best regards. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] [ANN] Neo4j 1.4.M02 Kiruna Stol - Chugging Along

2011-05-13 Thread Javier de la Rosa
it: http://www.dzone.com/links/neo4j_14m02_enhanced_indexability.html Cheers, Andreas ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Javier de la Rosa http://versae.es

Re: [Neo4j] Neo4j 1.4 M01 - headed to Kiruna Stol

2011-04-29 Thread Javier de la Rosa
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

Re: [Neo4j] Is the Java API the Only Way to Create Subreference Nodes?

2011-04-25 Thread Javier de la Rosa
. Thanks. - James ___ 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

Re: [Neo4j] REST results pagination

2011-04-20 Thread Javier de la Rosa
User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Jacob Hansson Phone: +46 (0) 763503395 Twitter: @jakewins ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Javier de la

Re: [Neo4j] REST results pagination

2011-04-20 Thread Javier de la Rosa
schrieb Javier de la Rosa: On Tue, Apr 19, 2011 at 10:25, Jim Webber j...@neotechnology.com wrote: I've just checked and that's in our list of stuff we really should do because it annoys us that it's not there. No promises, but we do intend to work through at least some of that list for the 1.4

Re: [Neo4j] REST results pagination

2011-04-19 Thread Javier de la Rosa
just checked and that's in our list of stuff we really should do because it annoys us that it's not there. No promises, but we do intend to work through at least some of that list for the 1.4 releases. It will be great to see the feature in the 1.4 :-) -- Javier de la Rosa http://versae.es

Re: [Neo4j] REST results pagination

2011-04-19 Thread Javier de la Rosa
. If this finally is developed, it will possible to request for all nodes and all relationships in some URL? Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Javier de la Rosa http://versae.es

Re: [Neo4j] Palo Alto release party!

2011-04-16 Thread Javier de la Rosa
@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

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Javier de la Rosa
some more insights here. On Wed, Apr 13, 2011 at 9:46 PM, Javier de la Rosa ver...@gmail.com wrote: Hi all, at first congratulations for the new GA release of Neo4j. Really great job. I'm now developing the support for indexes and I have changed a bit the compatibility with neo4j.py due

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Javier de la Rosa
that does the above. Cheers Michael Am 13.04.2011 um 21:46 schrieb Javier de la Rosa: Hi all, at first congratulations for the new GA release of Neo4j. Really great job. I'm now developing the support for indexes and I have changed a bit the compatibility with neo4j.py due to currently

[Neo4j] REST indexes questions

2011-04-13 Thread Javier de la Rosa
exact method and the advanced query? I mean, using only the advanced query, are you able to query in exact mode? -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Data type returned by extensions in REST

2011-03-24 Thread Javier de la Rosa
this information. By now you are limited to documenting that in the description part. OK, I see. Are you planning to add this feature in some moment in the near future? Best regards. Cheers Michael Am 22.03.2011 um 23:29 schrieb Javier de la Rosa: Hi all, I'm ending the support

[Neo4j] Data type returned by extensions in REST

2011-03-22 Thread Javier de la Rosa
, but that doesn't work in all the cases. Regards! -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j and Microsoft Azure

2011-03-21 Thread Javier de la Rosa
be a good idea to support hyperedges in a native way in the future Neo4j releases? Best regards. [1] http://research.microsoft.com/en-us/projects/trinity/default.aspx -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Javier de la Rosa
On Fri, Mar 11, 2011 at 09:02, Chris Gioran chris.gio...@neotechnology.com wrote: the REST interface for Indexing operations. As always, extended Really great news for REST clients! Now it's our time to implement it. Thank you. -- Javier de la Rosa http://versae.es

Re: [Neo4j] Published Clean-DB REST-Server Extension

2011-03-02 Thread Javier de la Rosa
___ 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

Re: [Neo4j] Neovigator Weekend Project

2011-02-21 Thread Javier de la Rosa
://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

Re: [Neo4j] Installing the python bindings ( I think )

2011-02-09 Thread Javier de la Rosa
On Wed, Feb 9, 2011 at 10:31, Tom Smith tom.sm...@york.ac.uk wrote: I tried using the REST server (which is great) but it doesn't support graphdb.index(whatever) yet. I hope neo4j-rest-client in Python support indexing and plugins before the end of february. -- Javier de la Rosa http

Re: [Neo4j] GSoC ideas?

2011-02-08 Thread Javier de la Rosa
, comparable to filters in Gephi [1] and sones VisualGraph [2]. [1] http://www.youtube.com/watch?v=0R86bJVxMrA [2] http://www.youtube.com/watch?v=vJhwjls5Gxg -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https

Re: [Neo4j] Neo4j is moving to git

2011-01-27 Thread Javier de la Rosa
On Thu, Jan 27, 2011 at 09:10, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: The repositories should be fully available on Github at some point during the day tomorrow. Simply great. Tahnk you. -- Javier de la Rosa http://versae.es

Re: [Neo4j] neo4j 1.2 python

2011-01-08 Thread Javier de la Rosa
://github.com/versae/neo4j-rest-client -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j 1.2 is released

2010-12-30 Thread Javier de la Rosa
tobias.ivars...@neotechnology.com Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Javier de la Rosa http://versae.es

Re: [Neo4j] Accessing node relationships via the Python REST client

2010-12-29 Thread Javier de la Rosa
, Dec 28, 2010 at 5:55 PM, Javier de la Rosa ver...@gmail.com wrote: On Tue, Dec 28, 2010 at 17:05, Peter Neubauer peter.neuba...@neotechnology.com wrote: is there anything we need to change in the Neo4j REST API before 1.2 in order to be done here? I'm not sure, but I think the new plugins

Re: [Neo4j] Accessing node relationships via the Python REST client

2010-12-28 Thread Javier de la Rosa
the only thing required here are changes on the Python side? Yes. I'm trying update the code on each milestone. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Accessing node relationships via the Python REST client

2010-12-21 Thread Javier de la Rosa
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

Re: [Neo4j] Neo4j 1.2 Milestone 6 is released

2010-12-21 Thread Javier de la Rosa
...@neotechnology.com Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Javier de la Rosa http://versae.es

Re: [Neo4j] New Index API replacing the old one in REST

2010-12-20 Thread Javier de la Rosa
of the PHP, .NET, Ruby and Perl bindings (Max, @onewheelgood, Javier and all others). Great news! Where is the documentation to apply the new changes on the index behaviour? -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Cats and Dogs, living together

2010-12-07 Thread Javier de la Rosa
database. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Thu, Dec 2, 2010 at 6:03 PM, Javier de la Rosa ver...@gmail.com wrote: Hi, everybody, I work in a lab at University of Western Ontario, with humanists people. The needs of the humanist research make useless

Re: [Neo4j] Cats and Dogs, living together

2010-12-07 Thread Javier de la Rosa
. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Dec 7, 2010 at 3:44 PM, Javier de la Rosa ver...@gmail.com wrote: On Mon, Dec 6, 2010 at 16:57, Peter Neubauer peter.neuba...@neotechnology.com wrote: Very very cool Javier! Thank you :) Is this built using

Re: [Neo4j] Get All Nodes in Rest API

2010-12-01 Thread Javier de la Rosa
On Wed, Dec 1, 2010 at 03:29, Peter Neubauer peter.neuba...@neotechnology.com wrote: Is there a command to get all nodes from the Rest API? +1. I would also like to know this :) -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User

Re: [Neo4j] Release 1.0.0.beta.22

2010-11-26 Thread Javier de la Rosa
for Dates, and not only dates after Linux Epoch. - Support for do traversal with the geospatial information. Using GeoJSON or WKT? -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] Release 1.0.0.beta.22

2010-11-26 Thread Javier de la Rosa
://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Fri, Nov 26, 2010 at 3:08 PM, Javier de la Rosa ver...@gmail.com wrote: On Fri, Nov 26, 2010 at 02:03, Peter Neubauer peter.neuba...@neotechnology.com wrote: Btw, what does everyone feel about REST vs. native protocols like RMI

Re: [Neo4j] [SPAM] Re: Datetimes in Neo4j REST Server

2010-11-25 Thread Javier de la Rosa
added soon to the Neo4j core. It woul be a good extra point in traversals. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Datetimes in Neo4j REST Server

2010-11-23 Thread Javier de la Rosa
manage with Dates and objects in JSON. The proposal in https://trac.neo4j.org/ticket/286 adds some overhead although I think is a very good solution. However, there wouldn't be backwards compatibility. Best regards. -- Javier de la Rosa http://versae.es

Re: [Neo4j] [ANN] Neo4j 1.2 Milestone 4, The Server.

2010-11-20 Thread Javier de la Rosa
-client -- Javier de la Rosa http://versae.es ___ 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
, 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

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

Re: [Neo4j] Online backup via shell

2010-07-02 Thread Javier de la Rosa
On 2 July 2010 15:45, Mattias Persson matt...@neotechnology.com wrote: Just a thought... would that be useful? I bet it can be useful! Especially if you add a command to restore ;-) -- Javier de la Rosa http://versae.es ___ Neo4j mailing list

[Neo4j] Traversals in REST Service vs. Traversals in neo4j.py

2010-06-02 Thread Javier de la Rosa
get the a behaviour like STOP_AT_END_OF_GRAPH? Sorry, perhaps they are dumb questions, but I need some of light, please. Best regards. -- Javier de la Rosa ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Traversals in REST Service vs. Traversals in neo4j.py

2010-06-02 Thread Javier de la Rosa
Thank you for your clarification. On 2 June 2010 13:31, Mattias Persson matt...@neotechnology.com wrote: return filter: { language: javascript, body: position.node().getProperty( 'name' ).equals( 'Javier' ) } Will we see language: python in the near future? -- Javier de la Rosa

Re: [Neo4j] Traversals in REST Service vs. Traversals in neo4j.py

2010-06-02 Thread Javier de la Rosa
And one more question, what's the meaning of uniqueness: node path parameter? What values does it support? Which is the equivalent en neo4j.py? -- Javier de la Rosa ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo

Re: [Neo4j] Traversals in REST Service vs. Traversals in neo4j.py

2010-06-02 Thread Javier de la Rosa
the javadoc of Uniqueness at http://components.neo4j.org/neo4j-kernel/apidocs/org/neo4j/graphdb/traversal/Uniqueness.html Great! Thank you so much. -- Javier de la Rosa ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo

Re: [Neo] Transactions in Neo4j REST Server

2010-05-20 Thread Javier de la Rosa
Thank you all, your ideas are great. I guess to introduce some kind of pagination only make harder the work :-) but it continues being interesting. Best regards. -- Javier de la Rosa ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org

[Neo] SPARQL in Neo4j REST Server

2010-05-19 Thread Javier de la Rosa
Is there any way to perform a SPARQL query in Neo4j REST Server? Thanks! -- Javier de la Rosa ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Transactions in Neo4j REST Server

2010-05-19 Thread Javier de la Rosa
not found What do you think about this? Is it too many complicated? Is it possible? Best regards. -- Javier de la Rosa ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user