Category: Free Downloads and Links

Design Patterns for Relational Databases

Eugenia Stathopoulou, Panos Vassiliadis Presents 4 patterns for relational databases on top of which, object-relational or other structures can be applied. [] Querying, [] Schema Modifications, [] Storage, [] Updates, DOWNLOAD (PDF)

Rasdaman

Peter Baumann, Jacobs University An open-source array DBMS with an OQL-style query language and ODMG-conformant C++ and Java APIs for retrieving and manipulating multi-dimensional arrays (rasters) of unlimited size. LINK

Split Class Pattern

Derek Laufenberg, Versant Corp. Intent: This pattern splits a class into a few supporting classes for improving system performance. DOWNLOAD (PDF)