Re: [Neo4j] Performance benchmarks of REST API vs embedded Neo4J

2010-12-04 Thread Javier de la Rosa
I have the same doubts. On Sat, Dec 4, 2010 at 09:50, Alex Averbuch wrote: > "Rexster <https://github.com/tinkerpop/rexster> is a RESTful graph shell > that exposes any Blueprints graph through a standalone HTTP server" > It's better Rexster or the Neo4 REST nati

Re: [Neo4j] Problem with the lucene index

2010-12-07 Thread Javier de la Rosa
get this into 1.2 M06, so it is only 1 week hence :) Great! Does this mean we will see Lucene index in the REST API? -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Cats and Dogs, living together

2010-12-07 Thread Javier de la Rosa
peterneubauer > > http://www.neo4j.org               - Your high performance graph 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 wrote: >> Hi, everybody, >> >>

Re: [Neo4j] Cats and Dogs, living together

2010-12-07 Thread Javier de la Rosa
://www.neo4j.org               - Your high performance graph database. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Tue, Dec 7, 2010 at 3:44 PM, Javier de la Rosa wrote: >> On Mon, Dec 6, 2010 at 16:57, Peter Neubauer >> wrote: >>

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

2010-12-20 Thread Javier de la Rosa
, 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 https

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

2010-12-21 Thread Javier de la Rosa
e._dic[key] > KeyError: 'incoming relationships' >>>> n.relationships.outgoing() > Traceback (most recent call last): >  File "", line 1, in >  File "neo4j_rest_client.py", line 430, in get_relationships >    url = self._node._dic[key] > KeyError: 'outgoing relationships' > ___ > 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] Accessing node relationships via the Python REST client

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

Re: [Neo4j] Neo4j 1.2 Milestone 6 is released

2010-12-21 Thread Javier de la Rosa
t; Now the Swedish Neo4j team is heading out for our traditional winter > solstice celebration, happy hacking! > > -- > Tobias Ivarsson > Hacker, Neo Technology > www.neotechnology.com > Cellphone: +46 706 534857 > _

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

2010-12-28 Thread Javier de la Rosa
ing > 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-29 Thread Javier de la Rosa
> > /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 d

Re: [Neo4j] Neo4j 1.2 is released

2010-12-30 Thread Javier de la Rosa
t least all known issues have been fixed. If you want more > details, please read the change log and/or the announcements for the > previous milestone releases. > > Happy hacking, and a happy new year 2011! > - the Neo4j team, through > -- > Tobias Ivarsson > Hacker, Ne

Re: [Neo4j] neo4j 1.2 python

2011-01-08 Thread Javier de la Rosa
m/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] Multiple running databases

2011-01-19 Thread Javier de la Rosa
On Wed, Jan 19, 2011 at 08:59, Peter Neubauer wrote: > Does that work for you? At least it works for me, but, will there be support for multi databeses in the near future? Cheers! -- Javier de la Rosa http://versae.es ___ Neo4j mailing list U

Re: [Neo4j] REST and dijkstra

2011-01-24 Thread Javier de la Rosa
get_all_nodes> >>> gdb.extensions.GetAll.get_all_nodes() [http://localhost:7474/db/data/node/0>, http://localhost:7474/db/data/node/1>, ... http://localhost:7474/db/data/node/200>] It's a very early version but functional. I hope to have a bit mature a

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 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 ___ Neo4j mailing lis

Re: [Neo4j] GSoC ideas?

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

Re: [Neo4j] Neovigator Weekend Project

2011-02-21 Thread Javier de la Rosa
o4j.org/mailman/listinfo/user >> > > > > -- > Mattias Persson, [matt...@neotechnology.com] > Hacker, Neo Technology > www.neotechnology.com > ___ > 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] Published Clean-DB REST-Server Extension

2011-03-02 Thread Javier de la Rosa
o your feedback. > > Cheers > > Michael > > ___ > 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] 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 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] Neo4j and Microsoft Azure

2011-03-21 Thread Javier de la Rosa
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 ht

[Neo4j] Data type returned by extensions in REST

2011-03-22 Thread Javier de la Rosa
returned should work, but maybe setting some conventions about the types returned and sent would be a good idea. Actually the type "strings" is really a list of strings, a bit confusing. Until now, the only way to discover the type of returned objects was to inspect the "self" attribute of the first element, 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] Data type returned by extensions in REST

