Hi, We're proud to announce Nuxeo SQL Storage backend, a new storage backend that can be used instead of the standard Jackrabbit-based one to store your Nuxeo EP documents.
This storage allows you to have clearly visible data in standard SQL tables, which is invaluable for: - bulk import/export, - schema migration, - statistics gathering, - backups, - debugging. This storage backend is designed to plug itself into the current development version of Nuxeo 5.1.6 or Nuxeo 5.2, and doesn't require any change to your application. It's also possible to apply it to a standard 5.1.5 if you follow the instructions to download backported versions of two additional Jars. To build this backend, fetch the current development Nuxeo sources from Mercurial, and build nuxeo-core-storage-sql and nuxeo-core- storage-sql-ra. For convenience, pre-built versions of these jar have been attached to http://jira.nuxeo.org/browse/NXP-2514 To do the installation, follow the instructions in the README to replace the current Jackrabbit-based backend. You can browse the README at http://hg.nuxeo.org/nuxeo/nuxeo-core/file/1.4/nuxeo-core-storage-sql/README.txt This code is still young but works well in our experience. It has been tested with Derby 10.4 and PostgreSQL 8.2. Feedback welcome, Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
