You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ted Zlatanov (JIRA)" <ji...@apache.org> on 2010/02/02 22:38:18 UTC

[jira] Updated: (CASSANDRA-754) Pluggable API with a simple HTTP+JSON daemon

     [ https://issues.apache.org/jira/browse/CASSANDRA-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Zlatanov updated CASSANDRA-754:
-----------------------------------

    Attachment: 001-CASSANDRA-754-http.patch

This is a proposal of an embedded HTTP server for Cassandra.  It's started statically right now but will be in the config file eventually.  There are some tests with curl shown in HTTPPluggableAPI.java.  The wrapper code is fairly robust while the actual query layout is very ad-hoc, intended to show my ideas.  It will need lots of polish (to specify ranges, for instance) but I need to know if the whole idea of a pluggable API, as shown in the patch, has a chance to get included in Cassandra.


> Pluggable API with a simple HTTP+JSON daemon
> --------------------------------------------
>
>                 Key: CASSANDRA-754
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-754
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Ted Zlatanov
>            Priority: Minor
>         Attachments: 001-CASSANDRA-754-http.patch
>
>
> Proposal of a simple pluggable API interface with a HTTP daemon implementation

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.