2011-03-24 Thread Javier de la Rosa
internally and probably add 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

[Neo4j] REST indexes questions

2011-04-13 Thread Javier de la Rosa
ce between the query 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] REST indexes questions

2011-04-14 Thread Javier de la Rosa
gt; more insights here. > > On Wed, Apr 13, 2011 at 9:46 PM, Javier de la Rosa 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 co

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Javier de la Rosa
to provide a server plugin > 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

Re: [Neo4j] Palo Alto release party!

2011-04-16 Thread Javier de la Rosa
>> Neo4j mailing list >> User@lists.neo4j.org >> https://lists.neo4j.org/mailman/listinfo/user >> > > > > -- > Emil Eifrém, CEO [e...@neotechnology.com] > Neo Technology, www.neotechnology.com > Cell: +46 733 462 271 | US: 206 403 8808 > http://blogs.neotechnology.com/emil > http://twitter.com/emileifrem > ___ > 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] No way to delete index using REST API?

2011-04-18 Thread Javier de la Rosa
4 team said that it will be fixed in the next release, 1.4. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] REST results pagination

2011-04-19 Thread Javier de la Rosa
lts of indexes. Althought actually it would be great to have this kind of parameters for returning any kind of list. 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] REST results pagination

2011-04-19 Thread Javier de la Rosa
>> 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 releases. It will be great to see

Re: [Neo4j] REST results pagination

2011-04-19 Thread Javier de la Rosa
leases. 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

Re: [Neo4j] REST results pagination

2011-04-20 Thread Javier de la Rosa
>> > plugin that emulates this, but it would have to sort the result, and I'm >> > afraid that it will be hard (probably not impossible, but hard) to >> > implement >> > that in a memory-efficient way that far away from the kernel. You may >> just >> > end up moving the OutOfMemeoryExceptions' to the plugin instead of the >> > serialization system. >> > >> > >> > > >> > > --Michael >> > > ___ >> > > Neo4j mailing list >> > > 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 >> > >> ___ >> Neo4j mailing list >> 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 Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] REST results pagination

2011-04-20 Thread Javier de la Rosa
>> >>> what would you need that for? I'm interested in the usecase. >>> >>> Cheers >>> >>> Michael >>> >>> Am 20.04.2011 um 06:17 schrieb Javier de la Rosa: >>> >>>> On Tue, Apr 19, 2011 at 10:25, Jim W

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

2011-04-25 Thread Javier de la Rosa
ient shorcut to access to the reference node. Regards. > > Thanks. > > - James > ___ > 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
ng. > ___ > 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] [ANN] Neo4j 1.4.M02 "Kiruna Stol" - Chugging Along

2011-05-13 Thread Javier de la Rosa
nouncement via DZone, and vote us up if you > like it: http://www.dzone.com/links/neo4j_14m02_enhanced_indexability.html > > Cheers, > Andreas > > ___ > Neo4j mailing list > User@lists.neo4j.org > ht

Re: [Neo4j] Color suggestions for the Self-Relationship bike shed

2011-05-16 Thread Javier de la Rosa
On Mon, May 16, 2011 at 08:11, Tobias Ivarsson wrote: > 1. let the existing createRelationshipTo(Node,RelationshipType) create loops > if the same node is passed as argument. + 1 option 1. -- Javier de la Rosa http://versae.es ___ Neo4j mailin

Re: [Neo4j] Announcing structr 0.3

2011-05-31 Thread Javier de la Rosa
step into the NoSQL scene. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j Gremlin plugin part of standard Neo4j Server

