driver: 

http://squeaksource.com/MongoTalk/

mapper: 

http://smalltalkhub.com/#!/~estebanlm/Voyage

cheers,
Esteban


On Sep 16, 2012, at 3:15 PM, Oscar E A Calla� <oalvarez@dcc.uchile.cl> wrote:

Nice work guys.

Just, one question, I read that Smalltalkhub is using MongoDB. Is that right? How do you do that? There is a Smalltalk port or something for MongoDB.

Cheers.


On Sep 16, 2012, at 8:18 , Camillo Bruni <camillobruni@gmail.com> wrote:

Nicolas and I improved on last Friday the interaction with Smalltalkhub
- new repository type for Pharo2.0
- cached allFileNames on server side
- response time reduction: 500ms => 12ms
- added new raw filenames format:
- see: http://smalltalkhub.com/mc/estebanlm/Voyage/main?format=raw
- cuts the transferred data size in half
- reduces parsing overhead on image-side
- fixed a bug in the HTTPRepository where the download would take took long
- testing if a mcz file exists is now a 10ms action instead of >1s

with the last three fixes applied we have cropped down the response time
from the server to ~15ms. All in all this will make Smalltalkhub a super-fast
Monticello experience!

enjoy!
camillo