You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/05/13 19:46:47 UTC

[ignite-website] branch master updated: updated events page with 1 new event, and moved 3 to 'past' section (#13)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9c568a  updated events page with 1 new event, and moved 3 to 'past' section (#13)
c9c568a is described below

commit c9c568a37f06a84012f87bd81c232c33536d3cfd
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Wed May 13 16:46:37 2020 -0300

    updated events page with 1 new event, and moved 3 to 'past' section (#13)
    
    Co-authored-by: Mauricio Stekl <ma...@gridgain.com>
---
 events.html | 279 +++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 171 insertions(+), 108 deletions(-)

diff --git a/events.html b/events.html
index 4db669b..dc457a0 100644
--- a/events.html
+++ b/events.html
@@ -53,7 +53,12 @@ under the License.
 <div class="container">
     <section id="events" class="page-section">
         
-        <!--div class="row row-event">
+        <!--
+            ** USE THIS SNIPPET TO ADD NEW EVENTS. JUST ADJUST/REPLACE THE {PLACEHOLDERS} WITH INFO **
+            ** A useful quick tool to create the slug for {anchor} is to paste the event title in: https://blog.tersmitten.nl/slugify/
+
+
+        <div class="row row-event">
             <div class="col-md-2 d-none d-md-block">
                 <div class="round-icon-block">
                     <img src="images/{conferences|webinars|meetup}.svg" alt="{Conference|Webinar|Meetup} logo">
@@ -93,50 +98,14 @@ under the License.
                     
                 </section>
             </div>
-        </div -->
+        </div> 
 
+    *** END OF SNIPPET FOR CREATING NEW EVENTS **
+    -->
 
-        <div class="row row-event">
-            <div class="col-md-2 d-none d-md-block">
-                <div class="round-icon-block">
-                    <img src="images/webinars.svg" alt="Webinar logo">
-                    <p>Webinar</p>
-                </div>
-            </div>
-            <div class="col-md-10 ">
-                <section id="architects-guide-for-apache-ignite-acid-transactions-and-consistency">
-                    <h3 style="display:inline-block;">Architects Guide for Apache Ignite ACID Transactions and Consistency
-                        <a href="/events.html#architects-guide-for-apache-ignite-acid-transactions-and-consistency"><i
-                                class="fa fa-anchor"></i></a>
-                    </h3>
-                    <div class="event-date">Webinar, Ivan Rakov</div>
-                    <div class="event-date">April 29, 2020</div>
 
-                    <p>Apache Ignite can function in a strong consistency mode which keeps application records in sync across all primary and backup replicas. It also supports distributed ACID transactions that allow you to update multiple entries stored on different cluster nodes and in various caches/tables.</p>
+        
 
-                    <div class="row">
-                            <div class=" col-md-9  news-readmore">
-                            <p>
-                                <a href="https://www.gridgain.com/resources/webinars/architects-guide-for-apache-ignite-acid-transactions-and-consistency" 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.gridgain.com/resources/webinars/architects-guide-for-apache-ignite-acid-transactions-and-consistency"
-                                data-a2a-title="Architects Guide for Apache Ignite ACID Transactions and Consistency">
-                                <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">
@@ -146,28 +115,28 @@ under the License.
                 </div>
             </div>
             <div class="col-md-10 ">
-                <section id="conquer-application-performance-challenges-with-in-memory-computing">
-                    <h3 style="display:inline-block;">Conquer Application Performance Challenges with In-Memory Computing
-                        <a href="/events.html#conquer-application-performance-challenges-with-in-memory-computing"><i
+                <section id="adding-speed-and-scale-to-mysql-deployments-with-in-memory-computing">
+                    <h3 style="display:inline-block;">Adding Speed and Scale to MySQL Deployments With In-Memory Computing
+                        <a href="/events.html#adding-speed-and-scale-to-mysql-deployments-with-in-memory-computing"><i
                                 class="fa fa-anchor"></i></a>
                     </h3>
-                    <div class="event-date">Valentin Kulichenko</div>
-                    <div class="event-date">May 6, 2020</div>
+                    <div class="event-date">Denis Magda</div>
+                    <div class="event-date">May 14, 2020</div>
 
-                    <p>Distributed platforms, like Apache Ignite®, rely on horizontal scalability. More machines in the cluster lead to application performance improvements. But the speed of the application performance after adding a second machine to the cluster?  In this talk, attendees will learn about the challenges architects face when designing distributed systems.</p>
+                    <p>Learn how software architects use in-memory computing technologies to add speed and scale to existing MySQL deployments. You will see how to deploy a distributed in-memory cluster on top of a MySQL database, how to configure the cluster to write-through all the changes to the database, and how to boost SQL operations by querying in-memory data sets.</p>
 
                     <div class="row">
                             <div class=" col-md-9  news-readmore">
                             <p>
-                                <a href="https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269971583/" target="_blank" rel="noopener">Read more</a>
+                                <a href="https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269972893/" 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/London-In-Memory-Computing-Meetup/events/269971583/"
-                                data-a2a-title="Conquer Application Performance Challenges with In-Memory Computing">
+                                data-a2a-url="https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269972893/"
+                                data-a2a-title="Adding Speed and Scale to MySQL Deployments With In-Memory Computing">
                                 <a class="a2a_button_twitter"></a>
                                 <a class="a2a_button_linkedin"></a>
                                 <a class="a2a_button_facebook"></a>
@@ -180,6 +149,7 @@ under the License.
             </div>
         </div>
 
+
         <div class="row row-event">
             <div class="col-md-2 d-none d-md-block">
                 <div class="round-icon-block">
@@ -188,28 +158,28 @@ under the License.
                 </div>
             </div>
             <div class="col-md-10 ">
-                <section id="using-data-center-replication-to-ensure-high-availability-of-apache-ignite-and-gridgain-clusters">
-                    <h3 style="display:inline-block;">Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters
-                        <a href="/events.html#using-data-center-replication-to-ensure-high-availability-of-apache-ignite-and-gridgain-clusters"><i
+                <section id="getting-started-with-apache-ignite-and-sql">
+                    <h3 style="display:inline-block;">Getting Started with Apache Ignite and SQL
+                        <a href="/events.html#getting-started-with-apache-ignite-and-sql"><i
                                 class="fa fa-anchor"></i></a>
                     </h3>
-                    <div class="event-date">Webinar, Konstantin Orlov</div>
-                    <div class="event-date">May 13, 2020</div>
+                    <div class="event-date">Webinar, Denis Magda & Igor Seliverstov</div>
+                    <div class="event-date">May 20, 2020</div>
 
-                    <p>When working with multiple data centers, it is important to ensure high availability of your GridGain cluster. The GridGain Enterprise and Ultimate Editions, built on Apache Ignite®, include a Data Center Replication feature that allows data transfer between caches in distinct topologies, even located in different geographic locations.</p>
+                    <p>Apache Ignite’s ANSI-99 SQL support provides application developers a classical SQL database experience while enabling in-memory speeds at petabyte scale for a variety of workloads. Concise SQL syntax and availability of JDBC and ODBC drivers shields the complexity of Ignite’s distributed architecture from developers and allows them to easily manage and query distributed datasets. Nevertheless, there are some essentials and design patterns that developers should co [...]
 
                     <div class="row">
                             <div class=" col-md-9  news-readmore">
                             <p>
-                                <a href="https://www.gridgain.com/resources/webinars/data-center-replication-to-ensure-high-availability-of-apache-ignite-clusters" target="_blank" rel="noopener">Read more</a>
+                                <a href="https://www.gridgain.com/resources/webinars/getting-started-apache-ignite-and-sql" 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.gridgain.com/resources/webinars/data-center-replication-to-ensure-high-availability-of-apache-ignite-clusters"
-                                data-a2a-title="Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters">
+                                data-a2a-url="https://www.gridgain.com/resources/webinars/getting-started-apache-ignite-and-sql"
+                                data-a2a-title="Getting Started with Apache Ignite and SQL">
                                 <a class="a2a_button_twitter"></a>
                                 <a class="a2a_button_linkedin"></a>
                                 <a class="a2a_button_facebook"></a>
@@ -231,28 +201,29 @@ under the License.
                 </div>
             </div>
             <div class="col-md-10 ">
-                <section id="adding-speed-and-scale-to-mysql-deployments-with-in-memory-computing">
-                    <h3 style="display:inline-block;">Adding Speed and Scale to MySQL Deployments With In-Memory Computing
-                        <a href="/events.html#adding-speed-and-scale-to-mysql-deployments-with-in-memory-computing"><i
+                <section id="architecting-low-latency-java-systems-at-massive-scale">
+                    <h3 style="display:inline-block;">Architecting Low-Latency Java Systems at Massive Scale
+                        <a href="/events.html#architecting-low-latency-java-systems-at-massive-scale"><i
                                 class="fa fa-anchor"></i></a>
                     </h3>
-                    <div class="event-date">Denis Magda</div>
-                    <div class="event-date">May 14, 2020</div>
+                    <div class="event-date">Simon Ritter and Denis Magda</div>
+                    <div class="event-date">May 27, 2020</div>
 
-                    <p>Learn how software architects use in-memory computing technologies to add speed and scale to existing MySQL deployments. You will see how to deploy a distributed in-memory cluster on top of a MySQL database, how to configure the cluster to write-through all the changes to the database, and how to boost SQL operations by querying in-memory data sets.</p>
+                    <p>Join NYJavaSIG on May 27 to see a presentation by Azule and GridGain.<br />
+                        Due to the nature of garbage collectors, Java can initiate a stop-the-world pause at any moment in time breaking low-latency requirements and making the behavior of the whole system unpredictable. That's, primarily, why Java is not seen as a viable option for such workloads by many. In this session, we're going to review a Java-powered software stack based on Azul Zing and Apache Ignite that makes JVM behavior predictable scales out linearly and allows selecting J [...]
 
                     <div class="row">
                             <div class=" col-md-9  news-readmore">
                             <p>
-                                <a href="https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269972893/" target="_blank" rel="noopener">Read more</a>
+                                <a href="https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/270625098/" 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/London-In-Memory-Computing-Meetup/events/269972893/"
-                                data-a2a-title="Adding Speed and Scale to MySQL Deployments With In-Memory Computing">
+                                data-a2a-url="https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/270625098/"
+                                data-a2a-title="Architecting Low-Latency Java Systems at Massive Scale">
                                 <a class="a2a_button_twitter"></a>
                                 <a class="a2a_button_linkedin"></a>
                                 <a class="a2a_button_facebook"></a>
@@ -266,47 +237,7 @@ under the License.
         </div>
 
 
-        <div class="row row-event">
-            <div class="col-md-2 d-none d-md-block">
-                <div class="round-icon-block">
-                    <img src="images/webinars.svg" alt="Webinar logo">
-                    <p>Webinar</p>
-                </div>
-            </div>
-            <div class="col-md-10 ">
-                <section id="getting-started-with-apache-ignite-and-sql">
-                    <h3 style="display:inline-block;">Getting Started with Apache Ignite and SQL
-                        <a href="/events.html#getting-started-with-apache-ignite-and-sql"><i
-                                class="fa fa-anchor"></i></a>
-                    </h3>
-                    <div class="event-date">Webinar, Denis Magda & Igor Seliverstov</div>
-                    <div class="event-date">May 20, 2020</div>
-
-                    <p>Apache Ignite’s ANSI-99 SQL support provides application developers a classical SQL database experience while enabling in-memory speeds at petabyte scale for a variety of workloads. Concise SQL syntax and availability of JDBC and ODBC drivers shields the complexity of Ignite’s distributed architecture from developers and allows them to easily manage and query distributed datasets. Nevertheless, there are some essentials and design patterns that developers should co [...]
-
-                    <div class="row">
-                            <div class=" col-md-9  news-readmore">
-                            <p>
-                                <a href="https://www.gridgain.com/resources/webinars/getting-started-apache-ignite-and-sql" 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.gridgain.com/resources/webinars/getting-started-apache-ignite-and-sql"
-                                data-a2a-title="Getting Started with Apache Ignite and SQL">
-                                <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">
@@ -545,6 +476,138 @@ under the License.
 
                 <div class="tab-pane active" id="events-2020">
                     <!-- insert your past event here -->
+
+                    <div class="row row-event">
+                        <div class="col-md-2 d-none d-md-block">
+                            <div class="round-icon-block">
+                                <img src="images/webinars.svg" alt="Webinar logo">
+                                <p>Webinar</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="using-data-center-replication-to-ensure-high-availability-of-apache-ignite-and-gridgain-clusters">
+                                <h3 style="display:inline-block;">Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters
+                                    <a href="/events.html#using-data-center-replication-to-ensure-high-availability-of-apache-ignite-and-gridgain-clusters"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Webinar, Konstantin Orlov</div>
+                                <div class="event-date">May 13, 2020</div>
+            
+                                <p>When working with multiple data centers, it is important to ensure high availability of your GridGain cluster. The GridGain Enterprise and Ultimate Editions, built on Apache Ignite®, include a Data Center Replication feature that allows data transfer between caches in distinct topologies, even located in different geographic locations.</p>
+            
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.gridgain.com/resources/webinars/data-center-replication-to-ensure-high-availability-of-apache-ignite-clusters" 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.gridgain.com/resources/webinars/data-center-replication-to-ensure-high-availability-of-apache-ignite-clusters"
+                                            data-a2a-title="Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters">
+                                            <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="conquer-application-performance-challenges-with-in-memory-computing">
+                                <h3 style="display:inline-block;">Conquer Application Performance Challenges with In-Memory Computing
+                                    <a href="/events.html#conquer-application-performance-challenges-with-in-memory-computing"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Valentin Kulichenko</div>
+                                <div class="event-date">May 6, 2020</div>
+            
+                                <p>Distributed platforms, like Apache Ignite®, rely on horizontal scalability. More machines in the cluster lead to application performance improvements. But the speed of the application performance after adding a second machine to the cluster?  In this talk, attendees will learn about the challenges architects face when designing distributed systems.</p>
+            
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269971583/" 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/London-In-Memory-Computing-Meetup/events/269971583/"
+                                            data-a2a-title="Conquer Application Performance Challenges with In-Memory Computing">
+                                            <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/webinars.svg" alt="Webinar logo">
+                                <p>Webinar</p>
+                            </div>
+                        </div>
+                        <div class="col-md-10 ">
+                            <section id="architects-guide-for-apache-ignite-acid-transactions-and-consistency">
+                                <h3 style="display:inline-block;">Architects Guide for Apache Ignite ACID Transactions and Consistency
+                                    <a href="/events.html#architects-guide-for-apache-ignite-acid-transactions-and-consistency"><i
+                                            class="fa fa-anchor"></i></a>
+                                </h3>
+                                <div class="event-date">Webinar, Ivan Rakov</div>
+                                <div class="event-date">April 29, 2020</div>
+            
+                                <p>Apache Ignite can function in a strong consistency mode which keeps application records in sync across all primary and backup replicas. It also supports distributed ACID transactions that allow you to update multiple entries stored on different cluster nodes and in various caches/tables.</p>
+            
+                                <div class="row">
+                                        <div class=" col-md-9  news-readmore">
+                                        <p>
+                                            <a href="https://www.gridgain.com/resources/webinars/architects-guide-for-apache-ignite-acid-transactions-and-consistency" 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.gridgain.com/resources/webinars/architects-guide-for-apache-ignite-acid-transactions-and-consistency"
+                                            data-a2a-title="Architects Guide for Apache Ignite ACID Transactions and Consistency">
+                                            <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">