Re: [Neo4j] Property String too long

2011-11-28 Thread himmel24
I found a workaround

You can put properties longer then 65535 via the REST - API

I had success to store the very big web-page via REST / AJAX

look at: 

http://docs.neo4j.org/chunked/snapshot/rest-api-node-properties.html#rest-api-set-property-on-node

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Property-String-too-long-tp3541576p3541894.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


[Neo4j] Property String too long

2011-11-27 Thread himmel24
Hallo,

I wanted to save a web-page in the property of a node
via gremlin - ajax it works fine normaly.

But there is a restriction of string length.
I received the error message:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
failed:
Script10.groovy: 51: String too long. 
The given string is 607186 Unicode code units long, 
but only a maximum of 65535 is allowed.

Is there a possibility to change the maximum string length or a workaround
to save long strings?


best regards,

Oliver Heck

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Property-String-too-long-tp3541576p3541576.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


[Neo4j] gremlin - sideEffect - println via REST, AJAX, CURL

2011-10-20 Thread himmel24
Hallo,

gremlin is working quite well in the gremlin console
this is working there:

also this works well:


but the following *isn't working with CURL, AJAX, REST*


the sideEffect - println comand is simply ignored. There are no error
messages.

I tried many encoding types: no success

--
hr
Another issue in the gremlin-console
this works well:

The following doesn't work


now I use filter:


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/gremlin-sideEffect-println-via-REST-AJAX-CURL-tp3436988p3436988.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


[Neo4j] jQuery - Ajax - Gremlin Access to neo4j

2011-10-17 Thread himmel24
Hello,

I'm using *Gremlin* (very powerful) to query and manupulate my neo4j -
database.
*via Javascript and jQuery (Ajax)*:
Here is the javascript:


*to start the Script:*

*HTML-Code:*


In my Linux - System I put the html - Code with Script in /var/www/...   
with Apache Server running.
It work's fine.

Without Apache?
*Now the Question:*
Is it possible to run this without Apache.
If the answer is positiv where must i put my script??

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/jQuery-Ajax-Gremlin-Access-to-neo4j-tp3427603p3427603.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


Re: [Neo4j] jQuery - Ajax - Gremlin Access to neo4j

2011-10-17 Thread himmel24
Thank's Peter for responding.

I know this page.
My answer was wether it's possible to talk with neo4j as Web-Server.

CouchDB has a integrated Web-Server

What about with neo4j ?

Thanks Oliver

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/jQuery-Ajax-Gremlin-Access-to-neo4j-tp3427603p3427639.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


Re: [Neo4j] jQuery - Ajax - Gremlin Access to neo4j

2011-10-17 Thread himmel24
Thank's Peter

It's new for my I will study this page.

Thank's again

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/jQuery-Ajax-Gremlin-Access-to-neo4j-tp3427603p3427688.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