Re: Embedding Cassandra

2015-03-24 Thread Ersin Er
I am trying to use Cassandra as a distributed systems infrastructure component. So it's gonna be embedded in Java processes to form a cluster and queries will be executed by the wrapping process, not external clients. On Tue, Mar 24, 2015 at 5:33 PM, Jack Krupansky wrote: > Are you trying to use

Re: Embedding Cassandra

2015-03-24 Thread Jack Krupansky
Are you trying to use Cassandra as a simple single-node data store within a process, or are you trying to wrap Cassandra and run a cluster of custom nodes? IOW, what are you trying to accomplish. You could always run Cassandra as a spawned, background process, fully controlled by a parent process.