2011-06-01 Thread Javier de la Rosa
> > > > lot. >> > > > > > > > > If >> > > > > > > > > > anyone has experience with debugging this kind of testing >> > > > > failures, >> > > > > > > > > please >> > > > > > > > > > speak up - builds are taking hours on the build system >> > right >> > > > now >> > > > > > > > instead >> > > > > > > > > of >> > > > > > > > > > minutes which leads to deployment problems and changes >> not >> > > > > getting >> > > > > > > into >> > > > > > > > > the >> > > > > > > > > > repos :( >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > 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://startupbootcamp.org/    - Öresund - Innovation >> > > happens >> > > > > > HERE. >> > > > > > > > > > http://www.thoughtmade.com - Scandinavia's coolest >> > > > Bring-a-Thing >> > > > > > > > party. >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > On Tue, May 31, 2011 at 7:37 PM, John Bale < >> > nos...@gmail.com >> > > > >> > > > > > wrote: >> > > > > > > > > > >> > > > > > > > > > > Peter, when this is ready can you post a quick 'how to' >> > get >> > > > > this >> > > > > > > > > working? >> > > > > > > > > > > Something like download the snapshot from X, git clone >> > the >> > > > > neo4j >> > > > > > > > > gremlin >> > > > > > > > > > > repository, run mvn package and copy it in the neo4j >> > > plugins >> > > > > dir. >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > On Tue, May 31, 2011 at 1:52 PM, Peter Neubauer < >> > > > > > > > > > > peter.neuba...@neotechnology.com> wrote: >> > > > > > > > > > > >> > > > > > > > > > > > Guys, >> > > > > > > > > > > > the plugin is now cloned to Neo4j, >> > > > > > > > > > > > https://github.com/neo4j/neo4j-gremlin-plugin and >> part >> > > of >> > > > > the >> > > > > > > > build >> > > > > > > > > > > > process. >> > > > > > > > > > > > I am waiting to get it built, there are some build >> > > before. >> > > > > Will >> > > > > > > > post >> > > > > > > > > to >> > > > > > > > > > > the >> > > > > > > > > > > > list when you can download it (and use it with a >> Neo4j >> > > > > Snapshot >> > > > > > > > > build) >> > > > > > > > > > if >> > > > > > > > > > > > that is ok? >> > > > > > > > > > > > >> > > > > > > > > > > > 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://startupbootcamp.org/    - Öresund - >> Innovation >> > > > > happens >> > > > > > > > HERE. >> > > > > > > > > > > > http://www.thoughtmade.com - Scandinavia's coolest >> > > > > > Bring-a-Thing >> > > > > > > > > > party. >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > On Tue, May 31, 2011 at 12:43 PM, noppanit < >> > > > > > noppani...@gmail.com >> > > > > > > > >> > > > > > > > > > wrote: >> > > > > > > > > > > > >> > > > > > > > > > > > > Hi John, >> > > > > > > > > > > > > >> > > > > > > > > > > > > I'm new to Neo4j as well, but I just want to put >> some >> > > > > thought >> > > > > > > on >> > > > > > > > > Ruby >> > > > > > > > > > > and >> > > > > > > > > > > > > Neography. I had been trying to use neography and >> > ruby >> > > to >> > > > > > build >> > > > > > > a >> > > > > > > > > web >> > > > > > > > > > > > > application the same as you wanted to do as well. >> But >> > I >> > > > > found >> > > > > > > out >> > > > > > > > > > that >> > > > > > > > > > > > Java >> > > > > > > > > > > > > with graph matching is very powerful and much more >> > > easier >> > > > > to >> > > > > > > use. >> > > > > > > > > And >> > > > > > > > > > a >> > > > > > > > > > > > lot >> > > > > > > > > > > > > of examples are written in Java. >> > > > > > > > > > > > > >> > > > > > > > > > > > >  So I changed to Java after I was struggling with >> in >> > > > Ruby. >> > > > > If >> > > > > > > you >> > > > > > > > > > > managed >> > > > > > > > > > > > > to >> > > > > > > > > > > > > do that please let me know as well, I'd love to >> here >> > > > more, >> > > > > > and >> > > > > > > of >> > > > > > > > > > > course >> > > > > > > > > > > > > the >> > > > > > > > > > > > > fact that I'm very new to Ruby as well. :). >> > > > > > > > > > > > > >> > > > > > > > > > > > > -- >> > > > > > > > > > > > > View this message in context: >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > >> http://neo4j-user-list.438527.n3.nabble.com/Neo4j-finding-commonalities-between-people-tp2999468p3005398.html >> > > > > > > > > > > > > Sent from the Neo4J User List mailing list archive >> at >> > > > > > > Nabble.com. >> > > > > > > > > > > > > ___ >> > > > > > > > > > > > > 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 >> > > > > > > > >> > > > > > > ___ >> > > > > > > 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 >> > >> ___ >> 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 > -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] NetSci 2011 Budapest

2011-06-13 Thread Javier de la Rosa
What a pity! I was there: 11:30–11:50 Juan Luis Suárez, Fernando Sancho and Javier De La Rosa: Sustaining a Global Community: Art and Religion in the Network of Baroque Hispanic-American Paintings. cultureplex.ca On Tue, Jun 7, 2011 at 10:47, Peter Neubauer wrote: > Burak, > I think there

Re: [Neo4j] Thanks Marko, Jive & Friends

2011-06-23 Thread Javier de la Rosa
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] clean database / unit tests

