Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://wiki.apache.org/couchdb/Apache_As_a_Reverse_Proxyなど、Apache Webサーバーのcouchbase modに似ていますか?
いいえ、Cassandra はリクエストの処理に http(s) を使用しないためです。thrift プロトコル、または新しいバージョンでは cql バイナリ プロトコルを使用します。
ポート 9160 で thrift リクエストを転送することもできますが、より簡単な答えは、Tomcat または Glassfish を使用して、Cassandra を使用する Web アプリケーションをホストし、Tomcat から Apache にリクエストをプロキシすることです。