Re: [Neo4j] Heroku Beta: Neo4j - A Rails Example?

2011-08-21 Thread Andreas Ronge
Hi I agree with your pros and cons using server vs embedded I'm using vps.net and a capistrano script, works like a charm. Also, have a look at the engine yard jruby hosting, which also has a nice web GUI for deployment. sent from my phone On Aug 21, 2011 1:31 AM, pehrlich

[Neo4j] Neo4j Rest Server memory configuration

2011-08-21 Thread mike_t
I installed neo4j as a service on linux. Then I configured in the neo4j-community-1.4.1/conf/neo4j-wrapper.conf file following init and max memory: # Initial Java Heap Size (in MB) wrapper.java.initmemory=512 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=768 The top output shows

Re: [Neo4j] EXTERNAL: Re: how to use neo4j in server mode w/o using HTTP/REST stuff?

2011-08-21 Thread Jim Webber
Hi Gautam, What you're describing here is a lot of work - you're creating your own Neo4j server with a binary protocol rather than using the REST API. When I said your application exposes you API I meant that with the embedded APIs you get to build an interface (e.g. Web app, RESTful services,

[Neo4j] Return Node in an unmanaged server plugin

2011-08-21 Thread shlomyb
Hi I want to add some logic to add/create node from graph. So I created a Unmanaged Server plugin with a method named getOrCreateNode(@PathParm(id) id) annotated with @POST @Produces( MediaType.JSON_APPLICATION) and @Path( /{id}). My question is how can I return a Node object ?? Should I use the

Re: [Neo4j] Return Node in an unmanaged server plugin

2011-08-21 Thread Peter Neubauer
Hi there, if you want to let the Neo4j Server to take care of the returning and serialization of nodes, just do a managed plugin, see http://docs.neo4j.org/chunked/snapshot/server-plugins.html. Otherwise, with unmanaged extensions you are on your own regarding what you return, any String will do.

Re: [Neo4j] TTL or node expiry available ?

2011-08-21 Thread sulabh choudhury
Thank Peter for the response. So say I have a social graph which has relationships like A--likesB. So for traversals I want to consider only the recent likes (say which are just 2 days old) and beyond that it could be considered as stale info and I do not want to traverse those edges. The

Re: [Neo4j] TTL or node expiry available ?

2011-08-21 Thread Peter Neubauer
Ahh ok. the stale connections are possible to totally discard? then you could monitor this in some way - maybe putting them into an index structure and checking for stale elements as you add new ones or so? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone      

[Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #12

2011-08-21 Thread Andreas Wilhelm
Hello, In the final week I didn?t had much time so I only added some more code documentation. There still things to do and I will continue to working on this even Google Summer of Code is now ending. It was an enjoyable time, I have learned many new things and I would like to thank my mentors