Re: Embedding Cassandra

2015-03-24 Thread Ersin Er
eems to be enough to initialize and activate > > CassandraDaemon for embedding Cassandra. (Right?) > > > > My question is what's the next step? Which class or classes should I use > in > > order to execute CQL queries for example? > > > > Any pointers would be great. > > > > Thanks! > > > > -- > > Ersin Er > > > -- Ersin Er

Re: Embedding Cassandra

2015-03-24 Thread Jack Krupansky
. Who is doing the queries, the program in which Cassandra is embedded, or an external client over the net? -- Jack Krupansky On Tue, Mar 24, 2015 at 5:38 AM, Ersin Er wrote: > Hi all, > > As far as I understand it seems to be enough to initialize and activate > CassandraDaemon f

Embedding Cassandra

2015-03-24 Thread Ersin Er
Hi all, As far as I understand it seems to be enough to initialize and activate CassandraDaemon for embedding Cassandra. (Right?) My question is what's the next step? Which class or classes should I use in order to execute CQL queries for example? Any pointers would be great. T