2011-07-08 Thread Javier de la Rosa
On Fri, Jul 8, 2011 at 10:37, Jim Webber 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@lists.neo4

[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] Get all nodes and relationships in REST

2011-07-12 Thread Javier de la Rosa
als does. 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] 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 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 Ros

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

2011-07-12 Thread Javier de la Rosa
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 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://lists.neo4j.org/mail

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

2011-07-12 Thread Javier de la Rosa
ds 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

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

2011-07-16 Thread Javier de la Rosa
re doing same 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] Propertiy keys with slashes and spaces in REST server

2011-07-20 Thread Javier de la Rosa
can decode it in the client. - But if I have a property key with both 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
rty key such as "pr/öp€rtŷ", I can use safe URL >> encoding to avoid crash with the slash: >> "pr/%C3%83%C2%B6p%C3%A2%C2%82%C2%ACrt%C3%85%C2%B7", after that I can >> decode it in the client. >> - But if I have a property key with both slash and spaces,

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

2011-07-21 Thread Javier de la Rosa
nverted into "+" characters in the server, and that's not the key i 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
localhost:7474/db/data/index/node/my_nodes/a%2Fb%20c/a%2Fb%20c' > > 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/inde

[Neo4j] Comparing properties among different nodes in Gremlin

2011-07-24 Thread Javier de la Rosa
eck growth rates. But I 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 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 htt

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

2011-07-25 Thread Javier de la Rosa
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
to emulate Gremlin behavior in any language > of their choosing. >         > http://groups.google.com/group/gremlin-users/browse_thread/thread/a1a7092762d22e37 > Just a thought... > > See ya, > Marko. > > http://markorodriguez.com > ___ > 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] Comparing properties among different nodes in Gremlin

2011-07-25 Thread Javier de la Rosa
" in some vertex except the first one. 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-26 Thread Javier de la Rosa
d not(next(J=1)) The operators next, always and sometimes 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]

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 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 mailing list U

[Neo] Neo4j Python REST Client

2010-05-06 Thread Javier de la Rosa
http://blog.neo4j.org/2010/04/neo4j-rest-server-part1-get-it-going.html [2] http://blog.neo4j.org/2010/04/neo4j-rest-server-part1-get-it-going.html?showComment=1272959654446#c5371207509347313234 [3] http://github.com/versae/neo4j-rest-client -- Javier de

[Neo] Sending a JSON null value in Neo4j REST Server

2010-05-13 Thread Javier de la Rosa
HI, I found a rare issue and I don't know whether it's a proper behaviour or a bug. The fact is I can't send a JSON dictionary with values set to null. I thought conceptually it may be right to allow a null value for a parameter in a node. I hope you can say anything about that. -

Re: [Neo] Sending a JSON null value in Neo4j REST Server

2010-05-14 Thread Javier de la Rosa
#x27;ll try to do the Python REST Client transparent in that regard. > > Cheers, > Tobias > > On Thu, May 13, 2010 at 2:28 PM, Javier de la Rosa wrote: > >> HI, >> >> I found a rare issue and I don't know whether it's a proper behaviour >> or

