[Pharo-users] Re: Backing up data

2024-01-18 Thread sergio ruiz
The idea is, I have been a software engineer for the past three decades. I REALLY love my profession (even though now, it’s pretty much sitting in meetings all day), but I love it. I have a few projects I always wanted to do, because I just want to do them because they are useful to me. I have

[Pharo-users] Re: Backing up data

2024-01-18 Thread Yanni Chiu
Can you sketch out the complexity aspects of your five projects? Is this all for learning, or are they “production” applications? Do you want to gain experience with different ways to persist data, or are you just thinking that you have to use different ways due to project complexity? It might be t

[Pharo-users] Re: Backing up data

2024-01-18 Thread Norbert Hartl
> Am 18.01.2024 um 14:54 schrieb sergio ruiz : > > Using this Will my links remain viable using this method? > > Meaning that an event has a theater. That theater is also in the > OrderedCollection of Theaters. > > If the name of he theater changed in the Theaters collection, will that name

[Pharo-users] Re: Backing up data

2024-01-18 Thread sergio ruiz
I figured Gemstones would be SUPER heavy handed for this application, but I have a list of five projects, each increasing in complexity that I want to launch and document. So, sooner or later, I will need a more robust solution. Thanks! > On Jan 18, 2024, at 8:26 AM, Norbert Hartl wrote: >

[Pharo-users] Re: Backing up data

2024-01-18 Thread sergio ruiz
Using this Will my links remain viable using this method? Meaning that an event has a theater. That theater is also in the OrderedCollection of Theaters. If the name of he theater changed in the Theaters collection, will that name change occur in the event theater object? After bringing these

[Pharo-users] Re: Backing up data

2024-01-18 Thread sergio ruiz
OOH.. I like this idea. I’ll do a quick test on this and see if it works as expected.. For now, I want to store the data in the image. The trick is, I like to start with a fresh image every few days. So, I’d like to open a new Pharo, pull the source code, then pull the data. Thanks! > > If

[Pharo-users] Re: Backing up data

2024-01-18 Thread Norbert Hartl
I think it depends how many objects you have and what your consistency requirements are. > Am 18.01.2024 um 05:48 schrieb sergio ruiz : > > I have been in the relational database world for decades. One of the things > that is super simple is backing up and restoring data. > > Sometimes, it mak

[Pharo-users] Re: FUEL version migration

2024-01-18 Thread Davide Varvello via Pharo-users
Solved! See the solution for FUEL migration issues here:  https://github.com/theseion/Fuel/issues/289#issuecomment-1896454432 CheersDavide On Monday, January 15, 2024 at 07:48:47 PM GMT+1, Davide Varvello via Pharo-users wrote: Hi Guys,How can I migrate from Fuel version 3.0.2 to the

[Pharo-users] Re: Backing up data

2024-01-18 Thread Davide Varvello via Pharo-users
+1 for Fuel, see here https://github.com/theseion/Fuel CheersDavide On Thursday, January 18, 2024 at 09:37:21 AM GMT+1, Todd Blanchard via Pharo-users wrote: You want to look at Fuel, a serialization library. Sent from my iPhone On Jan 17, 2024, at 9:49 PM, sergio ruiz wrote: 

[Pharo-users] Re: Backing up data

2024-01-18 Thread Todd Blanchard via Pharo-users
You want to look at Fuel, a serialization library. Sent from my iPhone > On Jan 17, 2024, at 9:49 PM, sergio ruiz wrote: > > I have been in the relational database world for decades. One of the things > that is super simple is backing up and restoring data. > > Sometimes, it makes it makes s