The document discusses SQL and NoSQL databases. It provides an overview of SQL, describing it as transactional and consistent but difficult to scale. It then summarizes several common NoSQL data models: key-value, column-oriented, and document-oriented. It introduces the GigaSpaces in-memory data grid product, which supports multiple APIs including Java objects, JPA, and MapReduce on a distributed, highly available data platform. The document advocates using the right API for the job rather than being constrained to a single data model.