Re: [Neo4j] Will there ever be a native SDK for Node.js?

2011-11-30 Thread yobi
What are the advantages of using HTTP directly over native SDK like the Java one? Don't they have a native SDK for Python and Ruby as well (although I think they are just wrappers for tje HTTP API?) Johnny -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/

[Neo4j] Will there ever be a native SDK for Node.js?

2011-11-30 Thread yobi
Have been reading through the Java documentation. Having a native SDK seems to be a big win when interacting with Neo4j. I wonder if you have any plans on making a native SDK for Node.js since apps on Heroku could run on Node.js as well. Thanks Johnny -- View this message in context: http://ne

[Neo4j] CQL find by name

2011-11-30 Thread yobi
I have seen both this: START root=node:node_auto_index(name = 'FileRoot') and this used: START root=node:node_auto_index('name: FileRoot') Isn't the second one more appropriate since the first one could be mixed up with an assignment and the second one looks more like a key:value pair. More sim

[Neo4j] WADL specification is the complete reference for all HTTP interactions with Neo4j?

2011-11-30 Thread yobi
I have noticed that you provide a runtime generated WADL specification for the HTTP API. I'm going to create a WADL to Node.js SDK converter so I don't have to create the functionality and change things manually each time you have a new release with changes to the HTTP API. a But before I do that

Re: [Neo4j] spaces in entity properties?

2011-11-28 Thread yobi
r/SendEmail.jtp?type=node&node=3541717&i=2> > > Skype: technige > > Twitter: @technige <https://twitter.com/#%21/technige> > > LinkedIn: http://uk.linkedin.com/in/nigelsmall > > > > > > > > On 28 November 2011 06:40, yobi <[hidden >

Re: [Neo4j] spaces in entity properties?

2011-11-27 Thread yobi
ding spaces as a property key. > If > you encounter problems then that is probably a bug. > > /peter > > Sent from my phone, please excuse typos and autocorrection. > On Nov 28, 2011 6:33 AM, "yobi" <[hidden > email]<http://user/SendEmail.jtp?type=node&nod

[Neo4j] spaces in entity properties?

2011-11-27 Thread yobi
Is it possible to have spaces in entity properties eg. first name: "Foo Bar" native language: "Baz" or do I have to use: first_name: "Foo Bar" native_language: "Baz" Thanks! -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/spaces-in-entity-properties-tp

[Neo4j] Using Nodejitsu with Neo4j cloud hosting?

2011-11-16 Thread yobi
Hi there! Is there a way for me to use the Neo4j cloud hosting service one can access through the Heroku addon even though I am using Nodejitsu? Thanks Yobi -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Using-Nodejitsu-with-Neo4j-cloud-hosting

Re: [Neo4j] How to show all nodes and relationships in Neo4j web admin data browser?

2011-11-13 Thread yobi
Of course. Merging them would be an even better solution. Yobi On Sun, Nov 13, 2011 at 6:24 PM, Peter Neubauer [via Neo4j Community Discussions] wrote: > Johnny, > let's then not fix things short term but instead fold this under the > merge feature. Would that be ok? > >

[Neo4j] Copy queries from the web admin console?

2011-11-13 Thread yobi
It's really hard for me to copy the CQL queries from the web admin console. Could this be a feature added? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Copy-queries-from-the-web-admin-console-tp3505510p3505510.html Sent from the Neo4j Community Discuss

Re: [Neo4j] How to show all nodes and relationships in Neo4j web admin data browser?

2011-11-12 Thread yobi
I just wanna see all my nodes and relationships so I can navigate by clicking on them, just like CouchDB's web admin. Merging console and data browser is an excellent idea! It would be really awesome and productive to be able to use Cypher (to query) and HTTP (to create nodes/relationships). That

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-12 Thread yobi
I actually meant if it's up on Heroku hosting =) Just checked the version, seems that it is still 1.4. So wanna use the new queries :) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3502084.html Sent from the Neo4

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-11 Thread yobi
Just wanna follow up, is 1.5 up yet? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3500347.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.

[Neo4j] Save files?

2011-11-10 Thread yobi
Is it possible to save files in Neo4j like CouchDB? Haven't read about it anywhere but wanted to be sure. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Save-files-tp3498358p3498358.html Sent from the Neo4j Community Discussions mailing list archive at N

Re: [Neo4j] How to get results from web admin console?

2011-11-10 Thread yobi
Oh that someone was you haha :) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Re-Neo4j-How-to-get-results-from-web-admin-console-tp3496875p3497966.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
Oh. All docs in http://docs.neo4j.org/ is for 1.5 so I assumed they were all using the 1.5 syntax =) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3497963.html Sent from the Neo4j Community Discussions mailing lis

Re: [Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
How could you have missed that. Didn't people complain that it wasn't working? :) -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3497120.html Sent from the Neo4j Community Discussions mailing list archive at Nabble

[Neo4j] START a = node(10) vs START a = (10)

2011-11-10 Thread yobi
In the hosted neo4j (through Heroku) I get an error when running: START a = node(10) RETURN a ==> `<' expected but `n' found But it works when I run: START a = (10) RETURN a According to the documentation the first one should work. Could someone explain why I get the error? -- View this messa

[Neo4j] How to get results from web admin console?

2011-11-10 Thread yobi
This is kinda a noob issue :) I wanna try out web admin console using Cypher. But this is what I get: cypher> START a = node(10) cypher> RETURN a cypher> ==> `<' expected but `n' found How do you get the results? -- View this message in context: http://neo4j-community-discussions.438527.n3.n

[Neo4j] How to show all nodes and relationships in Neo4j web admin data browser?

2011-11-10 Thread yobi
Is there a way to show all nodes and relationship in Neo4j's web admin data browser? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/How-to-show-all-nodes-and-relationships-in-Neo4j-web-admin-data-browser-tp3496815p3496815.html Sent from the Neo4j Communit

Re: [Neo4j] How to access the Heroku addon?

2011-11-08 Thread yobi
hich you should have gotten credentials > (beta/samurai14) via the beta-email from heroku: > > http://devcenter.heroku.com/articles/neo4j > > If you have any further questions or suggestions on how to improve the > docs, feel free to contact us. > > Cheers > > Mi

[Neo4j] How to access the Heroku addon?

2011-11-08 Thread yobi
I am subscribed to the beta program in Heroku. How do I access the private beta Neo4j addon and it's web administration page? Some documentation would be helpful. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/How-to-access-the-Heroku-addon-tp3492020p34

[Neo4j] Get an invitation to http://addons.heroku.com/neo4j

2011-11-07 Thread yobi
I am new to Neo4j and would really wanna try it out. Where can I get an invitation to http://addons.heroku.com/neo4j ? Thanks. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Get-an-invitation-to-http-addons-heroku-com-neo4j-tp3489005p3489005.html Sent f