You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ma...@apache.org on 2021/04/22 14:50:29 UTC

[ignite-website] branch master updated (3b2624f -> d0ca9d2)

This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git.


    from 3b2624f  ignite-website: add release notes for pyignite 0.4.0
     new b29c3d7  removed Vrbo and added Banco do Brasil
     new d0ca9d2  IGNITE-14626 - added new event and updated past events up-to Apr. 22

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 events.html                   | 496 +++++++++++++++++++++++-------------------
 use-cases/provenusecases.html |  21 +-
 2 files changed, 281 insertions(+), 236 deletions(-)

[ignite-website] 01/02: removed Vrbo and added Banco do Brasil

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git

commit b29c3d73bc20afc6ebbe7fa6ca66f6a27a2a4cc9
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Thu Apr 22 11:41:16 2021 -0300

    removed Vrbo and added Banco do Brasil
---
 use-cases/provenusecases.html | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/use-cases/provenusecases.html b/use-cases/provenusecases.html
index b26cd48..596551c 100644
--- a/use-cases/provenusecases.html
+++ b/use-cases/provenusecases.html
@@ -118,6 +118,16 @@ under the License.
       <p> <a href="https://www.imcsummit.org/2018/us/session/embracing-service-consumption-shift-banking" aria-label="In-Memory Computing Summit Session" target="_blank" rel="noopener"> Slides and more </a> </p>
     
       
+      <h3 class="usecase-video-title">Banco do Brasil</h3>
+      <p class="usecase-video-presenter"> Banco do Brasil is developing in-house the omnichannel Horus platform. They implemented a complex event processing (CEP) ecosystem that is based on Apache Ignite, JBoss Drools, and other components. The team also built microservices and interface applications, both event-driven.  </p>
+      <div class="usecase-video">
+        <iframe width="560" height="315" src="https://www.youtube.com/embed/g1FcrOPXWyg" frameborder="0"
+                                allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+      </div>
+      <p> &nbsp; </p>
+    
+
+
       <h3 class="usecase-video-title"> 24 Hour Fitness </h3>
       <p class="usecase-video-presenter"> Apache Ignite as a digital integration hub and database for a variety of 24 Hour Fitness services. </p>
       <div class="usecase-video">
@@ -129,16 +139,7 @@ under the License.
     
   
     
-      <h3 class="usecase-video-title">Vrbo</h3>
-      <p class="usecase-video-presenter"> As Vrbo (previously know as HomeAway), a leading vacation rental website,
-          moved to the cloud, they had to migrate a myriad of systems. One such is the high volume, low latency, real-time
-          system that computes pricing and is powered by Apache Ignite. </p>
-      <div class="usecase-video">
-        <iframe width="560" height="315" src="https://www.youtube.com/embed/qYd9GGRC4L0" frameborder="0"
-                                allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
-      </div>
-      <p> <a href="https://www.imcsummit.org/us/sessions/ignite-compute-grid-in-cloud" aria-label="In-Memory Computing Session" target="_blank" rel="noopener"> Slides and more </a> </p>
-    
+      
       
       <h3 class="usecase-video-title">JacTravel</h3>
       <p> <a href="https://www.imcsummit.org/2017/eu/sessions/using-memory-grid-compute-achieve-scalability-and-high-performance-legacy-travel" aria-label="In-Memory Computing Session" target="_blank" rel="noopener">This presentation</a> looks at the technical challenges presented to JacTravel Group

[ignite-website] 02/02: IGNITE-14626 - added new event and updated past events up-to Apr. 22

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git

commit d0ca9d2e7e2d12a9ab30a6104c3e74f90420746b
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Thu Apr 22 11:50:13 2021 -0300

    IGNITE-14626 - added new event and updated past events up-to Apr. 22
---
 events.html | 496 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 270 insertions(+), 226 deletions(-)

