Re: [Pharo-users] Voyage

2018-11-15 Thread Cyril Ferlicot D.
Le 16/11/2018 à 02:02, horrido a écrit : > I'm trying to load Voyage for MongoDB and I'm having great difficulty. The > docs seem to be out of date. > > What are the current instructions for doing this? > > The docs also refer to "Configurations Browser" in World Menu/Tools, but > there is no lon

[Pharo-users] Voyage

2018-11-15 Thread horrido
I'm trying to load Voyage for MongoDB and I'm having great difficulty. The docs seem to be out of date. What are the current instructions for doing this? The docs also refer to "Configurations Browser" in World Menu/Tools, but there is no longer any such thing. -- Sent from: http://forum.world

Re: [Pharo-users] [ANN] Migration of MooseAlgos and DeepTraverser

2018-11-15 Thread Cyril Ferlicot
On Thu, Nov 15, 2018 at 11:57 AM Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > Thank you Cyril for you work. > Is it possible to merge this : > http://smalltalkhub.com/#!/~SergeStinckwich/Moose-Algos-Graph-Generators > > in Moose-Algos ? > > Hi, Done in: https://github.com/moosetechnolo

Re: [Pharo-users] [ANN] Migration of MooseAlgos and DeepTraverser

2018-11-15 Thread Sean P. DeNigris
CyrilFerlicot wrote > This week I migrated MooseAlgos and DeepTraverser to Github. Cool :) Thanks! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] VW2Pharo ? (Was: Pharo2VW (Was:[vwnc] Parsing in Smalltalk))

2018-11-15 Thread Esteban Maringolo
I did a lot of scripting to manually export Glorp from VW to Pharo, using some of the available (and outdated) parcels for monticello. It was painful and needed extra manual work at the file level, because of the namespacing and the packaging characteristics of VW plus the file-in complaints of Pha

Re: [Pharo-users] VW2Pharo ? (Was: Pharo2VW (Was:[vwnc] Parsing in Smalltalk))

2018-11-15 Thread Christian Haider
Yes, Resource Description Framework. I wrote a RDF/XML parser/serializer and am quite excited about RDF - but have not done anything with it yet 😊 Pharo with Gemstone might be a good candidate for a triple store... > -Ursprüngliche Nachricht- > Von: Pharo-users Im Auftrag von > Steffen

Re: [Pharo-users] VW2Pharo ? (Was: Pharo2VW (Was:[vwnc] Parsing in Smalltalk))

2018-11-15 Thread Steffen Märcker
Please let me know if I can help with that porting tool! Btw, is it RDF like Resource Description Framework? Dreamer mode: It would be awesome to teach VW tonel and Git for export and versioning! Best, Steffen Am .11.2018, 11:37 Uhr, schrieb Christian Haider : Hi, I did a tool for p

Re: [Pharo-users] [ANN] Migration of MooseAlgos and DeepTraverser

2018-11-15 Thread Serge Stinckwich
Thank you Cyril for you work. Is it possible to merge this : http://smalltalkhub.com/#!/~SergeStinckwich/Moose-Algos-Graph-Generators in Moose-Algos ? Thank you. On Thu, Nov 15, 2018 at 11:48 AM Cyril Ferlicot wrote: > Hello, > > This week I migrated MooseAlgos and DeepTraverser to Github. > >

[Pharo-users] [ANN] Migration of MooseAlgos and DeepTraverser

2018-11-15 Thread Cyril Ferlicot
Hello, This week I migrated MooseAlgos and DeepTraverser to Github. I also fixed MooseAlgos for Pharo 7 and did some cleaning. They both have TravisCI enabled. MooseAlgos: https://github.com/moosetechnology/MooseAlgos DeepTraverser: https://github.com/pharo-contributions/DeepTraverser -- Cyr

Re: [Pharo-users] VW2Pharo ? (Was: Pharo2VW (Was:[vwnc] Parsing in Smalltalk))

2018-11-15 Thread Christian Haider
Hi, I did a tool for porting PDFtalk from VW to Gemstone (bundle {Gemstone Fileout Project}) . When I have time, I plan to extend it for Pharo in order to port RDF (and Values). I am thinking of making Pharo my RDF engine… we’ll see… Happy hacking, Christian Von: Cé