Hi, For ecommerce, you'll likely want solid ACID transactions. Apache Trafodion (incubating) has a scalable distributed transaction engine. You can use Trafodion for your SQL and transactional needs and use HBase as the backend.
See http://trafodion.apache.org/. Dave -----Original Message----- From: Kanagha [mailto:[email protected]] Sent: Monday, July 25, 2016 12:38 PM To: [email protected] Subject: Using hbase for transactional applications Hi, I am investigating into designing a simple ecommerce application using Hbase as the database. I'm planning to use Apache Phoenix and Hbase (backend) and use a Spring application. What are the other recommended approaches? Thanks Kanagha
