[Pharo-project] Which options do we have to persist?
I want to document this a bit and I don't know if there's something written somewhere. I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp? If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D Thanks! Guille
for ORM's, you have Glorp (who works with Postgresql), and GlorpDBX, who works (for now), with: Postgresql, MySQL and Oracle. On 2010-08-12 13:56:30 -0300, Guillermo Polito <guillermopolito@gmail.com> said:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille
I want to document this a bit and I don't know if there's something= written somewhere.<br><br>I already know SqueakDBX, Magma, Omnibase.=A0 Is= there something else?<br>What about ORMs?=A0 Glorp?<br><br>If you can prov= ide me also links, metacello configs, and what's the status of them for= each version of pharo, it shoud be great! :D<br> <br>Thanks!<br>Guille<br>
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
GlorpDBX with MSSQL..too... well some times.. (in 32 bits works fine, but 64 bit so so) On Thu, Aug 12, 2010 at 3:27 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
for ORM's, you have Glorp (who works with Postgresql), and GlorpDBX, who works (for now), with: Postgresql, MySQL and Oracle.
On 2010-08-12 13:56:30 -0300, Guillermo Polito <guillermopolito@gmail.com> said:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille
I want to document this a bit and I don't know if there's something= written somewhere.<br><br>I already know SqueakDBX, Magma, Omnibase.=A0 Is= there something else?<br>What about ORMs?=A0 Glorp?<br><br>If you can prov= ide me also links, metacello configs, and what's the status of them for= each version of pharo, it shoud be great! :D<br> <br>Thanks!<br>Guille<br>
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
- Gemstone - Image segments - Reference streams - Postgres driver (and I think also MySQL) - SIXX - CouchDB - GOODS - ...probably more, e.g., MongoDB, but its alpha I cannot recommend Omnibase. Adrian On Aug 12, 2010, at 18:56 , Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 12.08.2010, at 20:42, Adrian Lienhard wrote:
- Gemstone - Image segments - Reference streams - Postgres driver (and I think also MySQL) - SIXX - CouchDB - GOODS - ...probably more, e.g., MongoDB, but its alpha
SandstoneDB http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-... Norbert
I cannot recommend Omnibase.
Adrian
On Aug 12, 2010, at 18:56 , Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I don't know other persistance framework other than the ones already named, but I can't recommend Omnibase either :$ On Thu, Aug 12, 2010 at 3:43 PM, Norbert Hartl <norbert@hartl.name> wrote:
On 12.08.2010, at 20:42, Adrian Lienhard wrote:
- Gemstone - Image segments - Reference streams - Postgres driver (and I think also MySQL) - SIXX - CouchDB - GOODS - ...probably more, e.g., MongoDB, but its alpha
SandstoneDB
http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-...
Norbert
I cannot recommend Omnibase.
Adrian
On Aug 12, 2010, at 18:56 , Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I can't argue: RDBs are a pain. I use the "just records" approach at times. For a schema that I really care about, I will sometimes wrap objects around the records, but I have to *really* (I mean **really**) care about what is in there in order to go that much trouble. Both books on Seaside touch on the topic. ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Carla F. Griggio [carla.griggio@gmail.com] Sent: Thursday, August 12, 2010 2:50 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Which options do we have to persist? I don't know other persistance framework other than the ones already named, but I can't recommend Omnibase either :$ On Thu, Aug 12, 2010 at 3:43 PM, Norbert Hartl <norbert@hartl.name<mailto:norbert@hartl.name>> wrote: On 12.08.2010, at 20:42, Adrian Lienhard wrote:
- Gemstone - Image segments - Reference streams - Postgres driver (and I think also MySQL) - SIXX - CouchDB - GOODS - ...probably more, e.g., MongoDB, but its alpha
SandstoneDB http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-... Norbert
I cannot recommend Omnibase.
Adrian
On Aug 12, 2010, at 18:56 , Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
El jue, 12-08-2010 a las 20:42 +0200, Adrian Lienhard escribió:
- Gemstone - Image segments - Reference streams - Postgres driver (and I think also MySQL) - SIXX - CouchDB - GOODS - ...probably more, e.g., MongoDB, but its alpha
I cannot recommend Omnibase.
- Magma - Cassandra: (http://miguel.leugim.com.mx/index.php/2010/03/31/accessing-cassandra-from-ph...)
Adrian
On Aug 12, 2010, at 18:56 , Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Miguel Cobá http://miguel.leugim.com.mx
On 08/12/2010 06:56 PM, Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
Some other stuff off the top of my head from SqueakSource.com: - SCouchDB and CouchDB: Two clients for CouchDB. - TokyoTyrant: My binding for TokyoTyrant, possibly worlds fastest single machine key/value store. See: http://goran.krampe.se/blog/Squeak/TokyoTyrant.rdoc - CassandraClient: A binding for Cassandra using Thrift, don't know more. - SqueakSave: An ORM I think, Steph knows more. - SandstoneDB: Not sure, some kind of lightweight ORM I think. And there are tons more, just check "persistence" tag on SS. Also search the old Squeak Swiki for persistence. One thing I am coding on is a binding to Riak, will put it on SS as soon as it can "do anything". :) regards, Göran
See http://www.seaside.st/documentation/persistence <http://www.seaside.st/documentation/persistence> Laurent 2010/8/12 Guillermo Polito <guillermopolito@gmail.com>
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Wow! that's all great! :D Thanks!!!!!!!!!!!! 2010/8/12 laurent laffont <laurent.laffont@gmail.com>
See http://www.seaside.st/documentation/persistence <http://www.seaside.st/documentation/persistence> Laurent
2010/8/12 Guillermo Polito <guillermopolito@gmail.com>
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
great idea We need resources and maps about available artefacts and solutions!!!! Stef On Aug 12, 2010, at 6:56 PM, Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Guillermo if you can write some pages to structure a bit this happy mess it would be excellent. We need more structure in our documentation. stef On Aug 12, 2010, at 6:56 PM, Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes, that's step #3 :P On Fri, Aug 13, 2010 at 7:20 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Guillermo
if you can write some pages to structure a bit this happy mess it would be excellent. We need more structure in our documentation.
stef
On Aug 12, 2010, at 6:56 PM, Guillermo Polito wrote:
I want to document this a bit and I don't know if there's something written somewhere.
I already know SqueakDBX, Magma, Omnibase. Is there something else? What about ORMs? Glorp?
If you can provide me also links, metacello configs, and what's the status of them for each version of pharo, it shoud be great! :D
Thanks! Guille _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (11)
-
Adrian Lienhard -
Carla F. Griggio -
Diogenes Moreira -
Esteban Lorenzano -
Guillermo Polito -
Göran Krampe -
laurent laffont -
Miguel Enrique Cobá MartÃnez -
Norbert Hartl -
Schwab,Wilhelm K -
Stéphane Ducasse