Does Cassandra has a proxy solution to apache web server? -


similar couchbase mod in apache web server, i.e http://wiki.apache.org/couchdb/apache_as_a_reverse_proxy ?

no, because cassandra doesn't use http(s) handle requests. uses thrift protocol, or cql binary protocol in newer versions.

you try forwarding thrift requests on port 9160 more simple answer using tomcat or glassfish host webapp uses cassandra , proxy requests tomcat apache.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -