What is the best way to expose Cassandra REST API to web?
问题 I would like to work with Cassandra from javascript web app using REST API. REST should support basic commands working with DB - create table, select/add/update/remove items. Will be perfect to have something similar to odata protocol. P.S. I'm looking for some library or component. Java is a most preferred. 回答1: Staash solution looks perfect for the task - https://github.com/Netflix/staash 回答2: You can use DataStax drivers. I used it via Scala but you can use Java, a Session object is a long