Re: Embedded usage

2010-06-04 Thread Sten Roger Sandvik
2010/6/4 Ran Tavory > Cassandra expects a config file and does not expose an alternative API, for > this file, that's correct. > I think it's not hard to add such API but so far the demand for it didn't > exist. > I see that making a config api is not that hard. Will probably take a stab at it :-

Re: Embedded usage

2010-06-04 Thread Ran Tavory
Cassandra expects a config file and does not expose an alternative API, for this file, that's correct. I think it's not hard to add such API but so far the demand for it didn't exist. On Jun 4, 2010 8:01 PM, "Sten Roger Sandvik" wrote: 2010/6/4 Jonathan Ellis > > look at o.a.c.service.Embedd

Re: Embedded usage

2010-06-04 Thread Sten Roger Sandvik
2010/6/4 Jonathan Ellis > look at o.a.c.service.EmbeddedCassandraService > > Yes. Looked at this and the CassandraDaemon. But it seems that it's not possible to create the configuration programatically (or create the actual config file and pass it in). /srs

Re: Embedded usage

2010-06-04 Thread Jonathan Ellis
look at o.a.c.service.EmbeddedCassandraService On Fri, Jun 4, 2010 at 9:29 AM, Sten Roger Sandvik wrote: > Hi. > > I have looked at cassandra before and now I'm revisiting the project :-) At > the project I am working on we need a fast storage for blobs and lucene > indexes that is available on e

Embedded usage

2010-06-04 Thread Sten Roger Sandvik
Hi. I have looked at cassandra before and now I'm revisiting the project :-) At the project I am working on we need a fast storage for blobs and lucene indexes that is available on each node in the cluster. Cassandra seems to fit very good for the blob storage and cassandra/lucandra for the indexi