diff --git a/events.html b/events.html
index 381f19a..cb8c91e 100644
--- a/events.html
+++ b/events.html
@@ -107,213 +107,8 @@ under the License.
 
         
     <!-- {{upcoming_events}} -->
-<div class="row row-event">
-    <div class="col-md-2 d-none d-md-block">
-        <div class="round-icon-block">
-            <img src="images/meetup.svg" alt="Meetup logo">
-            <p><strong>Virtual</strong> Meetup</p>
-        </div>
-    </div>
-    <div class="col-md-10 ">
-        <section id="distributed-java-dbs-under-the-hood-components-interactions-between-them">
-            <h3 style="display:inline-block;">Distributed Java DBs Under the Hood: Components & Interactions Between Them
-                <a href="/events.html#distributed-java-dbs-under-the-hood-components-interactions-between-them"><i
-                        class="fa fa-anchor"></i></a>
-            </h3>
-            <div class="event-date">London Java Community, Val Kulichenko</div>
-            <div class="event-date">April 7, 2021</div>
-
-            <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
-
-            <div class="row">
-                    <div class=" col-md-9  news-readmore">
-                    <p>
-                        <a href="https://www.eventbrite.co.uk/e/distributed-java-databases-under-the-hood-tickets-148903304793" target="_blank" rel="noopener">Read more</a>
-                    </p>
-                </div>
-                <div class=" col-md-3  ">
-
-                    
-                    <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.eventbrite.co.uk/e/distributed-java-databases-under-the-hood-tickets-148903304793"
-                        data-a2a-title="Distributed Java DBs Under the Hood: Components & Interactions Between Them">
-                        <a class="a2a_button_twitter"></a>
-                        <a class="a2a_button_linkedin"></a>
-                        <a class="a2a_button_facebook"></a>
-                        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-                    </div>
-                </div>
-            </div>
-            
-        </section>
-    </div>
-</div>
-
-<div class="row row-event">
-    <div class="col-md-2 d-none d-md-block">
-        <div class="round-icon-block">
-            <img src="images/meetup.svg" alt="Meetup logo">
-            <p><strong>Virtual</strong> Meetup</p>
-        </div>
-    </div>
-    <div class="col-md-10 ">
-        <section id="using-ignite-and-jboss-drools-to-implement-a-complex-event-processing-solution">
-            <h3 style="display:inline-block;">Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution
-                <a href="/events.html#using-ignite-and-jboss-drools-to-implement-a-complex-event-processing-solution"><i
-                        class="fa fa-anchor"></i></a>
-            </h3>
-            <div class="event-date">Virtual Apache Ignite Meetup, Manoel Pereira de Lima Junior & Ney Luiz Montes Junior</div>
-            <div class="event-date">April 13, 2021</div>
-
-            <p>In this talk, we describe and show how to use Apache Ignite and JBoss Drools to design a complex event processing (CEP) solution. The solution processes and correlates millions of events per second from a publish/subscribe message broker and another kind of events streamer. The CEP solution that we demonstrate has a microservices architecture with real-time automation of CI/CD. We show how we have used this highly scalable CEP microservices ecosystem since 2018 to support  [...]
-
-            <div class="row">
-                    <div class=" col-md-9  news-readmore">
-                    <p>
-                        <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276693067/" target="_blank" rel="noopener">Read more</a>
-                    </p>
-                </div>
-                <div class=" col-md-3  ">
-
-                    
-                    <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276693067/"
-                        data-a2a-title="Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution">
-                        <a class="a2a_button_twitter"></a>
-                        <a class="a2a_button_linkedin"></a>
-                        <a class="a2a_button_facebook"></a>
-                        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-                    </div>
-                </div>
-            </div>
-            
-        </section>
-    </div>
-</div>
-
-<div class="row row-event">
-    <div class="col-md-2 d-none d-md-block">
-        <div class="round-icon-block">
-            <img src="images/meetup.svg" alt="Meetup logo">
-            <p><strong>Virtual</strong> Meetup</p>
-        </div>
-    </div>
-    <div class="col-md-10 ">
-        <section id="distributed-java-databases-under-the-hood-components-and-interactions-between-them">
-            <h3 style="display:inline-block;">Distributed Java DBs Under the Hood: Components & Interactions Between Them
-                <a href="/events.html#distributed-java-databases-under-the-hood-components-and-interactions-between-them"><i
-                        class="fa fa-anchor"></i></a>
-            </h3>
-            <div class="event-date">Chicago PostgreSQL Meetup Group, Val Kulichenko</div>
-            <div class="event-date">April 13, 2021</div>
-
-            <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
-
-            <div class="row">
-                    <div class=" col-md-9  news-readmore">
-                    <p>
-                        <a href="https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/277073375/" target="_blank" rel="noopener">Read more</a>
-                    </p>
-                </div>
-                <div class=" col-md-3  ">
-
-                    
-                    <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/277073375/"
-                        data-a2a-title="Distributed Java DBs Under the Hood: Components & Interactions Between Them">
-                        <a class="a2a_button_twitter"></a>
-                        <a class="a2a_button_linkedin"></a>
-                        <a class="a2a_button_facebook"></a>
-                        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-                    </div>
-                </div>
-            </div>
-            
-        </section>
-    </div>
-</div>
-<div class="row row-event">
-    <div class="col-md-2 d-none d-md-block">
-        <div class="round-icon-block">
-            <img src="images/meetup.svg" alt="Meetup logo">
-            <p><strong>Virtual</strong> Meetup</p>
-        </div>
-    </div>
-    <div class="col-md-10 ">
-        <section id="apache-ignite-meetup-moscow">
-            <h3 style="display:inline-block;">Apache Ignite Meetup Moscow
-                <a href="/events.html#apache-ignite-meetup-moscow"><i
-                        class="fa fa-anchor"></i></a>
-            </h3>
-            <div class="event-date">Ivan Dashchinskiy, Grigory Domozhirov</div>
-            <div class="event-date">April 15, 2021</div>
 
-            <p>Join the Apache Ignite community meetup on April 15 at 18:00 Moscow time. Let's go over the latest release of this distributed database, talk about how to load data into Ignite faster, and tell about the hottest changes for data scientists and others working with Python - Apache Ignite Python Thin Client.</p>
 
-            <div class="row">
-                    <div class=" col-md-9  news-readmore">
-                    <p>
-                        <a href="https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/277376724/" target="_blank" rel="noopener">Read more</a>
-                    </p>
-                </div>
-                <div class=" col-md-3  ">
-
-                    
-                    <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/277376724/"
-                        data-a2a-title="Apache Ignite Meetup Moscow">
-                        <a class="a2a_button_twitter"></a>
-                        <a class="a2a_button_linkedin"></a>
-                        <a class="a2a_button_facebook"></a>
-                        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-                    </div>
-                </div>
-            </div>
-            
-        </section>
-    </div>
-</div>
-<div class="row row-event">
-    <div class="col-md-2 d-none d-md-block">
-        <div class="round-icon-block">
-            <img src="images/conferences.svg" alt="Conference logo">
-            <p>Conference</p>
-        </div>
-    </div>
-    <div class="col-md-10 ">
-        <section id="dealing-with-network-overhead-in-distributed-systems-an-effective-approach-to-working-with-data">
-            <h3 style="display:inline-block;">Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data
-                <a href="/events.html#dealing-with-network-overhead-in-distributed-systems-an-effective-approach-to-working-with-data"><i
-                        class="fa fa-anchor"></i></a>
-            </h3>
-            <div class="event-date">DOTNEXT Russia, Pavel Tupitsyn</div>
-            <div class="event-date">April 20, 2021</div>
-
-            <p>Modern apps consist of many subsystems: databases, caches, event brokers. The single user request can involve multiple internal network calls. We will talk about data locality, reducing network overhead, improving performance and scalability. Benchmarks, demos, live coding, and practical examples await.</p>
-
-            <div class="row">
-                    <div class=" col-md-9  news-readmore">
-                    <p>
-                        <a href="https://dotnext-piter.ru/en/2021/spb/talks/3ar6q8gmbfi86lhbduts0k/" target="_blank" rel="noopener">Read more</a>
-                    </p>
-                </div>
-                <div class=" col-md-3  ">
-
-                    
-                    <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://dotnext-piter.ru/en/2021/spb/talks/3ar6q8gmbfi86lhbduts0k/"
-                        data-a2a-title="Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data">
-                        <a class="a2a_button_twitter"></a>
-                        <a class="a2a_button_linkedin"></a>
-                        <a class="a2a_button_facebook"></a>
-                        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-                    </div>
-                </div>
-            </div>
-            
-        </section>
-    </div>
-</div>
 <div class="row row-event">
     <div class="col-md-2 d-none d-md-block">
         <div class="round-icon-block">
