We use mySQL & mongo for db (satoshibet)
Is not MongoDB a NoSQL database ? Can it go hand in hand with a RDBMS like MySQL ?
It could be they use MongoDB for session storage. Although I personally prefer Redis for that.
Using a good ORM you can query both MySQL and MongoDB with the same syntax. For example
Waterline ORM can do this.