Are there any e-commerce websites that use NoSQL databases
        Posted  
        
            by Saif Bechan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Saif Bechan
        
        
        
        Published on 2010-04-05T23:17:32Z
        Indexed on 
            2010/04/05
            23:23 UTC
        
        
        Read the original article
        Hit count: 319
        
I have read a lot lately about 'NoSQL' databases such as CouchDB, MongoDB etc. Most of the websites I have seen using this are mainly text based websites such as The New York Times and Source forge.
I was wondering if you could apply this to websites where payment is a huge issue. I am thinking of the following issues:
- How well can you secure the data
 - Do these system provide an easy backup/restore machanism
 - How are transactions handled commit/rollback
 
I have read the following articles that cover some aspects:
- Can I do transactions and locks in CouchDB?
 - Pros/Cons of document based database vs relational database
 
In these posts the aspect of transactions if covered. However the questions of security and backups is not covered. Can someone shed some light on this subject?
And if possible, does anyone know of some e-commerce websites that have successfully implemented the document based database.
© Stack Overflow or respective owner