@@ -322,28 +117,28 @@ under the License.
         </div>
     </div>
     <div class="col-md-10 ">
-        <section id="distributed-java-databases-under-the-hood-main-components-and-interactions">
-            <h3 style="display:inline-block;">Distributed Java Databases Under the Hood: Main Components and Interactions
-                <a href="/events.html#distributed-java-databases-under-the-hood-main-components-and-interactions"><i
+        <section id="apache-ignite-native-persistence-storage">
+            <h3 style="display:inline-block;">Apache Ignite Native Persistence Storage
+                <a href="/events.html#apache-ignite-native-persistence-storage"><i
                         class="fa fa-anchor"></i></a>
             </h3>
-            <div class="event-date">Seattle Java User Group, Val Kulichenko</div>
-            <div class="event-date">April 20, 2021</div>
+            <div class="event-date">Virtual Apache Ignite Meetup, Anton Kalashnikov</div>
+            <div class="event-date">April 27, 2021</div>
 
-            <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
+            <p>Persistence in Apache Ignite enables you to consistently save all data to disk and, thus, enables you to survive a node restart. In this presentation, Anton, without going into detail, talks about the architecture of native persistence and explains how the architecture’s components work.</p>
 
             <div class="row">
                     <div class=" col-md-9  news-readmore">
                     <p>
-                        <a href="https://www.meetup.com/seajug/events/276324545/" target="_blank" rel="noopener">Read more</a>
+                        <a href="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/277298901/" target="_blank" rel="noopener">Read more</a>
                     </p>
                 </div>
                 <div class=" col-md-3  ">
 
                     
                     <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.meetup.com/seajug/events/276324545/"
-                        data-a2a-title="Distributed Java Databases Under the Hood: Main Components and Interactions">
+                        data-a2a-url="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/277298901/"
+                        data-a2a-title="Apache Ignite Native Persistence Storage">
                         <a class="a2a_button_twitter"></a>
                         <a class="a2a_button_linkedin"></a>
                         <a class="a2a_button_facebook"></a>
@@ -358,33 +153,33 @@ under the License.
 <div class="row row-event">
     <div class="col-md-2 d-none d-md-block">
         <div class="round-icon-block">
-            <img src="images/meetup.svg" alt="Meetup logo">
-            <p><strong>Virtual</strong> Meetup</p>
+            <img src="images/webinars.svg" alt="Webinar logo">
+            <p>Webinar</p>
         </div>
     </div>
     <div class="col-md-10 ">
-        <section id="apache-ignite-native-persistence-storage">
-            <h3 style="display:inline-block;">Apache Ignite Native Persistence Storage
-                <a href="/events.html#apache-ignite-native-persistence-storage"><i
+        <section id="how-to-use-spark-with-apache-ignite-for-big-data-processing">
+            <h3 style="display:inline-block;">How to Use Spark With Apache Ignite for Big Data Processing
+                <a href="/events.html#how-to-use-spark-with-apache-ignite-for-big-data-processing"><i
                         class="fa fa-anchor"></i></a>
             </h3>
