Not magically.

I have my own guide/visitor thing to do the save.
But as I do have a "complicated" domain, the fact that I do not have to
maintain all attributes in the image but directly through mapless helps me
save a ton of time.

Phil

On Thu, Apr 17, 2014 at 10:03 AM, Sven Van Caekenberghe <[email protected]>wrote:

> But how does a key/value store magically store a network of objects ?
> How is each object serialised ?
>
> On 17 Apr 2014, at 08:57, [email protected] wrote:
>
> > On Thu, Apr 17, 2014 at 1:46 AM, François Stephany <
> [email protected]> wrote:
> > Phil, can you describe your use case ?!
> >
> >
> > Network of objects persistence.
> >
> >
> >
> > On Wed, Apr 16, 2014 at 11:20 PM, [email protected] <[email protected]>
> wrote:
> >
> > I worked with Sebastian on using Mapless for my application.
> >
> > Just one word: Wow. This has potential!!!!
> >
> > Phil
> >
> > On Wed, Apr 16, 2014 at 9:17 PM, Sebastian Sastre <
> [email protected]> wrote:
> > Mapless
> > Mapless is a small framework for storing objects in a key->data fashion
> (i.e.: noSQL databases) without requiring any kind of object-data map. So
> far only MongoDB is supported. It can use Redis for reactivity (pub/sub)
> and cache.
> >
> > Motivation
> >
> > I wanted to persist objects with extremely low friction and extremely
> low maintenanceand great scaling and availability capabilities so Mapless
> is totally biased towards that. This framework is what I came up with after
> incorporating my experience withAggregate.
> >
> > There is no spoon…
> >
> > There is no object-relational impedance…
> >
> > There is no instVars…
> >
> > only persistence :D
> >
> > Code and instructions here:
> >
> > https://github.com/sebastianconcept/Mapless
> >
> > All MIT, enjoy
> >
> > sebastian
> >
> > o/
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>

Reply via email to