Recently we made a massive update on our lean publishing book The Apache Ignite Book. The book still is in progress. However, for the developers who intended to a quick start with Apache Ignite, we restructured the Sample chapter such a way that can be used as a quick start guide. We included the entire chapter 2 Getting started with Apache Ignite and most of the part of chapter 4 Architecture deep dive.
We believe the best way to learn something new is to jump right in and do a simple example to play around it. Whenever you had a decent overview of what you could do with this technology, you could always find more details later. The document is well structured and guides you from installing and running Ignite to write an advanced application to read and write data from/to the Apache Ignite database. The Apache Ignite quick start guide covers the following topics:
Chapter: Getting started with Apache Ignite
Chapter: Architecture deep dive
The guide is available for free download. Moreover, you can clone or download the source code for the book from Github. The Apache Ignite quick start guide or the sample chapter covers Ignite version 2.6 and above. Do not hesitate to ask any questions if you will have any difficulties with the source code. For more details and advanced topics about Ignite, you can purchase the full book — happy reading.
We believe the best way to learn something new is to jump right in and do a simple example to play around it. Whenever you had a decent overview of what you could do with this technology, you could always find more details later. The document is well structured and guides you from installing and running Ignite to write an advanced application to read and write data from/to the Apache Ignite database. The Apache Ignite quick start guide covers the following topics:
Chapter: Getting started with Apache Ignite
- Installing and setting up Apache Ignite.
- Running multiple instances of Apache Ignite in a single host.
- Running Apache Ignite from Docker.
- Using Apache Ignite SQLLINE command line tool for querying tables. • Meet with Apache Ignite SQL engine: H2 database.
- Apache Ignite thin client.
- Using a universal SQL client IDE to working with Apache Ignite.
- First Java application.
- Using REST application to manipulate with the Apache Ignite.
- Configure a multimode cluster in different hosts.
- A simple checklist for beginners.
Chapter: Architecture deep dive
- Understanding data distribution: DHT.
- Rendezvous hashing
- Replication
- Master-Slave replication
- Peer-to-peer replication
- Apache Ignite Memory-Centric storage
- Apache Ignite Durable memory architecture
- Write-Ahead-Log (WAL)
- Baseline topology
The guide is available for free download. Moreover, you can clone or download the source code for the book from Github. The Apache Ignite quick start guide or the sample chapter covers Ignite version 2.6 and above. Do not hesitate to ask any questions if you will have any difficulties with the source code. For more details and advanced topics about Ignite, you can purchase the full book — happy reading.
Comments