Hi

I have read as much I was able to read about Neo4j with the topic I wrote
below.

My imaginations of DB server (doesn't matter RDBMS or NoSQL) is that the
crucial things for DB server is interesting from development point of view
are (musts!):
1. DB server must be able to work as standalone server
2. DB server must provide transactions.
Can anybody guide me through these 2 things in Neo4j world?

Ad 1.
There are lots of examples to work with Neo4j as embedded. Actually these
examples works, I already made some application that was operating quite
good (embedded Neo4j was started/stopped by Singleton EJB). The only problem
is that I can use DB via application (x)or Neoclipse. Never both at the same
time. This is very annoying to stop the app and connect via Neoclipse and
vice versa.

Ad2. So first thing what I wanted to do was start Neo4j as standalone
server. The problem was thtat the only "entry point" to Neo4j server
is...HTTP REST. This lib (as I know) is not "managed" by Neo4j
project/fellows but some "external" fellow created it. I say - OK, let it
be. But the first thing what was written there was "transactions are not
supported". Only batch operations but from my point of view this is a bit
tricky solution for transactions.

Am I missing something?
I hope I do, because in this situation, Neo4j isn't actually interesting DB
server/solution...but I want it to be.

"Standalone server and transactions or GTFO".

Cheers

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Standalone-server-and-transactions-tp3553058p3553058.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

Reply via email to