-            <div class="event-date">Virtual Apache Ignite Meetup, Anton Kalashnikov</div>
-            <div class="event-date">April 27, 2021</div>
+            <div class="event-date">Webinar, Andrey Alexandrov</div>
+            <div class="event-date">April 28, 2021</div>
 
-            <p>Persistence in Apache Ignite enables you to consistently save all data to disk and, thus, enables you to survive a node restart. In this presentation, Anton, without going into detail, talks about the architecture of native persistence and explains how the architecture’s components work.</p>
+            <p>In this webinar, you learn when to use Ignite, and, using real-world examples, you learn how to configure Spark-Ignite integration. In addition, Andrey will tell about optimization techniques and best practices.</p>
 
             <div class="row">
                     <div class=" col-md-9  news-readmore">
                     <p>
-                        <a href="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/277298901/" target="_blank" rel="noopener">Read more</a>
+                        <a href="https://www.gridgain.com/resources/webinars/how-use-spark-apache-ignite-big-data-processing" target="_blank" rel="noopener">Read more</a>
                     </p>
                 </div>
                 <div class=" col-md-3  ">
 
                     
                     <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
-                        data-a2a-url="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/277298901/"
-                        data-a2a-title="Apache Ignite Native Persistence Storage">
+                        data-a2a-url="https://www.gridgain.com/resources/webinars/how-use-spark-apache-ignite-big-data-processing"
+                        data-a2a-title="How to Use Spark With Apache Ignite for Big Data Processing">
                         <a class="a2a_button_twitter"></a>
                         <a class="a2a_button_linkedin"></a>
                         <a class="a2a_button_facebook"></a>
