Hi,
I am using VoyageMongo to store some data in a mongo database, and I am
trying to use some aggregate functions or map/reduce approach, as shown
on http://docs.mongodb.org/manual/aggregation/.
Is it possible to do it in Voyage, even by directly calling the
MongoTalk objects? I am interested in this because it is much more
efficient than loading all the data in the pharo image and selecting it
afterwards.
Thanks,
Tommaso (and Roberto)
Hi,
I am doing some work with OSProcess and I want to get the output directly to pharo (i.e. a stream or a byteString would be cool).
I have found this on the web http://pharo.gemtalksystems.com/book/PharoTools/OSProcess/ where it's said that if you want access to the output you have to use PipeableOSProcess from CommandShell project.
My question is: is still this the correct way to do it or meanwhile in OSProcess something was implemented to handle this specific case?
Thanks.
Cheers,
Nicolas