[Neo4j] Neo4j with Tomcat...need a transaction manager

2011-07-15 Thread etc3
We plan on using neo4j as the database for our website, which will run on Tomcat. Also, we'll be using ActiveMQ for sending messages within neo4j transactions, so that leaves the question of what to use for the transaction manager. Atomikos, JBossTM comes to mind, are we missing anything obvious?

Re: [Neo4j] Neo4j with Tomcat...need a transaction manager

2011-07-15 Thread etc3
/2010/11/neo4j-internals-transactions-part-3 -as.html Internally it uses also 2PC with the nioneo store and lucene. Cheers Michael Am 16.07.2011 um 01:37 schrieb etc3: We plan on using neo4j as the database for our website, which will run on Tomcat. Also, we'll be using ActiveMQ for sending

Re: [Neo4j] Neo4j with Tomcat...need a transaction manager

2011-07-15 Thread etc3
://github.com/digitalstain/JOTMServiceProvider Implementation in neo4j is here: https://github.com/neo4j/community/tree/master/kernel/src/main/java/org/neo4 j/kernel/impl/transaction Cheers Michael Am 16.07.2011 um 02:43 schrieb etc3: Thanks, Micheal. The blog post from Chris was from last year

Re: [Neo4j] Neo4J or MYSQL Cluster

2011-07-09 Thread etc3
example using neo4j for product categories on the wiki blog. http://blog.neo4j.org/2010/03/modeling-categories-in-graph-database.ht ml http://wiki.neo4j.org/content/Warehouse Please ping us if you have more questions. Cheers Michael Am 08.07.2011 um 21:15 schrieb etc3: We

Re: [Neo4j] web application and neo4j hosting

2011-07-09 Thread etc3
Does neo4j require a shared-disk across all nodes in a cluster? Is that the problem with S3? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Rick Bullotta Sent: Saturday, July 09, 2011 11:03 AM To: Neo4j user discussions Subject:

[Neo4j] Neo4J or MYSQL Cluster

2011-07-08 Thread etc3
We are planning to build an e-comm site using MySQL as the backend database (Java middle-tier and presentation). The website is basic in terms of e-comm functionality; items, users, orders, etc. are the main entities. We want to plan for the future and ensure that we can scale up quickly based on

[Neo4j] Unique Constaint on Index

2011-07-07 Thread etc3
We are testing Neo4J and need to support unique emails across all users. Is this possible with the current API? ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Unique Constaint on Index

2011-07-07 Thread etc3
How do I ensure another request is not performing the same operation on another node in the cluster? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Marko Rodriguez Sent: Thursday, July 07, 2011 10:35 AM To: Neo4j user discussions

Re: [Neo4j] Unique Constaint on Index

2011-07-07 Thread etc3
across all cluster members. The most simple way to get that lock currently is the (somewhat hackish but entirely correct) removal of a non-existing property. cheers, CG On Thu, Jul 7, 2011 at 5:53 PM, etc3 e...@nextideapartners.com wrote: How do I ensure another request is not performing the same