[Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-27 Thread nacho
Hi folks! I'm using MySQL to hold some data on commodities prices for futures valuation and want to - of course - use Smalltalk as a front-end. Which framework would you recommend? This is a good opportunity for me to push Pharo in the company I work for. I want to leverage after that on Roassal a

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Joachim Tuchel
Nacho, I guess Glorp can be regarded as gold standard for o/r mapping in Smalltalk. Feel free to ask questions on the glorp group on google groups. Joachim Am 27.03.2015 22:21 schrieb nacho <0800na...@gmail.com>: > > Hi folks! > I'm using MySQL to hold some data on commodities prices for futur

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Cameron Sanders via Pharo-users
--- Begin Message --- I recommend the Glorp interface. Sensible API, clean, it works. Nacho, what is your data source? You have the data in MySQL, but do you need to put it in MySQL? If not, I would encourage you to use an object-model persistence/DB approach. -Cam On Sat, Mar 28, 2015 at 2:19 P

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Pierce Ng
On Fri, Mar 27, 2015 at 02:21:01PM -0700, nacho wrote: > I'm using MySQL to hold some data on commodities prices for futures > valuation and want to - of course - use Smalltalk as a front-end. Which > framework would you recommend? There is a pure Smalltalk MySQL driver on Squeaksource. Not sure

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-29 Thread volkert
I have similar plans and also want to use MySQL under Windows. Olivier points me to ODBC connector (http://smalltalkhub.com/#!/~PharoExtras/ODBC ). Merwan points me to a MySQL driver (http://smalltalkhub.com/#!/~DBXTalk/MysqlDriver). Anywa

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-29 Thread Sven Van Caekenberghe
> On 29 Mar 2015, at 04:47, Pierce Ng wrote: > > On Fri, Mar 27, 2015 at 02:21:01PM -0700, nacho wrote: >> I'm using MySQL to hold some data on commodities prices for futures >> valuation and want to - of course - use Smalltalk as a front-end. Which >> framework would you recommend? > > There

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-29 Thread Mariano Martinez Peck
On Sun, Mar 29, 2015 at 6:07 AM, Sven Van Caekenberghe wrote: > > > On 29 Mar 2015, at 04:47, Pierce Ng wrote: > > > > On Fri, Mar 27, 2015 at 02:21:01PM -0700, nacho wrote: > >> I'm using MySQL to hold some data on commodities prices for futures > >> valuation and want to - of course - use Sma

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-29 Thread Merwan Ouddane
On 29/03/2015 15:58, Mariano Martinez Peck wrote: On Sun, Mar 29, 2015 at 6:07 AM, Sven Van Caekenberghe > wrote: > On 29 Mar 2015, at 04:47, Pierce Ng mailto:pie...@samadhiweb.com>> wrote: > > On Fri, Mar 27, 2015 at 02:21:01PM -0700, nacho wrote: >> I

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-29 Thread nacho
Hi! @Cameron: Yes the data is in a MySQL database. I could do a dump and save it as CVS or plain text, should be no problem but I think I prefer to keep it as a SQL database as the new data gets updated automatically. @Mariano: I installed Glorp and as you say, the driver is there, altough in the

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-30 Thread nacho
Hi, Thanks for all the input. I've managed to download Glorp and the MySQL Glorp driver. However I'm having serious difficulties in setting it to work. I've search for some documentation in the Glorp page but seems there's a problem with Google Drive. Is there any place to search / look at an examp

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-30 Thread Cameron Sanders via Pharo-users
--- Begin Message --- Of general educational nature are two Glorp guides that I know of: 1) Glorp / User Guide by Nevin Pratt, and 2) San Diego State University "Glorp Tutorial" by Roger Whitney. - Otherwise, there are members on this board who can direct your attention to test code to test your

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-30 Thread jtuc...@objektfabrik.de
Hi, the most current documentation of (the most current) Glorp ships with VisualWorks. So your best bet is downloading their PUL product. The two tutorials mentioned by Cameron are not too outdated yet to be useless, but The DescriptorSystem has learned quite a few tricks since the time thos

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-30 Thread Merwan Ouddane
There is a mail Niall send me after I asked him for documentation Good luck ;) Merwan Forwarded Message Subject:Re: Glorp Documentation Date: Sun, 8 Feb 2015 18:18:13 + From: Niall Ross (Cincom) Organization: Cincom To: Merwan Ouddane Dear Merwan,