[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

Re: [Neo] SPARQL in Neo4j REST Server

2010-05-19 Thread Javier de la Rosa
On 19 May 2010 14:43, Mattias Persson wrote: > It could be nice with a SPARQL-like query syntax to query a neo4j > graph and such a language could also easily be exposed via REST. OK, thanks for your fast response. I'll wait for that day paciently :-) -- Javier

[Neo] Transactions in Neo4j REST Server

2010-05-19 Thread Javier de la Rosa
404: Transaction 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

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

Re: [Neo] Neo4j Python REST Client

2010-05-20 Thread Javier de la Rosa
inkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party. > > > > On Fri, May 7, 2010 at

Re: [Neo4j] neo4j vs. mysql

2010-05-31 Thread Javier de la Rosa
On 31 May 2010 12:39, Anders Nawroth wrote: > > http://john.cs.olemiss.edu/~ychen/publications/conference/vicknair_acmse10.pdf<http://john.cs.olemiss.edu/%7Eychen/publications/conference/vicknair_acmse10.pdf> Great and usefull paper for me. Thanks you for share it! -- Javie

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

2010-06-02 Thread Javier de la Rosa
valent to STOP_AT_END_OF_GRAPH? If that's not true, how can I 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@l

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 wrote: > "return filter": { >"language": "javascript", >"body": "position.node().getProperty( 'name' ).equals( 'Javier' )" >

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:

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

2010-06-02 Thread Javier de la Rosa
other path. > > Also see 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/user

Re: [Neo4j] Online backup via shell

2010-07-02 Thread Javier de la Rosa
On 2 July 2010 15:45, Mattias Persson 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 User@lists.

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

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 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://

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

2010-11-20 Thread Javier de la Rosa
bilization in this milestone. [1] https://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

[Neo4j] Datetimes in Neo4j REST Server

2010-11-23 Thread Javier de la Rosa
the data to a datetime object or whether it's simply a string containing a date. What should I do? Are the dates handled in a different way? -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/ma

Re: [Neo4j] Datetimes in Neo4j REST Server

2010-11-23 Thread Javier de la Rosa
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] [SPAM] Re: Datetimes in Neo4j REST Server

2010-11-23 Thread Javier de la Rosa
y the data types of fields/properties in >> separate metadata structures embedded in the response, making the returned >> content easily parsable and interpretable by relatively dumb clients. >> >> -Original Message- >> From: user-boun...@lists.neo4j.org [mailto:

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

2010-11-25 Thread Javier de la Rosa
d 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] Release 1.0.0.beta.22

2010-11-26 Thread Javier de la Rosa
; My 3 cents: - Sockets maybe? - Support 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.neo

Re: [Neo4j] Release 1.0.0.beta.22

2010-11-26 Thread Javier de la Rosa
- Your high performance graph database. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Fri, Nov 26, 2010 at 3:08 PM, Javier de la Rosa wrote: > > On Fri, Nov 26, 2010 at 02:03, Peter Neubauer < > > peter.neuba...@

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 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@lists.neo

Re: [Neo4j] Cats and Dogs, living together

2010-12-02 Thread Javier de la Rosa
-storage-platform world are welcome. > > Cheers, > Andreas > > > ___ > 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] Executing arbitrary code through REST (was: Specifying "best first" order of traverse over REST API)

2011-08-26 Thread Javier de la Rosa
great if there had some mechanism to set the type of returned values by an extension. But, in the mean time, the "returns" param is the only we can have. -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org ht

[Neo4j] Set reference node through REST API

2011-08-27 Thread Javier de la Rosa
wRoot); 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 h

Re: [Neo4j] Multiple Graphs in Neo4j

2011-08-31 Thread Javier de la Rosa
index for relationships to manage every subgraph. -- 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
0 INTERNAL_SERVER_ERROR HTTP ERROR 500 Problem accessing /db/data/ext/GremlinPlugin/graphdb/execute_script. Reason: INTERNAL_SERVER_ERRORCaused by:java.lang.NullPointerException at org.neo4j.server.rest.repr.ExtensionPointRepresentation$ParameterRepresentation.serialize(ExtensionPointRepresentation.jav

Re: [Neo4j] GremlinPlugin in REST

2011-09-13 Thread Javier de la Rosa
     - Your high performance graph database. > http://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 wrote: >> Hi, all

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

2011-10-05 Thread Javier de la Rosa
re any chance to find some day from neo4j import restgraphdatabase and to make both API's totally equal? Thank you very much for all the work involved. Regards! [1] https://github.com/versae/neo4j-rest-client -- 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
dded Python API in order to make neo4j-rest-client fully compatible. Regards! -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

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 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 ___ Neo4j mailing l

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

2011-10-31 Thread Javier de la Rosa
hon-tp3468029p3468029.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______ > 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
; http://www.neo4j.org              - NOSQL for the Enterprise. > http://startupbootcamp.org/    - Öresund - Innovation happens HERE. > > > > On Mon, Oct 31, 2011 at 9:18 AM, Javier de la Rosa wrote: >> Thank you, Alex. Let me do some tests and release a new version. >&

Re: [Neo4j] Cypher->Pickle?

2011-11-05 Thread Javier de la Rosa
ing >> > point instead. >> > >> > Andrés >> > ___ >> > Neo4j mailing list >> > User@lists.neo4j.org >> > https://lists.neo4j.org/mailman/listinfo/user >> >> >>