Hi, I' new to Cassandra. I'm evaluating to launch Cassandra daemon inside the JVM of my program. This is essentially because I want the lifecycle of Cassandra to be managed by my daemon. My program can be launched on several machines (in the order of max 10 instances) and every instance collaborate with others in a peer to peer, fully decentralized way. Cassandra seems to be the best java db which can be useful for my purpose.
Is there any experience of Cassandra embedded in production systems ? Regards Enrico Olivelli