Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-21 Thread gustavoboby
Hi Jacob, If you have the choice, Linux is preferable. We fully support both platforms, but generally get higher performance on Linux, and less problems. Is there a Linux operating system that you can recommend? This completely depends on how much data you intend to store. Can you provide

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-21 Thread gustavoboby
Hi José Devezas, Thank's to send the link to the calculator. If you're not doing a batch insertion, the REST API would be fine I guess, specially if you put the database on a separate machine. This is exactly what I intend to do, the database will be in separate server application and is

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-21 Thread Vinicius Carvalho
Hi Gustavo, I had some questions with the batch insert as well. After getting help here :D What I'm doing is using the batchInserterImpl to load the neo instance, I'll use the REST API later for querying. So far, our lab has a neo4j instance running in a single node blade server with tons of RAM

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-21 Thread gustavoboby
Hi Vinicius, Where are you from? have you a email contact? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/URGENT-Recommended-server-configurations-tp3519328p3525431.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-21 Thread gustavoboby
Vinicius, My problem is not data load, from what I understand, the batch operation would be for this? Right? Further along, but I'll have a load of data, but this is not my primary concern. -- View this message in context:

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-19 Thread Michael Hunger
the batch API also has batch insertion operations could describe your domain model w/ estimated counts of entities and cardinalities. snd equally important the typical usecases and what percentages of the dataset they would touch mobile mail please excuse brevity and typos Am 18.11.2011 um

[Neo4j] [URGENT] Recommended server configurations

2011-11-18 Thread gustavoboby
Hi people's, I'm creating a social network with a larg number of expected hits and i need help with the server recommended configurations: 1 - Operating system (Linux or Windows? What specifically?) 2 - Hardware (How much Memory necessary?) You think the use of Neo4j REST API will cause

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-18 Thread Jacob Hansson
On Fri, Nov 18, 2011 at 7:21 PM, gustavoboby gustavob...@gmail.com wrote: Hi people's, I'm creating a social network with a larg number of expected hits and i need help with the server recommended configurations: 1 - Operating system (Linux or Windows? What specifically?) If you have

Re: [Neo4j] [URGENT] Recommended server configurations

2011-11-18 Thread José Devezas
You can use Neo Technology's Hardware Sizing Calculator to estimate the CPU, RAM and disk space needed for your set up prediction: http://neotechnology.com/calculator/trial.html If you're not doing a batch insertion, the REST API would be fine I guess, specially if you put the database on a