On Tue, 19 Jan 2010 08:09:13 -0600 Ted Zlatanov <t...@lifelogs.com> wrote: 

TZ> My proposal is as follows:

TZ> - provide an IPluggableAPI interface; classes that implement it are
TZ>   essentially standalone Cassandra servers.  Maybe this can just
TZ>   parallel Thread and implement Runnable.

TZ> - enable the users to specify which IPluggableAPI they want and provide
TZ>   instantiation options (port, connection limit, etc.)

TZ> - write a simple HTTPPluggableAPI, which provides a web server and
TZ>   accepts POST requests.  The exact path and option spec can be worked
TZ>   out later.  The input and output formats can be specified with a query
TZ>   parameter; at least JSON and XML should be supported.

First very rough proposal is at
https://issues.apache.org/jira/browse/CASSANDRA-754

Ted

Reply via email to