@@ -476,8 +271,257 @@ under the License.
                         /**** insert your past event below *****/ 
                     -->
                     <!-- {{past_events}} -->
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/conferences.svg" alt="Conference logo">
+                                <p>Conference</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="dealing-with-network-overhead-in-distributed-systems-an-effective-approach-to-working-with-data">
+                                <h3 style="display:inline-block;">Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data
+                                    <a href="/events.html#dealing-with-network-overhead-in-distributed-systems-an-effective-approach-to-working-with-data"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">DOTNEXT Russia, Pavel Tupitsyn</div>
+                                <div class="event-date">April 20, 2021</div>
+                    
+                                <p>Modern apps consist of many subsystems: databases, caches, event brokers. The single user request can involve multiple internal network calls. We will talk about data locality, reducing network overhead, improving performance and scalability. Benchmarks, demos, live coding, and practical examples await.</p>
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://dotnext-piter.ru/en/2021/spb/talks/3ar6q8gmbfi86lhbduts0k/" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://dotnext-piter.ru/en/2021/spb/talks/3ar6q8gmbfi86lhbduts0k/"
+                                            data-a2a-title="Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/meetup.svg" alt="Meetup logo">
+                                <p><strong>Virtual</strong> Meetup</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="distributed-java-databases-under-the-hood-main-components-and-interactions">
+                                <h3 style="display:inline-block;">Distributed Java Databases Under the Hood: Main Components and Interactions
+                                    <a href="/events.html#distributed-java-databases-under-the-hood-main-components-and-interactions"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Seattle Java User Group, Val Kulichenko</div>
+                                <div class="event-date">April 20, 2021</div>
+                    
+                                <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.meetup.com/seajug/events/276324545/" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://www.meetup.com/seajug/events/276324545/"
+                                            data-a2a-title="Distributed Java Databases Under the Hood: Main Components and Interactions">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
+                    
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/meetup.svg" alt="Meetup logo">
+                                <p><strong>Virtual</strong> Meetup</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="apache-ignite-meetup-moscow">
+                                <h3 style="display:inline-block;">Apache Ignite Meetup Moscow
+                                    <a href="/events.html#apache-ignite-meetup-moscow"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Ivan Dashchinskiy, Grigory Domozhirov</div>
+                                <div class="event-date">April 15, 2021</div>
+                    
+                                <p>Join the Apache Ignite community meetup on April 15 at 18:00 Moscow time. Let's go over the latest release of this distributed database, talk about how to load data into Ignite faster, and tell about the hottest changes for data scientists and others working with Python - Apache Ignite Python Thin Client.</p>
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/277376724/" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/277376724/"
+                                            data-a2a-title="Apache Ignite Meetup Moscow">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/meetup.svg" alt="Meetup logo">
+                                <p><strong>Virtual</strong> Meetup</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="using-ignite-and-jboss-drools-to-implement-a-complex-event-processing-solution">
+                                <h3 style="display:inline-block;">Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution
+                                    <a href="/events.html#using-ignite-and-jboss-drools-to-implement-a-complex-event-processing-solution"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Virtual Apache Ignite Meetup, Manoel Pereira de Lima Junior & Ney Luiz Montes Junior</div>
+                                <div class="event-date">April 13, 2021</div>
+                    
+                                <p>In this talk, we describe and show how to use Apache Ignite and JBoss Drools to design a complex event processing (CEP) solution. The solution processes and correlates millions of events per second from a publish/subscribe message broker and another kind of events streamer. The CEP solution that we demonstrate has a microservices architecture with real-time automation of CI/CD. We show how we have used this highly scalable CEP microservices ecosystem si [...]
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276693067/" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276693067/"
+                                            data-a2a-title="Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
+                    
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/meetup.svg" alt="Meetup logo">
+                                <p><strong>Virtual</strong> Meetup</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="distributed-java-databases-under-the-hood-components-and-interactions-between-them">
+                                <h3 style="display:inline-block;">Distributed Java DBs Under the Hood: Components & Interactions Between Them
+                                    <a href="/events.html#distributed-java-databases-under-the-hood-components-and-interactions-between-them"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Chicago PostgreSQL Meetup Group, Val Kulichenko</div>
+                                <div class="event-date">April 13, 2021</div>
+                    
+                                <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/277073375/" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/277073375/"
+                                            data-a2a-title="Distributed Java DBs Under the Hood: Components & Interactions Between Them">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
+                    
+                    
 
-
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/meetup.svg" alt="Meetup logo">
+                                <p><strong>Virtual</strong> Meetup</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="distributed-java-dbs-under-the-hood-components-interactions-between-them">
+                                <h3 style="display:inline-block;">Distributed Java DBs Under the Hood: Components & Interactions Between Them
+                                    <a href="/events.html#distributed-java-dbs-under-the-hood-components-interactions-between-them"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">London Java Community, Val Kulichenko</div>
+                                <div class="event-date">April 7, 2021</div>
+                    
+                                <p>During the session, we create a simple (although fully workable) distributed cache in Java, almost from scratch. We use the cache to demonstrate basic CRUD operations, as well as to demonstrate how scalability can be improved by adding resources to the system.</p>
+                    
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.eventbrite.co.uk/e/distributed-java-databases-under-the-hood-tickets-148903304793" target="_blank" rel="noopener">Read more</a>
+                                        </p>
+                                    </div>
+                                    <div class=" col-md-3  ">
+                    
+                                        
+                                        <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons"
+                                            data-a2a-url="https://www.eventbrite.co.uk/e/distributed-java-databases-under-the-hood-tickets-148903304793"
+                                            data-a2a-title="Distributed Java DBs Under the Hood: Components & Interactions Between Them">
+                                            <a class="a2a_button_twitter"></a>
+                                            <a class="a2a_button_linkedin"></a>
+                                            <a class="a2a_button_facebook"></a>
+                                            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                
+                            </section>
+                        </div>
+                    </div>
                     <div class="row row-event">
                         <div class="col-md-2 d-none d-md-block">
                             <div class="round-icon-block">