Re: [Pharo-users] Object Persistence

2018-01-03 Thread Stephane Ducasse
Thanks manuel. On Wed, Jan 3, 2018 at 2:14 PM, Manuel Leuenberger wrote: > Hi Stef, > > The Neo4j Cypher queries express a subgraph/path that you want to match in > the big graph (nodes and edges with attributes). No fragmentation due to > normalization etc., so no

Re: [Pharo-users] Object Persistence

2018-01-03 Thread Manuel Leuenberger
Hi Stef, The Neo4j Cypher queries express a subgraph/path that you want to match in the big graph (nodes and edges with attributes). No fragmentation due to normalization etc., so no joins, it’s more like a regex matcher: MATCH p=(x:PERSON)-[:KNOWS*]->(:PERSON) WHERE x.name = 'John' RETURN p;

Re: [Pharo-users] Object Persistence

2017-12-31 Thread Stephane Ducasse
Hi manuel what kind of queries can we express? Can be get select node? Now out of memory is a read falg for me (for moose because we do that all the time). Stef On Tue, Dec 26, 2017 at 10:03 PM, Manuel Leuenberger wrote: > I’ve always liked Neo4j to persist object

Re: [Pharo-users] Object Persistence

2017-12-31 Thread Stephane Ducasse
We could talk to the guy to see if he wants to revisit the license. and you can decide to load GPL in your app and be happy. I hope that omnibase will be ported to pahro in the future. On Tue, Dec 26, 2017 at 9:30 PM, Offray Vladimir Luna Cárdenas wrote: > But if VOSS

Re: [Pharo-users] Object Persistence

2017-12-28 Thread Stephan Eggermont
Torsten Bergmann wrote: > For a full Magma version on Pharo: > I doubt that will happen as Chris Muller was and still is more oriented > towards Squeak as > development platform. He is the author of Magma and beside the port it would > cost him > (or anyone who would do such a

Re: [Pharo-users] Object Persistence

2017-12-26 Thread Manuel Leuenberger
I’ve always liked Neo4j to persist object graphs. Also has a nice query language. The database is not fool-proof (isolation issues, out of memory on expensive queries), but works fine for analytics. > On 25 Dec 2017, at 10:43, Ian Ian wrote: > > Hi All, > > Thoughts of

Re: [Pharo-users] Object Persistence

2017-12-26 Thread Offray Vladimir Luna Cárdenas
But if VOSS is GPL, that doesn't imply that, when ported, all Pharo could become GPL, as discussed time and again in the list? Cheers, Offray On 25/12/17 10:01, Stephane Ducasse wrote: > the author of omnibase told me that he always wanted to port it to > Pharo. But may be someone should do it.

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Stephane Ducasse
the author of omnibase told me that he always wanted to port it to Pharo. But may be someone should do it. There is also VOSS that is open source even if GPL that could be ported to pharo but this is an effort too. Stef On Mon, Dec 25, 2017 at 10:43 AM, Ian Ian wrote: > Hi

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Torsten Bergmann
tag, 25. Dezember 2017 um 12:54 Uhr > Von: "Joachim Tuchel" <jtuc...@objektfabrik.de> > An: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> > Betreff: Re: [Pharo-users] Object Persistence > > Wasn’t there an attempt to port Magma

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Joachim Tuchel
Wasn’t there an attempt to port Magma over from Squeak? That would sound like a nice alternative. Or Gemstone, of course. > Am 25.12.2017 um 10:43 schrieb Ian Ian : > > Hi All, > > Thoughts of a purely OO nature? > > :)

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Hilaire
Fuel (present in the image) is nice, but not compatible from one image version to another one. Hilaire Le 25/12/2017 à 10:43, Ian Ian a écrit : Hi All, Thoughts of a purely OO nature? :) -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Richard Sargent
GemStone/S, of course! On Dec 25, 2017 01:44, "Ian Ian" wrote: > Hi All, > > Thoughts of a purely OO nature? > > :) >

[Pharo-users] Object Persistence

2017-12-25 Thread Ian Ian
Hi All, Thoughts of a purely OO nature? :)