I like to know is MongoDB eventual consistent if I have only 1 node no clustering a very simple and basic production environment.
Let me introduce about my use case before you guys answering the question. I am actually decide using MongoDB in a banking-like application which required storing users credit transfer transaction. Because the importance of credit transfer record, I want to ensure everytime transaction is done, means the record has been persisted into a permanent storage. Why I choose MongoDB over other is because the schema-less support which is very preferable for the application behavior.
Your advise and feedback is highly appreciated...