[
https://issues.apache.org/jira/browse/CASSANDRA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759716#action_12759716
]
Michael Greene commented on CASSANDRA-457:
------------------------------------------
I'm with Eric on the simplejson removal and would also prefer WSGI especially
as it's fairly easy to code a main() to run for development that way.
try:
import json
except:
import simplejson as json
Additionally, I'm not so sure this belongs in contrib/ instead of its own
project since it depends on another language and could be developed at a much
faster pace elsewhere. However, if we're considering it more of an example/ of
Thrift interface use then it makes sense.
> web-based Cassandra browser
> ---------------------------
>
> Key: CASSANDRA-457
> URL: https://issues.apache.org/jira/browse/CASSANDRA-457
> Project: Cassandra
> Issue Type: Improvement
> Affects Versions: 0.5
> Reporter: Jun Rao
> Assignee: Jun Rao
> Attachments: issue457.patchv1, screenshot.pdf
>
>
> A web-based interface that simplifies accessing cassandra through thrift.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.