[
https://issues.apache.org/jira/browse/CASSANDRA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Greene updated CASSANDRA-457:
-------------------------------------
Attachment: 457_v3.diff
Still not entirely sure whether this should be included or not.
In any case, I made things a little easier for me to evaluate. Hopefully they
will make things easier for others as well. I'm no WSGI master so go easy.
* Included WSGI handler in addition to mod_python handling for easier
integration with other Python HTTP components.
* Made the script executable using default wsgi server
* Simplified json imports
* Made mod_python form handling optional
* Attempted to add generated python code if deploying from svn or a release
With these changes, only the following is needed to run after applying the
patch:
ant gen-thrift-py (if you haven't already)
cd contrib/cassandra_browser
python index.py (with optional --address localhost and --port 8111)
If you are running Python 2.6 and have the Thrift library installed, that's
literally all that needs to be done. For other environments, you may need to
install other components.
> 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: 457_v3.diff, issue457.patchv1, issue457.patchv2,
> 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.