############################################################################## # # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved. # Philippe Beaumont # Jean-Paul Smets # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential # consequences resulting from its eventual inadequacies and bugs # # This program as such is not intended to be used by end users. End # users who are looking for a ready-to-use solution with commercial # garantees and support are strongly adviced to contract a Free Software # Service Company # # This program is Free Software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################## Warning This product is a proof of concept for hard core Zope developers. Wait version 0.2 to get something usable Requirements You will need a MySQL server installed localy with an anonymous account on a test database. Installation Instructions Download the ZSQLCatalog tarball:: http://www.zope.org/Members/nexedi/ZSQLCatalog/ZSQLCatalog-0.1.tar.gz http://cvs.nexedi.org/ZSQLCatalog/ZSQLCatalog.tar.gz?tarball=1 Install it in your local Zope product directory (ex. /var/lib/zope/Products on Debian systems). Untar it. Download the tempo demo file:: http://www.zope.org/Members/nexedi/ZSQLCatalog/tempo.zexp and put it in your local Zope import directory (ex. /var/lib/zope/import on Debian systems). Restart your Zope system and import tempo.zexp You should now be able to play with the ZSQLCatalog in the tempo folder. It is possible to assign various ZSQLMethods - to create an SQLIndex - to update an object in an SQLIndex - to count the number of objects in an SQLIndex - etc. First check that MySQL is running and that the MySQL connection defined inside the ZSQLCatalog is OK. Then create a table to store SQLIndex data (create_table ZSQL method). Then update the catalog (*Advanced* tab) in order to recreate the SQLIndex. If everything goes fine, have a look at the example_report in order to see how reports can be generated by providing a dictionnary of parameters which is then used to feed a ZSQL method an retrieve objects.