A few sample chapters of our new title The Apache Ignite book has been published. The updated full table of contents also available at the book landing page. This is an agile-published book and the first portion of the book will be published soon. We want this book to be the perfect guide for the Ignite users. So, any suggestions, comments, ideas are welcome.
Apache Ignite is an open source memory-centric distributed database, caching and comput- ing platform. From the beginning, it was designed as an in-memory data grid for developing a high-performance software system. So, it’s core architecture design is slightly different from the traditional NoSQL databases, which can simplify building modern applications with a flexible data model and simpler high availability, high scalability. Moreover, to understand how to design application with any databases or framework properly, you must understand the architecture of the database or framework itself. By getting a better idea of the system, you can solve different problems in your enterprise architecture landscape, can select a comprehensive database or framework that is appropriate for your application and get the maximum benefits from the system. In this article we are going to explore the Apache Ignite SQL engine. Under the hood...

Comments