Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread ducky
I've been working on a kernel extension which pushes all the changes being made to the data in a Neo4j database to a Kafka server. All the changes have a timestamp attached to them. So theoretically it should be possible to pl

[Neo4j] Memory Allocation in Neo4j

2015-07-04 Thread Ramya
Let assume If we have some 1 lakh nodes with properties,in this case how the memory allocation will done. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+uns

Re: [Neo4j] Looking for a freelance consultant

2015-07-04 Thread Vishal Bisht
Can you share us some more details how to proceed We can help you to execute this job kindly send us the further steps on - vis...@marksmantech.com Thanks Regards -Vishal On Thu, Jul 2, 2015 at 3:49 AM, wrote: > This job is a proof of concept to be conducted over a 30-45 day period. It > req

Re: [Neo4j] Memory Allocation in Neo4j

2015-07-04 Thread Michael Hunger
> Am 04.07.2015 um 07:22 schrieb Ramya : > > 1.If we have large Graph,How it will load the Graph? That is dependent on many factors, best to read this http://neo4j.com/developer/guide-import-csv/ carefully and then try with a smaller version of you

Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread Michael Hunger
It's planned as a feature for Neo4 itself. I'm not aware of other variants, although there might be that the xnLogic framework would help you. Michael > Am 01.07.2015 um 20:14 schrieb Abhishek Agarwal : > > Hello all, > > We would like to keep snapshots/versions of the graph(or just versions

[Neo4j] Memory Allocation in Neo4j

2015-07-04 Thread Ramya
1.If we have large Graph,How it will load the Graph? 2.The properties of nodes for eg, let assume for int 4 bytes,for float 4 bytes will take.i.e for 1 node 8bytes of memory allocating.,If we have some thousands of nodes with properties,in this case please explain me about memory allocation.

[Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread Abhishek Agarwal
Hello all, We would like to keep snapshots/versions of the graph(or just versions of a specific node). We would want to switch to any version (like in a git repo). We tried using GraphAware's ChangeFeed but that doesn't solve our purpose. We have also found this github project: https://github.

[Neo4j] Looking for a freelance consultant

2015-07-04 Thread ehillerbrand
This job is a proof of concept to be conducted over a 30-45 day period. It requires the deployment of a graph database in AWS, constructing the data model in consultation with our company, loading a set of location data into the graph database, executing a number of queries, and then visualizing