I like mongo (although I'd choose to drop its performance and go with ACID instead), but, working with two databases, or do transactions manually (two handshakes, CQRS / event stream, ...) - those are things that You should try to avoid.
Use mongo if You like it and it meets the requirements, or use RDBMS if not, but don't invent Your own database (unless You really has to). -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
