6 Replies Latest reply on May 18, 2015 2:45 AM by ehugonnet

    Best practices for getting started with Cassandra on EAP 6.4+?

    sboscarine

      I am new to the NoSQL world and wondered if there are any established best practices for writing Cassandra-driven applications in EE servers like JBoss.  So far, the examples I have found look like simple Java SE components, opening and closing connections and sessions manually.  I've gotten those working just fine, but am wondering if there's a better way.

       

      I know I am not the first to try to run Cassandra in EE.  Are there any equivalents of the JDBC datasource that one can configure for Cassandra...something to put control of the host, ports, & security info in the hand of the administrators instead of the developer?

       

      Are the best practices described somewhere?

      Thanks!