there is no such thing as ACID or transactions in MongoDB, and therefore also not in Voyage. instead, for MongoDB each commit is atomic. It happens or it doesnât :) Esteban On 02 Sep 2014, at 16:46, Pablo R. Digonzelli <pdigonzelli@gmail.com> wrote:
What about transactions and ACID things with voyager and Mongo?
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
De: "Tim Mackinnon" <tim@testit.works> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Martes, 2 de Septiembre 2014 6:33:26 Asunto: Re: [Pharo-users] best solution to store data
Esteban talked about Voyage at ESUG, its on the list of talks here: http://goo.gl/E1VF53
You can of course scale up to Gemstone (or indeed start with that as well if you need something more commercial and supported - there is a Gemstone talk in that link as well).
Tim
On 2 Sep 2014, at 07:17, Roelof Wobben <r.wobben@home.nl> wrote:
Hello,
I want to try to make a financial app for a organisation.
There are some 50 customers so also 50 invoices a year. Then the payments . Also 50 a year.
Cash and bank accounts . Every month some 10 - 20 things.
So on my disk on the programm I now use it costs me some 30 - 50 Kb a year.
What are my options for storage of those data.
I could use a database , but I wonder if there are more and better options.
Roelof