| /** |
| * Events data for Apache Ignite |
| * Extracted from PUG templates (2014-2022) |
| * Generated: 2025-11-07 |
| */ |
| export type EventType = 'summit' | 'meetup' | 'conference' | 'webinar' | 'virtual' | 'podcast'; |
| |
| export interface Event { |
| id: string; |
| title: string; |
| type: EventType; |
| date: string; // ISO format YYYY-MM-DD |
| location: string; |
| link: string; |
| speakers?: string[]; |
| } |
| export const EVENTS: Event[] = [ |
| { |
| id: '2022-00-how-did-we-build-rebalance-into-the-distributed-da', |
| title: "How did we build rebalance into the distributed database architecture", |
| type: 'conference', |
| date: '2022-12-15', |
| location: "Yerevan, Armenia", |
| link: "https://highload.am/2022/abstracts/9687", |
| speakers: ["Vlad Pyatkov"], |
| }, |
| { |
| id: '2022-01-practical-aspects-of-b-trees-', |
| title: "Practical aspects of B+ trees", |
| type: 'conference', |
| date: '2022-12-15', |
| location: "Yerevan, Armenia", |
| link: "https://highload.am/2022/abstracts/9677", |
| speakers: ["Nikolay Izhikov"], |
| }, |
| { |
| id: '2022-02-how-to-write-a-high-performance-database-driver', |
| title: "How to write a high-performance database driver", |
| type: 'virtual', |
| date: '2022-06-16', |
| location: "Online event", |
| link: "https://dotnext.ru/", |
| speakers: ["Pavel Tupitsyn"], |
| }, |
| { |
| id: '2022-03-rebalancing-in-a-distributed-database-how-to-catch', |
| title: "Rebalancing in a distributed database. How to catch up with the state of the node to the state of the cluster?", |
| type: 'conference', |
| date: '2022-05-13', |
| location: "Moscow, Russia", |
| link: "https://www.highload.ru/foundation/2022/abstracts/7989", |
| speakers: ["Vlad Pyatkov"], |
| }, |
| { |
| id: '2022-04-apache-ignite-community-gathering-ignite-3-alpha-4', |
| title: "Apache Ignite Community Gathering: Ignite 3 Alpha 4", |
| type: 'virtual', |
| date: '2022-02-16', |
| location: "Online event", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/283606359", |
| speakers: ["Maxim Timonin","Val Kulichenko","Alexey Scherbakov"], |
| }, |
| { |
| id: '2021-00-ignite-summit-cloud-edition', |
| title: "Ignite Summit: Cloud Edition", |
| type: 'summit', |
| date: '2021-11-15', |
| location: "Online event", |
| link: "https://ignite-summit.org/", |
| speakers: ["Cloud Edition"], |
| }, |
| { |
| id: '2021-01-backward-compatibility-on-the-example-of-apache-ig', |
| title: "Backward compatibility on the example of Apache Ignite. Why does it hurt so much?", |
| type: 'conference', |
| date: '2021-11-13', |
| location: "Innopolis, Russia", |
| link: "https://mergeconf.ru/development/opensource/izhikov", |
| speakers: ["Nikolay Izhikov"], |
| }, |
| { |
| id: '2021-02-apache-ignite-with-cdc-now', |
| title: "Apache Ignite with CDC now", |
| type: 'conference', |
| date: '2021-11-11', |
| location: "Podlodka Conference", |
| link: "https://podlodka.io/becrew", |
| speakers: ["Nikolay Izhikov"], |
| }, |
| { |
| id: '2021-03-apache-ignite-211-improvements-and-net-upgrades-ap', |
| title: "Apache Ignite 2.11: Improvements and .NET Upgrades, Apache Ignite 3 Alpha 3: The Journey Continues", |
| type: 'virtual', |
| date: '2021-11-09', |
| location: "Online event", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/281596817", |
| speakers: ["Maxim Muzafarov","Pavel Tupitsyn","Val Kulichenko"], |
| }, |
| { |
| id: '2021-04-organization-of-testing-distributed-systems-on-the', |
| title: "Organization of testing distributed systems on the example of a real Java project", |
| type: 'conference', |
| date: '2021-09-28', |
| location: "Moscow Python Conference 2021", |
| link: "https://conf.python.ru/moscow/2021/abstracts/7837", |
| speakers: ["Maxim Losevskoy"], |
| }, |
| { |
| id: '2021-05-python-client-for-apache-ignite-distributed-databa', |
| title: "Python-client for Apache Ignite Distributed DataBase", |
| type: 'conference', |
| date: '2021-09-28', |
| location: "Moscow Python Conference 2021", |
| link: "https://conf.python.ru/moscow/2021/abstracts/7815", |
| speakers: ["Ivan Daschinsky"], |
| }, |
| { |
| id: '2021-06-apache-ignite-extensions---modularization', |
| title: "Apache Ignite Extensions - Modularization", |
| type: 'conference', |
| date: '2021-09-23', |
| location: "ApacheCon", |
| link: "https://www.apachecon.com/acah2021/tracks/integration.html", |
| speakers: ["Saikat Maitra"], |
| }, |
| { |
| id: '2021-07-moscow-apache-ignite-meetup', |
| title: "Moscow Apache Ignite Meetup", |
| type: 'meetup', |
| date: '2021-09-23', |
| location: "Moscow Apache Ignite Meetup", |
| link: "https://www.meetup.com/Moscow-Apache-Ignite-Meetup/events/280030657/", |
| speakers: ["Ivan Bessonov","Maxim Muzafarov","Dmitry Gorchakov"], |
| }, |
| { |
| id: '2021-08-distributed-java-databases-under-the-hood-main-com', |
| title: "Distributed Java Databases Under the Hood: Main Components and Interactions Between Them", |
| type: 'conference', |
| date: '2021-09-21', |
| location: "ApacheCon", |
| link: "https://www.apachecon.com/acah2021/tracks/bigdata.html", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2021-09-apache-ignite-now-with-cdc', |
| title: "Apache Ignite. Now with CDC!", |
| type: 'conference', |
| date: '2021-09-20', |
| location: "Saint Highload++", |
| link: "https://www.highload.ru/spb/2021/abstracts/7942", |
| speakers: ["Nikolay Izhikov"], |
| }, |
| { |
| id: '2021-10-building-a-low-code-baas-platform-on-apache-ignite', |
| title: "Building a low-code BaaS platform on Apache Ignite", |
| type: 'virtual', |
| date: '2021-09-02', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/280030600/", |
| speakers: ["Courtney Robinson (Hypi co-founder and CEO)"], |
| }, |
| { |
| id: '2021-11-apache-ignite-300-alpha-2-build-community-gatherin', |
| title: "Apache Ignite 3.0.0 Alpha 2 Build Community Gathering", |
| type: 'virtual', |
| date: '2021-07-20', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/279417063/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2021-12-apache-ignite-on-kubernetes', |
| title: "Apache Ignite on Kubernetes", |
| type: 'webinar', |
| date: '2021-06-19', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-kubernetes", |
| speakers: ["Colin Capriati"], |
| }, |
| { |
| id: '2021-13-why-distributed-sql-is-not-as-easy-as-it-looks', |
| title: "Why Distributed SQL Is Not As Easy As It Looks", |
| type: 'conference', |
| date: '2021-05-18', |
| location: "Highload++", |
| link: "https://www.highload.ru/spring/2021/abstracts/6686", |
| speakers: ["Stan Lukyanov"], |
| }, |
| { |
| id: '2021-14-how-to-use-spark-with-apache-ignite-for-big-data-p', |
| title: "How to Use Spark With Apache Ignite for Big Data Processing", |
| type: 'webinar', |
| date: '2021-04-28', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/how-use-spark-apache-ignite-big-data-processing", |
| speakers: ["Andrey Alexandrov"], |
| }, |
| { |
| id: '2021-15-apache-ignite-native-persistence-storage', |
| title: "Apache Ignite Native Persistence Storage", |
| type: 'virtual', |
| date: '2021-04-27', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/277298901/", |
| speakers: ["Anton Kalashnikov"], |
| }, |
| { |
| id: '2021-16-dealing-with-network-overhead-in-distributed-syste', |
| title: "Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data", |
| type: 'conference', |
| date: '2021-04-20', |
| location: "DOTNEXT Russia", |
| link: "https://dotnext-piter.ru/en/2021/spb/talks/3ar6q8gmbfi86lhbduts0k/", |
| speakers: ["Pavel Tupitsyn"], |
| }, |
| { |
| id: '2021-17-distributed-java-databases-under-the-hood-main-com', |
| title: "Distributed Java Databases Under the Hood: Main Components and Interactions", |
| type: 'conference', |
| date: '2021-04-20', |
| location: "Seattle Java User Group", |
| link: "https://www.meetup.com/seajug/events/276324545/", |
| speakers: ["Val Kulichenko"], |
| }, |
| { |
| id: '2021-18-apache-ignite-meetup-moscow', |
| title: "Apache Ignite Meetup Moscow", |
| type: 'meetup', |
| date: '2021-04-15', |
| location: "Ivan Dashchinskiy", |
| link: "https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/277376724/", |
| speakers: ["Grigory Domozhirov"], |
| }, |
| { |
| id: '2021-19-using-ignite-and-jboss-drools-to-implement-a-compl', |
| title: "Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution", |
| type: 'virtual', |
| date: '2021-04-13', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276693067/", |
| speakers: ["Manoel Pereira de Lima Junior","Ney Luiz Montes Junior"], |
| }, |
| { |
| id: '2021-20-distributed-java-dbs-under-the-hood-components-int', |
| title: "Distributed Java DBs Under the Hood: Components & Interactions Between Them", |
| type: 'meetup', |
| date: '2021-04-13', |
| location: "Chicago PostgreSQL Meetup Group", |
| link: "https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/277073375/", |
| speakers: ["Val Kulichenko"], |
| }, |
| { |
| id: '2021-21-distributed-java-dbs-under-the-hood-components-int', |
| title: "Distributed Java DBs Under the Hood: Components & Interactions Between Them", |
| type: 'conference', |
| date: '2021-04-07', |
| location: "London Java Community", |
| link: "https://www.eventbrite.co.uk/e/distributed-java-databases-under-the-hood-tickets-148903304793", |
| speakers: ["Val Kulichenko"], |
| }, |
| { |
| id: '2021-22-distributed-java-dbs-under-the-hood-components-int', |
| title: "Distributed Java DBs Under the Hood: Components & Interactions Between Them", |
| type: 'meetup', |
| date: '2021-03-29', |
| location: "The Boston Java Meetup Group", |
| link: "https://www.meetup.com/boston-java/events/276334396/", |
| speakers: ["Val Kulichenko"], |
| }, |
| { |
| id: '2021-23-how-to-use-apache-ignite-and-spring-to-build-a-rel', |
| title: "How to use Apache Ignite and Spring to build a reliable distributed web application", |
| type: 'webinar', |
| date: '2021-03-17', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/how-use-apache-ignite-and-spring-build-reliable-distributed-web-application", |
| speakers: ["Semyon Danilov"], |
| }, |
| { |
| id: '2021-24-using-apache-ignite-to-boost-the-development-of-ji', |
| title: "Using Apache Ignite to boost the development of Jira Cloud apps", |
| type: 'virtual', |
| date: '2021-03-02', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276416802/", |
| speakers: ["Peter Gagarinov"], |
| }, |
| { |
| id: '2021-25-apache-ignite-sql-troubleshooting', |
| title: "Apache Ignite SQL Troubleshooting", |
| type: 'webinar', |
| date: '2021-02-24', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-sql-troubleshooting", |
| speakers: ["Vladimir Pligin"], |
| }, |
| { |
| id: '2021-26-designing-in-memory-applications-for-cloud-deploym', |
| title: "Designing In Memory Applications for Cloud Deployment", |
| type: 'conference', |
| date: '2021-02-19', |
| location: "DeveloperWeek", |
| link: "https://emamo.com/event/developerweek-2021/s/open-talk-cloudworld-designing-in-memory-applications-for-cloud-deployment-WQKZyN", |
| speakers: ["CloudWorld","Greg Stachnik"], |
| }, |
| { |
| id: '2021-27-pro-workshop-in-memory-computing-how-to-fight-your', |
| title: "PRO WORKSHOP: In-Memory Computing: How to Fight Your Serverless Code's Idle Time", |
| type: 'virtual', |
| date: '2021-02-17', |
| location: "DeveloperWeek Virtual", |
| link: "https://emamo.com/event/developerweek-2021/s/pro-workshop-in-memory-computing-how-to-fight-your-serverless-codes-idle-time-ozjzro", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2021-28-detecting-potential-hazardous-situations-in-the-du', |
| title: "Detecting Potential Hazardous Situations in the Dutch Railway Planning with Apache Ignite", |
| type: 'virtual', |
| date: '2021-02-16', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/276125392/", |
| speakers: ["Pim Dorrestijn"], |
| }, |
| { |
| id: '2021-29-apache-ignite-essentials---key-design-principles-f', |
| title: "Apache Ignite Essentials - Key Design Principles for Building Data-Intensive Applications", |
| type: 'webinar', |
| date: '2021-02-10', |
| location: "Developer Training", |
| link: "https://www.gridgain.com/resources/webinars/developer-training-apache-ignite-essentials-key-design-principles-building-data", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2021-30-enabling-real-time-analytics-for-data-lakes-with-a', |
| title: "Enabling Real-Time Analytics for Data Lakes with Apache Ignite", |
| type: 'conference', |
| date: '2021-01-28', |
| location: "Subsurface: Cloud Data Lake conf", |
| link: "https://subsurfaceconf.com/winter2021", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2021-31-apache-ignite-300-alpha-build-community-gathering', |
| title: "Apache Ignite 3.0.0 Alpha Build Community Gathering", |
| type: 'virtual', |
| date: '2021-01-26', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/275722317/", |
| speakers: ["Virtual Meetup"], |
| }, |
| { |
| id: '2020-00-apache-ignite-workshop-developing-applications-tha', |
| title: "Apache Ignite Workshop: Developing Applications That Are Easy to Manage", |
| type: 'webinar', |
| date: '2020-12-09', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-workshop-developing-applications-are-easy-manage", |
| speakers: ["Alexey Kukushkin"], |
| }, |
| { |
| id: '2020-01-apache-ignite-load-reduction-and-system-scaling-fo', |
| title: "Apache Ignite, Load Reduction and System Scaling for Banking", |
| type: 'virtual', |
| date: '2020-12-08', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/274647932/", |
| speakers: ["Mikhail Antonov"], |
| }, |
| { |
| id: '2020-02-using-apache-ignites-compute-grid-to-integrate-the', |
| title: "Using Apache Ignite’s Compute Grid to Integrate the Drools Rules Engine", |
| type: 'virtual', |
| date: '2020-12-08', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/274647932/", |
| speakers: ["Ken Cottrell"], |
| }, |
| { |
| id: '2020-03-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers and Architects", |
| type: 'conference', |
| date: '2020-12-04', |
| location: "jLove conference", |
| link: "https://jlove.konfy.care/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-04-how-to-deploy-change-data-capture-using-debezium-i', |
| title: "How to Deploy Change Data Capture Using Debezium in Apache Ignite and GridGain", |
| type: 'webinar', |
| date: '2020-12-02', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/change-data-capture-using-debezium-in-apache-ignite-and-gridgain", |
| speakers: ["Evgenii Zhuravlev"], |
| }, |
| { |
| id: '2020-05-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers and Architects", |
| type: 'conference', |
| date: '2020-11-30', |
| location: "Java.IL - the Israeli Java Community", |
| link: "https://www.meetup.com/JavaIL/events/274529630/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-06-how-to-leverage-the-gridgain-operator-for-kubernet', |
| title: "How to Leverage the Gridgain Operator for Kubernetes to Deploy Apache Ignite", |
| type: 'webinar', |
| date: '2020-11-18', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/gridgain-kubernetes-operator-for-apache-ignite", |
| speakers: ["Alexander Shapkin"], |
| }, |
| { |
| id: '2020-07-apache-ignite-from-scratch-live-coding-of-a-naive-', |
| title: "Apache Ignite from Scratch: Live Coding of a Naive Distributed System in Java", |
| type: 'virtual', |
| date: '2020-11-17', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273935662/", |
| speakers: ["Denis Magda & Val Kulichenko"], |
| }, |
| { |
| id: '2020-08-distributed-application-development-training-appro', |
| title: "Distributed Application Development Training: Approaches for User Authentication", |
| type: 'webinar', |
| date: '2020-11-12', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/distributed-application-development-training-approaches-user-authentication", |
| speakers: ["Denis Mekhanikov"], |
| }, |
| { |
| id: '2020-09-performance-and-fault-tolerance-of-apache-ignites-', |
| title: "Performance and Fault-Tolerance of Apache Ignite's Network Components", |
| type: 'summit', |
| date: '2020-10-29', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/performance-and-fault-tolerance-apache-ignites-network-components", |
| speakers: ["Stanislav Lukyanov"], |
| }, |
| { |
| id: '2020-10-engineering-overview-of-gridgain-nebula-managed-se', |
| title: "Engineering Overview of GridGain Nebula Managed Service: How We Deploy GridGain/Apache Ignite in Clouds", |
| type: 'summit', |
| date: '2020-10-29', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/engineering-overview-gridgain-nebula-managed-service-how-we-deploy-gridgainapache-ignite", |
| speakers: ["Andrey Alexandrov"], |
| }, |
| { |
| id: '2020-11-hyper-parameter-tuning-and-distributed-stacking-wi', |
| title: "Hyper-parameter Tuning and Distributed Stacking with Apache Ignite ML", |
| type: 'summit', |
| date: '2020-10-29', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/hyper-parameter-tuning-and-distributed-stacking-apache-ignite-ml", |
| speakers: ["Alexey Zinoviev"], |
| }, |
| { |
| id: '2020-12-apache-ignite-extensions---modularization', |
| title: "Apache Ignite Extensions - Modularization", |
| type: 'summit', |
| date: '2020-10-28', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/apache-ignite-extensions-modularization", |
| speakers: ["Saikat Maitra"], |
| }, |
| { |
| id: '2020-13-analyzing-and-debugging-ignite-applications-for-pe', |
| title: "Analyzing and Debugging Ignite Applications for Performance", |
| type: 'summit', |
| date: '2020-10-28', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/analyzing-and-debugging-ignite-applications-performance", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2020-14-going-cloud-native-serverless-applications-with-ap', |
| title: "Going Cloud-Native: Serverless Applications With Apache Ignite", |
| type: 'summit', |
| date: '2020-10-28', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/session/going-cloud-native-serverless-applications-apache-ignite", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-15-training-setting-up-apache-ignite-management-and-m', |
| title: "Training: Setting Up Apache Ignite Management and Monitoring Solution With GridGain Control Center", |
| type: 'summit', |
| date: '2020-10-27', |
| location: "In-Memory Computing Summit", |
| link: "https://www.imcsummit.org/2020/virtual/register", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-16-apache-ignite-lightning-talks-and-qa-session', |
| title: "Apache Ignite Lightning Talks and Q&A Session", |
| type: 'virtual', |
| date: '2020-10-20', |
| location: "Virtual Apache Ignite® Meetup", |
| link: "https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/273921637/", |
| }, |
| { |
| id: '2020-18-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers and Architects with VJUG", |
| type: 'virtual', |
| date: '2020-10-08', |
| location: "Virtual Java User Group", |
| link: "https://www.meetup.com/virtualJUG/events/273278453/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-19-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers and Architects with LJC", |
| type: 'meetup', |
| date: '2020-10-07', |
| location: "London Java Community Meetup", |
| link: "https://www.eventbrite.co.uk/e/in-memory-computing-essentials-for-java-developers-architects-tickets-123331914075", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-20-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials for Software Engineers", |
| type: 'conference', |
| date: '2020-09-30', |
| location: "JConf.dev", |
| link: "https://jconf.dev/session?id=5454", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-21-data-streaming-using-apache-flink-and-apache-ignit', |
| title: "Data Streaming using Apache Flink and Apache Ignite", |
| type: 'conference', |
| date: '2020-09-29', |
| location: "ApacheCon @home", |
| link: "https://apachecon.com/acah2020/tracks/ignite.html", |
| speakers: ["Saikat Maitra"], |
| }, |
| { |
| id: '2020-22-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials For Software Engineers", |
| type: 'conference', |
| date: '2020-09-29', |
| location: "ApacheCon @home", |
| link: "https://apachecon.com/acah2020/tracks/ignite.html", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-23-apache-ignite-continuous-machine-and-deep-learning', |
| title: "Apache Ignite: Continuous Machine and Deep Learning at Scale", |
| type: 'conference', |
| date: '2020-09-28', |
| location: "Developer Week Seattle: Cloud Edition", |
| link: "https://www.developerweek.com/CloudEdition/conference/", |
| speakers: ["Ken Cottrell"], |
| }, |
| { |
| id: '2020-24-heads-in-the-cloud-cloud-deployment-best-practices', |
| title: "Heads in the Cloud: Cloud Deployment Best Practices for in Memory Computing", |
| type: 'conference', |
| date: '2020-09-28', |
| location: "Developer Week Seattle: Cloud Edition", |
| link: "https://www.developerweek.com/CloudEdition/conference/", |
| speakers: ["Greg Stachnik"], |
| }, |
| { |
| id: '2020-25-apache-ignite-30-major-changes-and-features-in-rus', |
| title: "Apache Ignite 3.0: Major Changes and Features in Russian", |
| type: 'virtual', |
| date: '2020-09-17', |
| location: "Virtual Meetup", |
| link: "https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/272675398/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-26-going-cloud-native-serverless-applications-with-ap', |
| title: "Going Cloud-Native: Serverless Applications With Apache Ignite", |
| type: 'webinar', |
| date: '2020-09-16', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/going-cloud-native-serverless-applications-apache-ignite", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-27-apache-ignite-30-major-changes-and-features', |
| title: "Apache Ignite 3.0: Major Changes and Features", |
| type: 'virtual', |
| date: '2020-09-15', |
| location: "Virtual Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/272675408/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-28-networking-communication-in-apache-ignite', |
| title: "Networking & Communication in Apache Ignite", |
| type: 'webinar', |
| date: '2020-09-09', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/maximize-apache-ignite-performance-optimizing-network-components", |
| speakers: ["Stanislav Lukyanov"], |
| }, |
| { |
| id: '2020-29-when-you-dont-need-apache-ignite-3-cases-when-youd', |
| title: "When You Don't Need Apache Ignite: 3 cases when you'd better not use platform", |
| type: 'virtual', |
| date: '2020-09-08', |
| location: "Virtual Apache Ignite Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/272551117/", |
| speakers: ["Dmitry Pavlov"], |
| }, |
| { |
| id: '2020-30-getting-started-with-apache-ignite-digital-integra', |
| title: "Getting Started with Apache Ignite: Digital Integration Hub", |
| type: 'webinar', |
| date: '2020-09-02', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/getting-started-apache-ignite-digital-integration-hub", |
| speakers: ["Glenn Wiebe"], |
| }, |
| { |
| id: '2020-31-using-distributed-tracing-to-resolve-performance-i', |
| title: "Using Distributed Tracing to Resolve Performance Issues in Apache Ignite", |
| type: 'webinar', |
| date: '2020-08-26', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/using-distributed-tracing-resolve-performance-issues-in-apache-ignite", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2020-32-apache-ignite-ml-28-a-complete-feature-overview', |
| title: "Apache Ignite ML 2.8: A Complete Feature Overview", |
| type: 'meetup', |
| date: '2020-08-20', |
| location: "Apache Ignite Saint Petersburg Meetup", |
| link: "https://www.meetup.com/St-Petersburg-Apache-Ignite-Meetup/events/272207798/", |
| speakers: ["Alexey Zinoviev"], |
| }, |
| { |
| id: '2020-33-building-a-blockchain-network-with-perper-a-server', |
| title: "Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite", |
| type: 'virtual', |
| date: '2020-08-11', |
| location: "Apache Ignite Virtual Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/271920068/", |
| speakers: ["Branimir Angelov"], |
| }, |
| { |
| id: '2020-34-apache-ignite-101-key-deployment-strategies-for-da', |
| title: "Apache Ignite 101: Key Deployment Strategies for Database Acceleration", |
| type: 'webinar', |
| date: '2020-08-05', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/database-acceleration-deployment-strategies-with-apache-ignite", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-35-apache-ignite-best-practices-for-native-persistenc', |
| title: "Apache Ignite Best Practices for Native Persistence and Data Recovery", |
| type: 'virtual', |
| date: '2020-07-28', |
| location: "Apache Ignite Virtual Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/271602652/", |
| speakers: ["Ivan Rakov"], |
| }, |
| { |
| id: '2020-36-building-a-blockchain-network-with-perper-a-server', |
| title: "Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite.", |
| type: 'webinar', |
| date: '2020-07-22', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/building-blockchain-network-with-perper", |
| speakers: ["Branimir Angelov"], |
| }, |
| { |
| id: '2020-37-when-you-do-not-need-apache-ignite', |
| title: "When you DO NOT need Apache Ignite", |
| type: 'meetup', |
| date: '2020-07-16', |
| location: "Java Community Meetup Saint Petersburg", |
| link: "https://community-z.com/events/java-community-meetup", |
| speakers: ["Dmitry Pavlov"], |
| }, |
| { |
| id: '2020-38-how-to-boost-and-scale-postgres', |
| title: "How to boost and scale Postgres", |
| type: 'meetup', |
| date: '2020-07-15', |
| location: "Chicago PostgreSQL Meetup Group", |
| link: "https://www.meetup.com/Chicago-PostgreSQL-User-Group/events/271419029/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-39-architects-guide-for-continuous-machine-learning-p', |
| title: "Architect’s Guide for Continuous Machine Learning Platforms With Apache Ignite 2.8", |
| type: 'webinar', |
| date: '2020-07-15', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/continuous-machine-learning-platforms-apache-ignite-2-8", |
| speakers: ["Ken Cottrell"], |
| }, |
| { |
| id: '2020-40-getting-started-with-apache-ignite-as-an-in-memory', |
| title: "Getting Started With Apache Ignite as an In-Memory Database (IMDB)", |
| type: 'webinar', |
| date: '2020-07-08', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/get-started-with-apache-Ignite-as-an-in-memory-database", |
| speakers: ["Glenn Wiebe"], |
| }, |
| { |
| id: '2020-41-learn-apache-ignite-through-coding-examples', |
| title: "Learn Apache Ignite Through Coding Examples", |
| type: 'webinar', |
| date: '2020-06-24', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/learn-apache-ignite-through-coding-examples", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-42-architecting-low-latency-java-systems-at-massive-s', |
| title: "Architecting Low-Latency Java Systems at Massive Scale", |
| type: 'meetup', |
| date: '2020-06-17', |
| location: "Java Talk & Java Meetup Sydney", |
| link: "https://www.eventbrite.com/e/architecting-low-latency-java-systems-at-massive-scale-tickets-108907284620", |
| speakers: ["Simon Ritter & Denis Magda"], |
| }, |
| { |
| id: '2020-43-simplifying-gridgain-and-apache-ignite-management-', |
| title: "Simplifying GridGain and Apache Ignite Management with the GridGain Control Center", |
| type: 'webinar', |
| date: '2020-06-17', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/simplifying-gridgain-and-apache-ignite-management-with-the-gridgain-control-center", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2020-44-the-role-and-specifics-of-networking-in-distribute', |
| title: "The Role and Specifics of Networking in Distributed Systems. Dissecting Apache Ignite", |
| type: 'meetup', |
| date: '2020-06-11', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com//Bay-Area-In-Memory-Computing/events/271016164/", |
| speakers: ["Stanislav Lukyanov"], |
| }, |
| { |
| id: '2020-46-moving-apache-ignite-into-production-best-practice', |
| title: "Moving Apache Ignite into Production: Best Practices for Distributed Transactions", |
| type: 'webinar', |
| date: '2020-06-10', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/moving-apache-ignite-into-production-best-practices-for-distributed-transactions", |
| speakers: ["Ivan Rakov"], |
| }, |
| { |
| id: '2020-47-how-apache-ignite-powers-real-time-subscriber-offe', |
| title: "How Apache Ignite Powers Real-Time Subscriber Offers for a Leading Telecommunications Company", |
| type: 'webinar', |
| date: '2020-06-03', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-powers-real-time-subscriber-offers-at-telecommunications-company", |
| speakers: ["Alexey Bednov & Fedor Loginov"], |
| }, |
| { |
| id: '2020-48-architecting-low-latency-java-systems-at-massive-s', |
| title: "Architecting Low-Latency Java Systems at Massive Scale", |
| type: 'meetup', |
| date: '2020-05-27', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/270625098/", |
| speakers: ["Simon Ritter","Denis Magda"], |
| }, |
| { |
| id: '2020-49-getting-started-with-apache-ignite-and-sql', |
| title: "Getting Started with Apache Ignite and SQL", |
| type: 'webinar', |
| date: '2020-05-20', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/getting-started-apache-ignite-and-sql", |
| speakers: ["Denis Magda","Igor Seliverstov"], |
| }, |
| { |
| id: '2020-50-adding-speed-and-scale-to-mysql-deployments-with-i', |
| title: "Adding Speed and Scale to MySQL Deployments With In-Memory Computing", |
| type: 'meetup', |
| date: '2020-05-14', |
| location: "London In-Memory Computing Meetup", |
| link: "https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269972893/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-51-using-data-center-replication-to-ensure-high-avail', |
| title: "Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters", |
| type: 'webinar', |
| date: '2020-05-13', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/data-center-replication-to-ensure-high-availability-of-apache-ignite-clusters", |
| speakers: ["Konstantin Orlov"], |
| }, |
| { |
| id: '2020-52-conquer-application-performance-challenges-with-in', |
| title: "Conquer Application Performance Challenges with In-Memory Computing", |
| type: 'meetup', |
| date: '2020-05-06', |
| location: "London In-Memory Computing Meetup", |
| link: "https://www.meetup.com/ru-RU/London-In-Memory-Computing-Meetup/events/269971583/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-53-architects-guide-for-apache-ignite-acid-transactio', |
| title: "Architects Guide for Apache Ignite ACID Transactions and Consistency", |
| type: 'webinar', |
| date: '2020-04-29', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/architects-guide-for-apache-ignite-acid-transactions-and-consistency", |
| speakers: ["Ivan Rakov"], |
| }, |
| { |
| id: '2020-54-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials for Software Engineers with Denver & Boulder JUG", |
| type: 'conference', |
| date: '2020-04-08', |
| location: "Denver Java Users Group", |
| link: "https://www.meetup.com/DenverJavaUsersGroup/events/cpmtcqybcgblb/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-55-learn-how-apache-ignite-28-offers-improved-product', |
| title: "Learn How Apache Ignite 2.8 Offers Improved Production Maintenance and Machine Learning", |
| type: 'webinar', |
| date: '2020-04-08', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-28-improved-production-maintenance-machine-learning", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-56-virtual-meetup-scale-out-and-conquer-or-mysteries-', |
| title: "Virtual Meetup: Scale Out and Conquer or Mysteries of In-Memory Systems", |
| type: 'meetup', |
| date: '2020-04-01', |
| location: "", |
| link: "https://www.meetup.com/ru-RU/Bay-Area-In-Memory-Computing/events/269533457/", |
| speakers: ["Valentin Kulichenko Lead Architect at GridGain Systems"], |
| }, |
| { |
| id: '2020-57-using-apache-ignite-for-continuous-machine-and-dee', |
| title: "Using Apache Ignite for Continuous Machine and Deep Learning at Scale", |
| type: 'webinar', |
| date: '2020-03-11', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/using-apache-ignite-for-continuous-machine-and-deep-learning-at-scale", |
| speakers: ["Ken Cottrell"], |
| }, |
| { |
| id: '2020-58-security-guide-for-apache-ignite-and-gridgain-with', |
| title: "Security Guide for Apache Ignite and GridGain with Configuration Examples", |
| type: 'webinar', |
| date: '2020-03-04', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/security-guide-apache-ignite-and-gridgain-configuration-examples", |
| speakers: ["Andrey Alexandrov"], |
| }, |
| { |
| id: '2020-59-how-to-for-apache-ignite-deployments-in-kubernetes', |
| title: "How-to for Apache Ignite Deployments in Kubernetes", |
| type: 'webinar', |
| date: '2020-02-26', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/how-apache-ignite-deployments-in-kubernetes", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2020-60-how-to-boost-and-scale-postgres---from-sharding-to', |
| title: "How to boost and scale Postgres - from sharding to in-memory data grids", |
| type: 'conference', |
| date: '2020-02-26', |
| location: "Bengaluru, PGConf India", |
| link: "https://pgconf.in/conferences/pgconfin2020/program/proposals/184", |
| speakers: ["Denis Mekhanikov"], |
| }, |
| { |
| id: '2020-61-google-big-table-deep-dive-and-spark-sql-accelerat', |
| title: "Google Big Table Deep Dive and Spark SQL Acceleration with Apache Ignite", |
| type: 'meetup', |
| date: '2020-02-20', |
| location: "Chicago Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/meetup-group-mqTCMocI/events/267952761/", |
| }, |
| { |
| id: '2020-62-apache-ignite-meetup-moscow-8', |
| title: "Apache Ignite Meetup Moscow #8", |
| type: 'meetup', |
| date: '2020-02-20', |
| location: "Speakers: Maxim Muzafarov", |
| link: "https://www.meetup.com/ru-RU/Moscow-Apache-Ignite-Meetup/events/268535144", |
| speakers: ["Alexey Bednov","Fedor Loginov","Ruslan Kamashev"], |
| }, |
| { |
| id: '2020-63-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers", |
| type: 'meetup', |
| date: '2020-02-18', |
| location: "Boston JUG Meetup Group", |
| link: "https://www.meetup.com/meetup-group-HMwxfjeG/events/268167605/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-64-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials for Software Engineers", |
| type: 'conference', |
| date: '2020-02-13', |
| location: "San Francisco, DeveloperWeek 2020", |
| link: "https://developerweek2020.sched.com/event/YF7B", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-65-best-practices-for-loading-real-time-data-into-dis', |
| title: "Best Practices for Loading Real-time Data into Distributed Systems Using Change Data Capture", |
| type: 'webinar', |
| date: '2020-02-12', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/best-practices-loading-real-time-data-distributed-systems-using-change-data", |
| speakers: ["Alexey Goncharuk"], |
| }, |
| { |
| id: '2020-66-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers", |
| type: 'meetup', |
| date: '2020-02-05', |
| location: "Chicago SQL Meetup Group", |
| link: "https://www.meetup.com/Chicago-SQL/events/267816135/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-69-distributed-computing-with-apache-ignite', |
| title: "Distributed Computing with Apache Ignite", |
| type: 'webinar', |
| date: '2020-01-29', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/distributed-computing-apache-ignite", |
| speakers: ["Denis Mekhanikov"], |
| }, |
| { |
| id: '2020-67-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers", |
| type: 'conference', |
| date: '2020-01-16', |
| location: "Chicago Java User Group", |
| link: "https://www.meetup.com/meetup-group-mqTCMocI/events/267293957/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2020-68-enabling-java-for-low-latency-use-cases-at-unlimit', |
| title: "Enabling Java for low-latency use cases at unlimited scale", |
| type: 'conference', |
| date: '2020-01-01', |
| location: "Bay Area In-Memory Computing Group", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/267751131", |
| speakers: ["Gil Tene","Denis Magda"], |
| }, |
| { |
| id: '2019-00-data-streaming-using-apache-flink-and-apache-ignit', |
| title: "Data Streaming Using Apache Flink and Apache Ignite", |
| type: 'webinar', |
| date: '2019-12-18', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/data-streaming-using-apache-flink-and-apache-ignite", |
| speakers: ["Saikat Maitra"], |
| }, |
| { |
| id: '2019-01-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials for Software Engineers", |
| type: 'conference', |
| date: '2019-12-18', |
| location: "The Silicon Valley Java User Group", |
| link: "https://www.meetup.com/en-US/sv-jug/events/265881743/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-02-how-and-why-apache-ignite-is-changing-from-an-in-m', |
| title: "How and why Apache Ignite® is changing from an In-Memory Data Grid into an In-Memory Database", |
| type: 'conference', |
| date: '2019-12-16', |
| location: "Open Source Database Best Practices", |
| link: "https://www.eventbrite.com/e/open-source-database-best-practices-registration-82082285325", |
| speakers: ["Alexey Goncharuk"], |
| }, |
| { |
| id: '2019-03-how-to-migrate-your-data-schema-to-apache-ignite', |
| title: "How to Migrate Your Data Schema to Apache Ignite", |
| type: 'webinar', |
| date: '2019-12-04', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/how-migrate-your-data-schema-apache-ignite", |
| speakers: ["Ivan Rakov"], |
| }, |
| { |
| id: '2019-04-apache-ignite-moscow-meetup', |
| title: "Apache Ignite Moscow Meetup", |
| type: 'meetup', |
| date: '2019-12-03', |
| location: "Moscow, Russia", |
| link: "https://gridgain.timepad.ru/event/1124829/", |
| speakers: ["Andrey Gura","Denis Garus"], |
| }, |
| { |
| id: '2019-05-ignite-pearls---insight-and-creativity-in-distribu', |
| title: "Ignite Pearls - Insight and Creativity in Distributed Programming", |
| type: 'conference', |
| date: '2019-11-21', |
| location: "NY Scala Group", |
| link: "https://www.meetup.com/en-US/ny-scala/events/266240908/", |
| speakers: ["Nikita Ivanov"], |
| }, |
| { |
| id: '2019-06-apache-ignite-pumpkin-meetup', |
| title: "Apache Ignite Pumpkin Meetup", |
| type: 'meetup', |
| date: '2019-10-31', |
| location: "Apache Ignite Meetup, Saint Petersburg, Russia", |
| link: "https://gridgain.timepad.ru/event/1091051/", |
| speakers: ["Evgeny Zhuravlev"], |
| }, |
| { |
| id: '2019-07-in-memory-computing-essentials-for-software-engine', |
| title: "In-Memory Computing Essentials for Software Engineers", |
| type: 'meetup', |
| date: '2019-10-29', |
| location: "SQL NYC, The NoSQL & NewSQL Database Big Data Meetup", |
| link: "https://www.meetup.com/es-ES/mysqlnyc/events/265780229/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-08-ensembles-of-ml-algorithms-and-distributed-online-', |
| title: "Ensembles of ML algorithms and Distributed Online Machine Learning with Apache Ignite", |
| type: 'conference', |
| date: '2019-10-23', |
| location: "ApacheCon Europe 2019", |
| link: "https://aceu19.apachecon.com/session/ensembles-ml-algorithms-and-distributed-online-machine-learning-apache-ignite-0", |
| speakers: ["Alexey Zinovyev"], |
| }, |
| { |
| id: '2019-09-updated-apache-ignite-apache-ignite-web-console-li', |
| title: "Updated Apache Ignite Apache® Ignite® Web Console live demo", |
| type: 'webinar', |
| date: '2019-10-16', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/whats-new-in-gridgain-web-console", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2019-10-why-did-we-developed-another-one-kafka-connector', |
| title: "Why did we developed another one Kafka connector", |
| type: 'conference', |
| date: '2019-10-09', |
| location: "Autumn Kafka at Leroy Merlin, Moscow (Russia)", |
| link: "https://leroy-merlin.timepad.ru/event/1069622/", |
| speakers: ["Alexey Kukushkin"], |
| }, |
| { |
| id: '2019-11-data-distribution-in-apache-ignite', |
| title: "Data Distribution in Apache Ignite", |
| type: 'meetup', |
| date: '2019-10-03', |
| location: "Scalability Meetup, Moscow (Russia)", |
| link: "https://www.meetup.com/ru-RU/Scalability-Camp/events/264936752/", |
| speakers: ["Andrey Gura"], |
| }, |
| { |
| id: '2019-12-moving-apache-ignite-into-production-best-practice', |
| title: "Moving Apache® Ignite® into Production: Best Practices For Disaster Recovery and High Availability", |
| type: 'webinar', |
| date: '2019-09-18', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/moving-apache-ignite-production-best-practices-disaster-recovery-and-high", |
| speakers: ["Stanislav Lukyanov"], |
| }, |
| { |
| id: '2019-13-continuous-machine-and-deep-learning-at-scale-with', |
| title: "Continuous Machine and Deep Learning at Scale with Apache Ignite", |
| type: 'conference', |
| date: '2019-09-18', |
| location: "ApacheCon North America 2019", |
| link: "https://apachecon.com/acna19/s/#/scheduledEvent/1125", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-14-moving-apache-ignite-into-production-best-practice', |
| title: "Moving Apache® Ignite® into Production: Best Practices for Deploying Apache Ignite in the Cloud", |
| type: 'webinar', |
| date: '2019-08-28', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/moving-apacher-ignitetm-production-best-practices-deploying-apache-ignite-in", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2019-15-cloud-deployment-best-practices', |
| title: "Cloud deployment best practices", |
| type: 'meetup', |
| date: '2019-08-22', |
| location: "Meetup", |
| link: "https://www.gridgain.com/resources/meetups/nyc-in-memory-computing-meetup-10", |
| speakers: ["Greg Stachnick"], |
| }, |
| { |
| id: '2019-16-the-insiders-checklist-for-hardening-an-in-memory-', |
| title: "The Insiders Checklist for Hardening an In-Memory Computing Cluster", |
| type: 'meetup', |
| date: '2019-08-20', |
| location: "Meetup", |
| link: "https://www.gridgain.com/resources/meetups/bay-area-in-memory-computing-meetup-10", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-17-htap-via-integration-of-apache-ignite-and-apache-s', |
| title: "HTAP via integration of Apache Ignite and Apache Spark", |
| type: 'meetup', |
| date: '2019-06-28', |
| location: "Meetup", |
| link: "https://cyberagent.connpass.com/event/134260/", |
| speakers: ["Roman Shtykh"], |
| }, |
| { |
| id: '2019-18-moving-apache-ignite-into-production-an-initial-ch', |
| title: "Moving Apache Ignite into Production: An Initial Checklist", |
| type: 'webinar', |
| date: '2019-05-29', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/moving-apache-ignite-production-initial-checklist", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-19-distributed-mldl-with-ignite-ml-module-using-apach', |
| title: "Distributed ML/DL with Ignite ML Module Using Apache Spark as Database", |
| type: 'summit', |
| date: '2019-04-25', |
| location: "Spark + AI Summit 2019", |
| link: "https://databricks.com/sparkaisummit/north-america/sessions-single-2019?id=143", |
| speakers: ["Alexey Zinovyev"], |
| }, |
| { |
| id: '2019-20-apache-ignite-for-nodejs-developers', |
| title: "Apache Ignite for Node.js Developers", |
| type: 'webinar', |
| date: '2019-03-20', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-ignitetm-nodejs-developers", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-21-using-tensorflow-with-apache-ignite', |
| title: "Using TensorFlow with Apache Ignite", |
| type: 'meetup', |
| date: '2019-03-15', |
| location: "Open Data Science Meetup Saint Petersburg (Russia)", |
| link: "https://www.gridgain.com/resources/meetups/open-data-science-meetup-saint-petersburg-russia", |
| speakers: ["Yury Babak"], |
| }, |
| { |
| id: '2019-22-whats-new-in-apache-ignite-27', |
| title: "What’s New in Apache Ignite 2.7", |
| type: 'webinar', |
| date: '2019-02-13', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/whats-new-in-apache-ignite-27", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-23-turbocharge-your-mysql-queries-in-memory-with-in-m', |
| title: "Turbocharge your MySQL queries in-memory with In-Memory Computing", |
| type: 'meetup', |
| date: '2019-02-05', |
| location: "MySQL New York Meetup", |
| link: "https://www.meetup.com/EffectiveMySQL/events/257849652/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2019-24-gridgain-cloud-deploy-apache-ignite-in-minutes', |
| title: "GridGain Cloud: Deploy Apache Ignite in Minutes", |
| type: 'webinar', |
| date: '2019-01-30', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/gridgain-cloud-deploy-apache-ignite-in-minutes", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2019-25-in-memory-computing-best-practices-developing-new-', |
| title: "In-Memory Computing Best Practices: Developing New Apps, Channels and APIs", |
| type: 'webinar', |
| date: '2019-01-24', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/in-memory-computing-best-practices-developing-new-apps-channels-and-apis", |
| speakers: ["Rob Meyer"], |
| }, |
| { |
| id: '2019-26-workshop-machine-learning-101-with-in-memory-compu', |
| title: "Workshop: Machine Learning 101 with In-Memory Computing", |
| type: 'meetup', |
| date: '2019-01-15', |
| location: "Stanford Data Science Machine Learning Meetup", |
| link: "https://www.meetup.com/Stanford-Data-Science-Machine-Learning-Meetup/events/256812708", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2019-27-workshop-in-memory-computing-essentials-for-data-s', |
| title: "Workshop: In-Memory Computing Essentials for Data Scientists", |
| type: 'conference', |
| date: '2019-01-15', |
| location: "BOSTON #ODSC", |
| link: "https://www.meetup.com/open-source-data-science/events/256974934/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2019-28-relational-dbmss-faster-transactions-and-analytics', |
| title: "Relational DBMSs: Faster Transactions and Analytics with In-Memory Computing", |
| type: 'meetup', |
| date: '2019-01-14', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/257355223", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-00-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'meetup', |
| date: '2018-12-06', |
| location: "Amsterdam Kubernetes/Cloud-Native Meetup", |
| link: "https://www.meetup.com/Amsterdam-Kubernetes-Meetup/events/256234544", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-01-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'meetup', |
| date: '2018-12-05', |
| location: "Hamburg Kubernetes/Cloud-Native Meetup", |
| link: "https://www.meetup.com/Hamburg-Kubernetes-Meetup/events/256200849/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-02-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'meetup', |
| date: '2018-12-04', |
| location: "München Kubernetes/Cloud-Native Meetup", |
| link: "https://www.meetup.com/Munchen-Kubernetes-Meetup/events/256177844/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-03-memory-centric-architecture---a-new-approach-to-di', |
| title: "Memory-Centric Architecture - A New Approach to Distributed Systems", |
| type: 'meetup', |
| date: '2018-11-29', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/256580648/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-04-stream-processing-best-practices---in-the-cloud-an', |
| title: "Stream Processing Best Practices - In the Cloud and with Apache Ignite", |
| type: 'conference', |
| date: '2018-11-28', |
| location: "Apache Kafka Atlanta", |
| link: "https://www.meetup.com/Kafka-ATL/events/256500714/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-05-best-practices-for-stream-processing-with-kafka-an', |
| title: "Best Practices for Stream Processing with Kafka and Apache Ignite", |
| type: 'conference', |
| date: '2018-11-27', |
| location: "Apache Kafka DC", |
| link: "https://www.meetup.com/Apache-Kafka-DC/events/256476441", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-06-apache-ignite-performance-measurement-how-we-do-be', |
| title: "Apache Ignite performance measurement. How we do benchmarks", |
| type: 'meetup', |
| date: '2018-11-14', |
| location: "Moscow Apache Ignite Meetup", |
| link: "https://www.gridgain.com/resources/meetups/moscow-apache-ignite-meetup", |
| speakers: ["Ilya Suntsov","Dmitry Pavlov","Nikolay Kulagin","Nikolay Izhikov"], |
| }, |
| { |
| id: '2018-07-best-practices-for-stream-processing-with-kafka-an', |
| title: "Best Practices for Stream Processing with Kafka and Apache Ignite", |
| type: 'meetup', |
| date: '2018-11-07', |
| location: "Bay Area Apache Kafka Meetup", |
| link: "https://www.meetup.com/KafkaBayArea/events/255670377/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-08-in-memory-computing-essentials-for-data-scientist', |
| title: "In-Memory Computing Essentials for Data Scientist", |
| type: 'meetup', |
| date: '2018-11-01', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/255491989/", |
| speakers: ["Lucas Beeler"], |
| }, |
| { |
| id: '2018-09-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'conference', |
| date: '2018-10-25', |
| location: "DevOps Exchange San Francisco", |
| link: "https://www.meetup.com/DevOps-Exchange-SanFrancisco/events/254969027", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-10-powering-up-banks-and-financial-institutions-with-', |
| title: "Powering up banks and financial institutions with distributed systems", |
| type: 'meetup', |
| date: '2018-10-25', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/254701726/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-11-best-practices-for-stream-ingestion-processing-and', |
| title: "Best practices for stream ingestion, processing and analytics using in-memory computing", |
| type: 'conference', |
| date: '2018-10-24', |
| location: "Future of Data: New York", |
| link: "https://www.meetup.com/futureofdata-newyork/events/253873404", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-12-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit", |
| type: 'conference', |
| date: '2018-10-23', |
| location: "Metis: New York Data Science", |
| link: "https://www.meetup.com/Metis-New-York-Data-Science/events/254379968", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-13-scale-out-and-conquer-architectural-decisions-behi', |
| title: "Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems", |
| type: 'conference', |
| date: '2018-10-18', |
| location: "IT/Dev Connections, Dallas", |
| link: "https://tmt.knect365.com/it-dev-connections/speakers/denis-magda-1#far-east-room_scale-out-and-conquer-architectural-decisions-behind-distributed-in-memory-systems", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-14-best-practices-for-stream-ingestion-processing-and', |
| title: "Best Practices for Stream Ingestion, Processing and Analytics Using In-Memory Computing", |
| type: 'meetup', |
| date: '2018-09-26', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/254629901/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-15-apache-ignite-from-in-memory-data-grid-to-memory-c', |
| title: "Apache Ignite: From In-Memory Data Grid to Memory-Centric Distributed Database", |
| type: 'conference', |
| date: '2018-09-21', |
| location: "DB Tech Showcase, Tokyo", |
| link: "https://www.db-tech-showcase.com/dbts/tokyo", |
| speakers: ["Roman Shtykh"], |
| }, |
| { |
| id: '2018-16-how-to-become-a-big-data-rockstar-in-15-minutes', |
| title: "How to become a Big Data Rockstar in 15 minutes!", |
| type: 'conference', |
| date: '2018-09-17', |
| location: "Data Natives European Tour, Paris", |
| link: "https://www.meetup.com/Big-Data-Paris/events/251647148", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-17-in-memory-computing-essentials-for-data-scientists', |
| title: "In-Memory Computing Essentials for Data Scientists", |
| type: 'conference', |
| date: '2018-09-12', |
| location: "New York Data Science", |
| link: "https://www.meetup.com/Metis-New-York-Data-Science/events/253834339/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-18-postgresql-with-apache-ignite-faster-transactions-', |
| title: "PostgreSQL with Apache Ignite: Faster Transactions and Analytics", |
| type: 'conference', |
| date: '2018-08-30', |
| location: "New York City PostgreSQL User Group", |
| link: "https://www.meetup.com/postgres-nyc/events/252852884/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-19-machine-and-deep-learning-with-an-apache-ignite', |
| title: "Machine and Deep Learning with an Apache Ignite", |
| type: 'meetup', |
| date: '2018-08-29', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/253100350/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-20-improving-apache-spark-in-memory-computing-with-ap', |
| title: "Improving Apache Spark™ In-Memory Computing with Apache Ignite®", |
| type: 'conference', |
| date: '2018-08-28', |
| location: "Big Bang Data Science - Georgia", |
| link: "https://www.meetup.com/big-bang-Data-science-Solutions/events/253752437/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-21-speeding-up-the-iot-best-practices-for-stream-inge', |
| title: "Speeding-up the IoT: Best practices for stream ingestion, processing and analytics using in-memory computing", |
| type: 'conference', |
| date: '2018-08-27', |
| location: "Greater Atlanta Internet of Things", |
| link: "https://www.meetup.com/Greater-Atlanta-Internet-of-Things/events/253619287/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-22-best-practices-for-deploying-distributed-databases', |
| title: "Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes", |
| type: 'meetup', |
| date: '2018-08-23', |
| location: "Bay Area In-Memory Computing Meetup, Menlo Park", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/252983625", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-23-in-memory-computing-essentials-for-data-scientists', |
| title: "In-Memory Computing Essentials for Data Scientists", |
| type: 'conference', |
| date: '2018-08-22', |
| location: "Metis: San Francisco Data Science", |
| link: "https://www.meetup.com/Metis-San-Francisco-Data-Science/events/253823997", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-24-apache-ignite-apache-spark-rdds-and-dataframes-int', |
| title: "Apache Ignite + Apache Spark RDDs and DataFrames integration (ENG)", |
| type: 'conference', |
| date: '2018-07-21', |
| location: "Data Summer Conf, Ukraine", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-25-adding-speed-and-scale-to-existing-applications-wi', |
| title: "Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache Ignite", |
| type: 'conference', |
| date: '2018-07-18', |
| location: "Big Data, San Francisco v 5.0", |
| link: "https://www.eventbrite.co.uk/e/big-data-san-francisco-v-50-tickets-46971191097", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-26-machine-and-deep-learning-with-in-memory-computing', |
| title: "Machine and Deep Learning with in-memory computing", |
| type: 'meetup', |
| date: '2018-07-18', |
| location: "London In-Memory Computing Meetup", |
| link: "https://www.meetup.com/London-In-Memory-Computing-Meetup/events/252516279", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-27-best-practices-for-deploying-distributed-databases', |
| title: "Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes", |
| type: 'webinar', |
| date: '2018-07-11', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/best-practices-deploying-distributed-databases-and-in-memory-computing-platforms", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-28-in-memory-computing-essentials-for-architects-and-', |
| title: "In-Memory Computing Essentials for Architects and Developers: Part 1", |
| type: 'webinar', |
| date: '2018-07-03', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/in-memory-computing-essentials-architects-and-developers-part-1-0", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-29-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'conference', |
| date: '2018-06-28', |
| location: "DockerNYC", |
| link: "https://events.docker.com/events/details/docker-new-york-presents-dockernyc-with-gridgain", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-30-scale-out-and-conquer-architectural-decisions-behi', |
| title: "Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems", |
| type: 'meetup', |
| date: '2018-06-27', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/251244661/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-31-apache-cassandra-vs-apache-ignite-for-htap', |
| title: "Apache Cassandra vs Apache Ignite for HTAP", |
| type: 'meetup', |
| date: '2018-06-26', |
| location: "SQL NYC Database Meetup", |
| link: "https://www.meetup.com/mysqlnyc/events/251606063/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-32-building-new-hybrid-transactionaloperational-proce', |
| title: "Building New Hybrid Transactional/Operational Processing (HTAP) Applications With Apache® Ignite®", |
| type: 'webinar', |
| date: '2018-06-20', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/part-2-building-new-hybrid-transactionaloperational-processing-htap-applications", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-33-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'conference', |
| date: '2018-06-19', |
| location: "Containerdays, Hamburg", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-34-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'conference', |
| date: '2018-06-14', |
| location: "Apache EU Roadshow, Berlin", |
| link: "http://www.apachecon.com/euroadshow18/iot-schedule.html", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-35-in-memory-computing-hot-topics-emerging-trends-pan', |
| title: "In-memory computing hot topics & emerging trends: Panel discussion in Menlo Park", |
| type: 'meetup', |
| date: '2018-06-13', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/251308516/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-36-skyrocket-java-applications-with-the-open-source-a', |
| title: "Skyrocket Java applications with the open-source Apache Ignite", |
| type: 'conference', |
| date: '2018-06-13', |
| location: "Java Metroplex User Group (JavaMUG)", |
| link: "https://www.meetup.com/javamug/events/lvktppyxjbrb/", |
| speakers: ["Dani Taphagen"], |
| }, |
| { |
| id: '2018-37-adding-speed-and-scale-to-existing-applications-wi', |
| title: "Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache® Ignite®", |
| type: 'webinar', |
| date: '2018-05-30', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/part-1-adding-speed-and-scale-existing-applications-no-rip-and-replace-using", |
| speakers: ["Denis magda"], |
| }, |
| { |
| id: '2018-38-improving-apache-spark-in-memory-computing-with-ap', |
| title: "Improving Apache Spark™ In-Memory Computing with Apache Ignite®", |
| type: 'meetup', |
| date: '2018-05-17', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/250456740/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-39-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'conference', |
| date: '2018-05-16', |
| location: "IOT World, Santa Clara Convention Center, CA", |
| link: "", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-40-machine-learning-and-deep-learning-with-apache-ign', |
| title: "Machine Learning and Deep Learning with Apache® Ignite®", |
| type: 'webinar', |
| date: '2018-05-16', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/machine-learning-and-deep-learning-apacher-ignitetm", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-41-comparing-apache-ignite-and-cassandra-for-hybrid-t', |
| title: "Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)", |
| type: 'meetup', |
| date: '2018-05-09', |
| location: "London In-Memory Computing Meetup", |
| link: "https://www.meetup.com/London-In-Memory-Computing-Meetup/events/250316825/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-42-comparing-apache-ignite-and-cassandra-for-hybrid-t', |
| title: "Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)", |
| type: 'meetup', |
| date: '2018-04-26', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/249201183/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-43-improving-apache-spark-in-memory-computing-with-ap', |
| title: "Improving Apache Spark™ In-Memory Computing with Apache Ignite®", |
| type: 'webinar', |
| date: '2018-04-25', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/improving-apache-spark-in-memory-computing-apache-ignite", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-44-comparing-apache-ignite-and-cassandra-for-hybrid-t', |
| title: "Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)", |
| type: 'meetup', |
| date: '2018-04-11', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/248615199/", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2018-45-apache-spark-and-apache-ignite-make-streaming-anal', |
| title: "Apache Spark and Apache Ignite: Make streaming analytics real with in-memory computing", |
| type: 'conference', |
| date: '2018-04-05', |
| location: "Apache Spark and Distributed Computing Maryland", |
| link: "https://www.meetup.com/Apache-Spark-Maryland/events/248437125/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-46-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: the in-memory hammer in your data science toolkit.", |
| type: 'conference', |
| date: '2018-04-04', |
| location: "NOVA Data Science", |
| link: "https://www.meetup.com/NOVA-Data-Science/events/249015197/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-47-faster-data-access-and-processing-our-experiment-w', |
| title: "Faster data access and processing? Our experiment with Apache Ignite", |
| type: 'meetup', |
| date: '2018-04-03', |
| location: "DC Spring Framework Meetup", |
| link: "https://www.meetup.com/DC-Spring-Framework/events/247811860/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-48-the-in-memory-hammer-in-your-data-science-toolkit', |
| title: "The In-Memory Hammer In Your Data Science Toolkit", |
| type: 'conference', |
| date: '2018-04-02', |
| location: "Big Data, Washington DC v 2.0", |
| link: "https://www.eventbrite.com/e/big-data-washington-dc-v-20-tickets-42867967244", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-49-comparing-apache-ignite-and-cassandra-for-hybrid-t', |
| title: "Comparing Apache® Ignite® and Cassandra™ for Hybrid Transactional Applications (HTAP)", |
| type: 'webinar', |
| date: '2018-03-28', |
| location: "BrightTALK Webinar", |
| link: "https://www.brighttalk.com/webcast/9059/306965?utm_campaign=webcasts-search-results-feed&utm_content=Ignite&utm_source=brighttalk-portal&utm_medium=web", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-51-in-memory-computing-essentials-for-data-scientists', |
| title: "In-Memory Computing Essentials for Data Scientists", |
| type: 'meetup', |
| date: '2018-03-28', |
| location: "Symbion IoT Meetup (Copenhagen, Denmark)", |
| link: "https://symbion.dk/event/in-memory-computing-essentials-for-data-scientists/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-52-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: the in-memory hammer in your data science toolkit", |
| type: 'meetup', |
| date: '2018-03-27', |
| location: "Symbion IoT Meetup (Copenhagen, Denmark)", |
| link: "https://symbion.dk/event/apache-ignite-the-in-memory-hammer-in-your-data-science-toolkit/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-53-how-to-share-state-across-multiple-spark-jobs-usin', |
| title: "How to Share State Across Multiple Spark Jobs using Apache Ignite", |
| type: 'conference', |
| date: '2018-03-20', |
| location: "Atlanta Apache Spark User Group", |
| link: "https://www.meetup.com/Atlanta-Apache-Spark-User-Group/events/247807609/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-54-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: The in-memory hammer in your data science toolkit", |
| type: 'conference', |
| date: '2018-03-19', |
| location: "Big Bang Data Science - Georgia", |
| link: "https://www.meetup.com/big-bang-Data-science-Solutions/events/247996429/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-55-choosing-the-right-in-memory-computing-technology', |
| title: "Choosing the Right In-Memory Computing Technology", |
| type: 'webinar', |
| date: '2018-03-14', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/choosing-right-in-memory-computing-technology", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2018-56-all-the-cool-kids-are-doing-it-the-whys-and-hows-o', |
| title: "All the Cool Kids are Doing it: The Whys and Hows of Architecting a Distributed Caching solution for your use case with Apache Ignite", |
| type: 'meetup', |
| date: '2018-03-14', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/248077601/", |
| speakers: ["Fotios Filacouris"], |
| }, |
| { |
| id: '2018-57-in-memory-computing-essentials-for-architects-and-', |
| title: "In-Memory Computing Essentials for Architects and Developers - Part 1", |
| type: 'meetup', |
| date: '2018-03-13', |
| location: "Moscow Apache Ignite Meetup", |
| link: "https://www.meetup.com/Moscow-Apache-Ignite-Meetup/events/247608182/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-58-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'summit', |
| date: '2018-03-12', |
| location: "OpenIoTSummit North America", |
| link: "https://elciotna18.sched.com/event/DYLq", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-59-in-memory-computing-essentials-for-java-developers', |
| title: "In-Memory Computing Essentials for Java Developers", |
| type: 'conference', |
| date: '2018-03-08', |
| location: "Amsterdam Java User Group Workshop", |
| link: "https://www.meetup.com/Amsterdam-Java-User-Group/events/246975240/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-60-catch-an-intro-to-the-java-powered-apache-ignite--', |
| title: "Catch an intro to the Java-powered Apache Ignite - memory-centric distributed platform", |
| type: 'conference', |
| date: '2018-03-07', |
| location: "Amsterdam Java User Group", |
| link: "https://www.meetup.com/Amsterdam-Java-User-Group/events/244797561/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-61-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the rescue!", |
| type: 'meetup', |
| date: '2018-03-06', |
| location: "Amsterdam Kubernetes/Cloud-Native Meetup", |
| link: "https://www.meetup.com/Amsterdam-Kubernetes-Meetup/events/247989650/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-62-skyrocket-java-applications-with-the-open-source-a', |
| title: "Skyrocket Java applications with the open-source Apache Ignite", |
| type: 'conference', |
| date: '2018-03-05', |
| location: "The Brussels Java User Group", |
| link: "https://www.meetup.com/BruJUG/events/247929324/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-63-basics-of-in-memory-computing-for-architects-and-d', |
| title: "Basics of In-Memory Computing for architects and developers: Part 1", |
| type: 'webinar', |
| date: '2018-02-28', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/essentials-in-russian-part1", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-64-the-in-memory-hammer-in-your-data-science-toolkit', |
| title: "The In-Memory Hammer In Your Data Science Toolkit", |
| type: 'conference', |
| date: '2018-02-22', |
| location: "Big Data, Berlin", |
| link: "https://www.meetup.com/Big-Data-Berlin/events/247348848/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-65-building-consistent-and-highly-available-distribut', |
| title: "Building consistent and highly available distributed systems with Apache Ignite and GridGain", |
| type: 'meetup', |
| date: '2018-02-21', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/247427747/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-66-kubernetes-good-bad-ugly-of-gke-and-distributed-da', |
| title: "Kubernetes: Good, Bad, Ugly of GKE and Distributed Databases in Kubernetes", |
| type: 'meetup', |
| date: '2018-02-21', |
| location: "Berlin Kubernetes Meetup", |
| link: "https://www.meetup.com/Berlin-Kubernetes-Meetup/events/247357559/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-67-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'conference', |
| date: '2018-02-20', |
| location: "Index Developer Conference", |
| link: "https://developer.ibm.com/indexconf/sessions/#!?id=5554", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-68-skyrocket-java-applications-with-the-open-source-a', |
| title: "Skyrocket Java applications with the open-source Apache Ignite", |
| type: 'conference', |
| date: '2018-02-20', |
| location: "Java Usergroup Berlin-Brandenburg", |
| link: "https://www.meetup.com/jug-bb/events/247490915/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-69-gridgain-webinar-redis-replaced-why-companies-now-', |
| title: "GridGain Webinar: Redis Replaced: Why Companies Now Choose Apache® Ignite® to Improve Application Speed and Scale", |
| type: 'webinar', |
| date: '2018-02-20', |
| location: "Webinar", |
| link: "https://www.gridgain.com/company/news/events/gridgain-webinar-redis-replaced-why-companies-now-choose-apacher-ignitetm", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-70-deploy-like-a-boss-using-kubernetes-and-apache-ign', |
| title: "Deploy like a Boss: Using Kubernetes and Apache Ignite!", |
| type: 'meetup', |
| date: '2018-02-15', |
| location: "San Francisco Kubernetes Meetup", |
| link: "https://www.meetup.com/San-Francisco-Kubernetes-Meetup/events/247330448/", |
| speakers: ["Dani Traphagen"], |
| }, |
| { |
| id: '2018-71-getting-started-with-apache-ignite-as-a-distribute', |
| title: "Getting Started with Apache® Ignite® as a Distributed Database", |
| type: 'webinar', |
| date: '2018-02-14', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/getting-started-apacher-ignitetm-distributed-database", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2018-72-ignite-your-cassandra-love-story-caching-cassandra', |
| title: "Ignite your Cassandra Love Story: Caching Cassandra with Apache Ignite", |
| type: 'meetup', |
| date: '2018-02-13', |
| location: "Sydney Cassandra Users Meetup", |
| link: "https://www.meetup.com/Sydney-Cassandra-Users/events/246922765/", |
| speakers: ["Rachel Pedreschi"], |
| }, |
| { |
| id: '2018-73-java-and-in-memory-computing-apache-ignite', |
| title: "Java and In-Memory Computing: Apache Ignite", |
| type: 'meetup', |
| date: '2018-02-13', |
| location: "The Boston Java Meetup Group", |
| link: "https://www.meetup.com/boston-java/events/246725780/", |
| speakers: ["Fotios Filacouris"], |
| }, |
| { |
| id: '2018-74-turbocharge-your-mysql-queries-in-memory-with-apac', |
| title: "Turbocharge your MySQL queries in-memory with Apache Ignite", |
| type: 'meetup', |
| date: '2018-02-12', |
| location: "The Boston MySQL Meetup Group", |
| link: "https://www.meetup.com/mysqlbos/events/246021720/", |
| speakers: ["Fotios Filacouris"], |
| }, |
| { |
| id: '2018-76-building-consistent-and-highly-available-distribut', |
| title: "Building consistent and highly available distributed systems with Apache Ignite and GridGain", |
| type: 'meetup', |
| date: '2018-02-07', |
| location: "London In-Memory Computing Meetup", |
| link: "https://www.meetup.com/London-In-Memory-Computing-Meetup/events/246875000/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-77-apache-ignite-service-grid-foundation-of-your-micr', |
| title: "Apache Ignite Service Grid: Foundation of Your Microservices-Based Solution", |
| type: 'conference', |
| date: '2018-02-07', |
| location: "DeveloperWeek 2018", |
| link: "https://developerweeksfbayarea2018.sched.com/event/D6C7/apache-ignite-service-grid-foundation-of-your-microservices-based-solution", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-78-meet-apache-ignite-in-memory-computing-platform', |
| title: "Meet Apache Ignite In-Memory Computing Platform", |
| type: 'conference', |
| date: '2018-02-01', |
| location: "Tech it Easy- Tokyo", |
| link: "https://www.meetup.com/techiteasy/events/245530302/", |
| speakers: ["Roman Shtykh"], |
| }, |
| { |
| id: '2018-79-deploy-like-a-boss-using-kubernetes-and-apache-ign', |
| title: "Deploy like a Boss: Using Kubernetes and Apache Ignite!", |
| type: 'meetup', |
| date: '2018-01-31', |
| location: "Los Angeles Kubernetes Meetup", |
| link: "https://www.meetup.com/Los-Angeles-Kubernetes-Meetup/events/244966244/", |
| speakers: ["Dani Traphagen"], |
| }, |
| { |
| id: '2018-80-ignite-the-fire-in-your-sql-app', |
| title: "Ignite The Fire In Your SQL App", |
| type: 'webinar', |
| date: '2018-01-31', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/ignite-fire-in-your-sql-app", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-81-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'meetup', |
| date: '2018-01-31', |
| location: "Big Data Application Meetup", |
| link: "https://www.meetup.com/BigDataApps/events/244915185/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2018-82-building-consistent-and-highly-available-distribut', |
| title: "Building consistent and highly available distributed systems with Apache Ignite and GridGain", |
| type: 'meetup', |
| date: '2018-01-25', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/246047934/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2018-83-scale-out-and-conquer-architectural-decisions-behi', |
| title: "Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems", |
| type: 'webinar', |
| date: '2018-01-17', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/scale-out-and-conquer-architectural-decisions-behind-distributed-in-memory", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-00-getting-started-with-apache-ignite', |
| title: "Getting Started With Apache Ignite", |
| type: 'conference', |
| date: '2017-12-14', |
| location: "Nike Teck Talks", |
| link: "https://niketechtalksdec2017.splashthat.com/", |
| speakers: ["Dani Traphagen"], |
| }, |
| { |
| id: '2017-01-want-extreme-performance-at-scale-do-distributed-t', |
| title: "Want extreme performance at scale? Do distributed the RIGHT way!", |
| type: 'meetup', |
| date: '2017-12-13', |
| location: "Bay Area In-Memory Computing Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/245196260/", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2017-02-in-memory-computing-essentials-for-architects-and-', |
| title: "In-Memory Computing Essentials for Architects and Developers: Part 2", |
| type: 'webinar', |
| date: '2017-12-13', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/in-memory-computing-essentials-architects-and-developers-part-2", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-03-apache-ignite-use-cases-for-banks-and-telecoms', |
| title: "Apache Ignite Use Cases for Banks and Telecoms", |
| type: 'meetup', |
| date: '2017-12-12', |
| location: "Moscow Apache Ignite Meetup", |
| link: "https://www.meetup.com/Moscow-Apache-Ignite-Meetup/events/245332076/", |
| speakers: ["Mikhail Kuznetzov","Mikhail Khasin","Victor Khoodyakov"], |
| }, |
| { |
| id: '2017-04-distributed-database-devops-dilemmas-kubernetes-to', |
| title: "Distributed Database DevOps Dilemmas? Kubernetes to the Rescue", |
| type: 'conference', |
| date: '2017-12-08', |
| location: "KubeCon + CloudNativeCon North America 2017", |
| link: "https://kccncna17.sched.com/event/D3vE", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-05-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: the in-memory hammer in your data science toolkit", |
| type: 'meetup', |
| date: '2017-12-07', |
| location: "Austin Data Meetup", |
| link: "https://www.meetup.com/austindata/events/245472777/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-06-meeting-the-challenges-of-fast-data-in-healthcare-', |
| title: "Meeting the Challenges of Fast Data in Healthcare with In-Memory Technologies", |
| type: 'webinar', |
| date: '2017-12-06', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/meeting-challenges-fast-data-in-healthcare-in-memory-technologies", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-07-implementing-durable-memory-centric-architectures-', |
| title: "Implementing Durable Memory-Centric Architectures in Large Financial Institutions", |
| type: 'webinar', |
| date: '2017-11-29', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/implementing-durable-memory-centric-architectures-in-large-financial", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2017-08-in-memory-computing-essentials-for-architects-and-', |
| title: "In-Memory Computing Essentials for Architects and Developers: Part 1", |
| type: 'webinar', |
| date: '2017-11-21', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/in-memory-computing-essentials-architects-and-developers-part-1", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-09-hands-on-workshop-in-memory-computing-essentials-f', |
| title: "Hands-on Workshop: In-Memory Computing Essentials for Java Developers", |
| type: 'meetup', |
| date: '2017-11-16', |
| location: "Big Data and Cloud Meetup", |
| link: "", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-10-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'conference', |
| date: '2017-11-16', |
| location: "Devoxx Morocco", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-11-how-to-build-an-event-driven-dynamically-re-config', |
| title: "How to build an event-driven, dynamically re-configurable micro-services platform", |
| type: 'conference', |
| date: '2017-11-10', |
| location: "Devoxx Belgium", |
| link: "https://cfp.devoxx.be/2017/talk/YPK-6082/How_to_build_an_event-driven_dynamically_re-configurable_micro-services_platform", |
| speakers: ["Sven Beauprez"], |
| }, |
| { |
| id: '2017-12-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit", |
| type: 'conference', |
| date: '2017-11-03', |
| location: "ODSC San Francisco", |
| link: "", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-13-fast-data-meets-big-data-in-the-iot--using-apache-', |
| title: "Fast Data meets Big Data in the IoT- Using Apache Ignite", |
| type: 'meetup', |
| date: '2017-11-02', |
| location: "Sydney IBM Bluemix Meetup Group", |
| link: "https://www.gridgain.com/company/news/events/sydney-ibm-bluemix-meetup-group", |
| speakers: ["Rachel Pedreschi"], |
| }, |
| { |
| id: '2017-14-achieving-high-availability-and-consistency-with-d', |
| title: "Achieving High Availability and Consistency With Distributed Systems", |
| type: 'virtual', |
| date: '2017-11-02', |
| location: "Bay Area Apache® Ignite® Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/243868747/", |
| speakers: ["Denis Magda","Valetin Kulichenko"], |
| }, |
| { |
| id: '2017-15-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'meetup', |
| date: '2017-10-26', |
| location: "Dublin Spark Meetup", |
| link: "https://www.meetup.com/Dublin-Spark-Meetup/events/243875410/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-16-how-to-share-state-across-multiple-spark-jobs-usin', |
| title: "How to Share State Across Multiple Spark Jobs using Apache® Ignite®", |
| type: 'summit', |
| date: '2017-10-25', |
| location: "Spark Summit Europe 2017", |
| link: "https://spark-summit.org/eu-2017/events/how-to-share-state-across-multiple-apache-spark-jobs-using-apache-ignite/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-17-the-in-memory-computing-summit-2017-north-america-', |
| title: "The In-Memory Computing Summit 2017 – North America", |
| type: 'summit', |
| date: '2017-10-24', |
| location: "South San Francisco Conference Center", |
| link: "https://www.imcsummit.org/us/", |
| speakers: ["Computing Summit"], |
| }, |
| { |
| id: '2017-18-better-machine-learning-with-apache-ignite-', |
| title: "Better Machine Learning with Apache® Ignite®", |
| type: 'meetup', |
| date: '2017-10-19', |
| location: "Eurostaff Big Data Meetup", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-19-catch-an-intro-to-apache-ignite-and-skyrocket-java', |
| title: "Catch an intro to Apache Ignite and skyrocket Java applications", |
| type: 'meetup', |
| date: '2017-10-18', |
| location: "Java User Group Meetup", |
| link: "", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2017-20-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache® Spark™ and Apache® Ignite®: Where Fast Data Meets the IoT", |
| type: 'webinar', |
| date: '2017-10-18', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-sparktm-and-apacher-ignitetm-where-fast-data-meets-iot", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-21-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite®: The In-Memory Hammer in Your Data Science Toolkit", |
| type: 'conference', |
| date: '2017-10-14', |
| location: "ODSC Europe 2017", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-22-powering-up-banks-and-financial-institutions-with-', |
| title: "Powering up banks and financial institutions with distributed systems", |
| type: 'conference', |
| date: '2017-10-13', |
| location: "Big Data Week London 2017", |
| link: "http://london.bigdataweek.com/session/powering-banks-financial-institutions-distributed-systems/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-23-real-time-data-analysis-with-apache-ignite-high-pe', |
| title: "Real-time Data Analysis with Apache Ignite High-Performance In-memory Platform", |
| type: 'conference', |
| date: '2017-10-10', |
| location: "Data Platform Conference Tokyo 2017", |
| link: "http://dataplatform.jp/", |
| speakers: ["Roman Shtykh"], |
| }, |
| { |
| id: '2017-24-postgres-with-apache-ignite-faster-transactions-an', |
| title: "Postgres with Apache® Ignite®: Faster Transactions and Analytics", |
| type: 'webinar', |
| date: '2017-10-04', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/postgres-apacher-ignitetm-faster-transactions-and-analytics", |
| speakers: ["Fotios Filacouris"], |
| }, |
| { |
| id: '2017-25-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'meetup', |
| date: '2017-10-03', |
| location: "Paris Spark Meetup", |
| link: "https://www.meetup.com/Paris-Spark-Meetup/events/243673170/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-26-giving-a-boost-to-the-hadoop-and-spark-ecosystems-', |
| title: "Giving a boost to the Hadoop and Spark ecosystems with in-memory technologies", |
| type: 'conference', |
| date: '2017-10-02', |
| location: "Big Data & Data Science, Paris", |
| link: "", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-27-stateful-apps-in-production-and-distributed-databa', |
| title: "Stateful Apps in Production and Distributed Database Orchestration", |
| type: 'meetup', |
| date: '2017-09-27', |
| location: "New York Kubernetes Meetup", |
| link: "https://www.meetup.com/New-York-Kubernetes-Meetup/events/242597746/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-28-better-machine-learning-with-apache-ignite-', |
| title: "Better Machine Learning with Apache® Ignite®", |
| type: 'webinar', |
| date: '2017-09-27', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/better-machine-learning-apacher-ignitetm", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-29-powering-up-banks-and-financial-institutions-with-', |
| title: "Powering up banks and financial institutions with distributed systems", |
| type: 'meetup', |
| date: '2017-09-26', |
| location: "NYC In-Memory Computing Meetup", |
| link: "https://www.meetup.com/NYC-In-Memory-Computing-Meetup/events/243150945/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-30-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'meetup', |
| date: '2017-09-25', |
| location: "Internet of Things (IoT) New York Meetup", |
| link: "https://www.gridgain.com/company/news/events/internet-things-iot-new-york-meetup", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-31-business-intelligence-and-apache-ignite-for-net-us', |
| title: "Business Intelligence and Apache Ignite for .NET Users", |
| type: 'meetup', |
| date: '2017-09-18', |
| location: "Meetup, Cambridge .NET User Group", |
| link: "https://www.meetup.com/Cambridge-NET-User-Group/events/238837204/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-32-apache-ignite-the-in-memory-hammer-in-your-data-sc', |
| title: "Apache Ignite: The in-memory hammer in your data science toolkit", |
| type: 'meetup', |
| date: '2017-09-13', |
| location: "Meetup, Mountain View, CA", |
| link: "https://www.meetup.com/SF-Big-Analytics/events/242368299/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-33-implementing-in-memory-computing-for-financial-ser', |
| title: "Implementing In-Memory Computing for Financial Services Use Cases with Apache® Ignite®", |
| type: 'webinar', |
| date: '2017-09-12', |
| location: "Webinar", |
| link: "https://register.gotowebinar.com/register/5573556767611108099", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-34-apache-spark-and-apache-ignite-where-fast-data-mee', |
| title: "Apache Spark and Apache Ignite: Where Fast Data Meets the IoT", |
| type: 'meetup', |
| date: '2017-09-09', |
| location: "Meetup, Santa Clara, CA", |
| link: "https://www.meetup.com/datariders/events/242523245/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-35-deploy-like-a-boss-using-kubernetes-and-apache-ign', |
| title: "Deploy like a Boss: Using Kubernetes® and Apache® Ignite®", |
| type: 'webinar', |
| date: '2017-08-23', |
| location: "Webinar", |
| link: "http://info.gridgain.com/r40u0R2G0WUmSWT9S00K030", |
| speakers: ["Dani Traphagen"], |
| }, |
| { |
| id: '2017-36-introduction-to-apache-ignite-a-memory-centric-dis', |
| title: "Introduction to Apache Ignite, a memory-centric distributed platform", |
| type: 'webinar', |
| date: '2017-08-16', |
| location: "Webinar", |
| link: "https://register.gotowebinar.com/register/2423316315303466241", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-37-building-consistent-and-highly-available-distribut', |
| title: "Building Consistent and Highly Available Distributed Systems with Apache® Ignite®", |
| type: 'webinar', |
| date: '2017-08-02', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/building-consistent-and-highly-available-distributed-systems-apacher-ignitetm", |
| speakers: ["Valentin Kulichenko"], |
| }, |
| { |
| id: '2017-38-diving-into-the-internals-of-apache-ignites-memory', |
| title: "Diving into the internals of Apache Ignite's memory architecture", |
| type: 'meetup', |
| date: '2017-07-27', |
| location: "Meetup", |
| link: "https://www.meetup.com/Bay-Area-In-Memory-Computing/events/241381155/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-39-an-intro-to-apache-ignite-the-memory-centric-distr', |
| title: "An Intro to Apache Ignite, the Memory-centric Distributed Platform", |
| type: 'meetup', |
| date: '2017-07-26', |
| location: "Meetup", |
| link: "https://www.meetup.com/Brighton-Java/events/241395191/", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-40-distributed-acid-transactions-in-apache-ignite-', |
| title: "Distributed ACID Transactions in Apache Ignite", |
| type: 'webinar', |
| date: '2017-07-19', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/distributed-acid-transactions-apache-ignite", |
| speakers: ["Akmal Chaudhri"], |
| }, |
| { |
| id: '2017-48-benchmarking-apache-ignite-still-keeps-ahead-of-ha', |
| title: "Benchmarking: Apache Ignite Still Keeps Ahead Of Hazelcast", |
| type: 'conference', |
| date: '2017-05-12', |
| location: "Blog", |
| link: "https://dzone.com/articles/benchmarking-apache-ignite-still-keeps-ahead-of-ha-1", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-52-apache-ignite-20-released-', |
| title: "Apache Ignite 2.0 Released", |
| type: 'virtual', |
| date: '2017-05-05', |
| location: "Online event", |
| link: "https://blogs.apache.org/ignite/entry/apache-ignite-2-0-redesigned", |
| }, |
| { |
| id: '2017-61-apache-ignite-transform-batch-based-system-into-sw', |
| title: "Apache Ignite: Transform batch-based system into swift real-time solution", |
| type: 'meetup', |
| date: '2017-02-23', |
| location: "Apache Ignite London Meetup", |
| link: "https://www.meetup.com/Apache-Ignite-London/events/237189063", |
| }, |
| { |
| id: '2017-41-turbocharge-your-sql-queries-in-memory-with-apache', |
| title: "Turbocharge your SQL queries in-memory with Apache® Ignite®", |
| type: 'meetup', |
| date: '2017-01-01', |
| location: "Meetup, Amsterdam, Netherlands", |
| link: "https://www.meetup.com/MySQL-User-Group-NL/events/240545280/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-42-apache-ignite-community-meetup---an-overview-of-do', |
| title: "Apache Ignite Community Meetup - An Overview of Donated Ignite Persistent Store Feature", |
| type: 'meetup', |
| date: '2017-01-01', |
| location: "Meetup, GoToMeeting", |
| link: "http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSS-Webinar-for-Ignite-Persistent-Store-walk-through-td18677.html#a18767", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-43-apache-ignite-and-apache-spark-this-is-where-fast-', |
| title: "Apache Ignite and Apache Spark: This is Where Fast Data Meets the IoT", |
| type: 'summit', |
| date: '2017-01-01', |
| location: "Spark Summit 2017, San Francisco, CA.", |
| link: "https://spark-summit.org/2017/events/apache-spark-and-apache-ignite-where-fast-data-meets-the-iot/", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-44-apache-ignite-20-prelude-to-a-distributed-sql-data', |
| title: "Apache® Ignite® 2.0: Prelude to a Distributed SQL Database", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-ignitetm-20-prelude-distributed-sql-database", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-46-apache-ignite-sql-grid-hot-blend-of-traditional-sq', |
| title: "Apache Ignite SQL Grid: Hot Blend of Traditional SQL and Swift Data Grid", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "ApacheCon North America, Miami", |
| link: "https://apachebigdata2017.sched.com/event/A01a?iframe=no", |
| speakers: ["FL. Denis Magda"], |
| }, |
| { |
| id: '2017-47-apache-ignite-and-apache-spark-where-fast-data-mee', |
| title: "Apache Ignite and Apache Spark: Where Fast Data Meets the IoT", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "Miami Hadoop User Group, Miami", |
| link: "https://www.meetup.com/Miami-Hadoop-User-Group/events/239713172/", |
| speakers: ["FL. Denis Magda"], |
| }, |
| { |
| id: '2017-49-apache-flink-meets-apache-ignite-', |
| title: "Apache Flink meets Apache Ignite", |
| type: 'meetup', |
| date: '2017-01-01', |
| location: "Apache Flink London Meetup", |
| link: "https://www.meetup.com/Apache-Flink-London-Meetup/events/239663941/", |
| speakers: ["Akmal B. Chaudhri"], |
| }, |
| { |
| id: '2017-50-the-next-phase-of-distributed-systems-with-apache-', |
| title: "The next phase of distributed systems with Apache Ignite", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "OSCON, Austin", |
| link: "https://conferences.oreilly.com/oscon/oscon-tx/public/schedule/detail/60801", |
| speakers: ["TX. Dani Traphagen"], |
| }, |
| { |
| id: '2017-51-apache-ignite-real-time-processing-of-iot-generate', |
| title: "Apache® Ignite®: Real-Time Processing of IoT-Generated Streaming Data", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-ignitetm-real-time-processing-iot-generated-streaming-data", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-53-accelerate-mysql-for-demanding-olap-and-oltp-use-c', |
| title: "Accelerate MySQL® for Demanding OLAP and OLTP Use Cases with Apache® Ignite™", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "Percona Live 2017, Santa Clara, CA", |
| link: "https://www.percona.com/live/17/sessions/accelerate-mysql®-demanding-olap-and-oltp-use-cases-apache®-ignite™-0", |
| speakers: ["USA. Nikita Ivanov"], |
| }, |
| { |
| id: '2017-54-apache-ignite-an-in-memory-backbone-for-microservi', |
| title: "Apache® Ignite™: An In-Memory Backbone for Microservices-Based Architectures", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-ignitetm-memory-backbone-microservices-based-architectures", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-55-scalability-in-distributed-in-memory-systems-', |
| title: "Scalability in Distributed In-Memory Systems", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "JPoint 2017, Moscow, Russia", |
| link: "", |
| speakers: ["Vladimir Ozerov"], |
| }, |
| { |
| id: '2017-57-presenting-apache-ignite-sql-grid-at-pgconf-us-201', |
| title: "Presenting Apache Ignite SQL Grid at PGConf US 2017", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "Presentation", |
| link: "", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-58-presenting-apache-ignite-sql-grid-at-big-data-boot', |
| title: "Presenting Apache Ignite SQL Grid at Big Data Bootcamp", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "Presentation", |
| link: "https://blogs.apache.org/ignite/entry/presenting-apache-ignite-sql-grid", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-59-presenting-apache-ignite-at-codemotion-rome-2017-', |
| title: "Presenting Apache Ignite at Codemotion Rome 2017", |
| type: 'conference', |
| date: '2017-01-01', |
| location: "Presentation", |
| link: "http://rome2017.codemotionworld.com/wp-content/themes/event/detail-talk.php?detail=5799", |
| speakers: ["Mandhir Gidda"], |
| }, |
| { |
| id: '2017-60-the-apache-ignite-sql-grid-a-hot-blend-of-traditio', |
| title: "The Apache® Ignite® SQL Grid: A Hot Blend of Traditional SQL and In-Memory Data Grids", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/company/news/events/gridgain-webinar-apacher-ignitetm-sql-grid-hot-blend-traditional-sql-and-memory", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-62-the-apache-ignite-web-console-automating-rdbms-int', |
| title: "The Apache® Ignite® Web Console: Automating RDBMS Integration", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apacher-ignitetm-web-console-automating-rdbms-integration", |
| speakers: ["Denis Magda"], |
| }, |
| { |
| id: '2017-63-deploying-apache-ignite-top-7-faqs-', |
| title: "Deploying Apache® Ignite® – Top 7 FAQs", |
| type: 'webinar', |
| date: '2017-01-01', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/deploying-apacher-ignitetm-and-gridgain-top-7-faqs", |
| speakers: ["Christos Erotocritou","Rachel Pedreschi"], |
| }, |
| { |
| id: '2016-00-shared-memory-layer-for-spark-applications', |
| title: "Shared Memory Layer for Spark Applications", |
| type: 'conference', |
| date: '2016-11-16', |
| location: "Apache Big Data Europe", |
| link: "https://apachebigdataeu2016.sched.org/event/8m2O/shared-memory-layer-for-spark-applications-dmitriy-setrakyan-gridgain", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2016-01-shared-memory-layer-and-faster-sql-for-spark-appli', |
| title: "Shared Memory Layer and Faster SQL for Spark Applications", |
| type: 'conference', |
| date: '2016-11-16', |
| location: "Apache Big Data Europe", |
| link: "https://apachebigdataeu2016.sched.org/event/8m2i/shared-memory-layer-and-faster-sql-for-spark-applications-dmitriy-setrakyan-gridgain", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2016-02-apache-ignite---path-to-converged-data-platform', |
| title: "Apache Ignite - Path to Converged Data Platform", |
| type: 'conference', |
| date: '2016-11-15', |
| location: "Apache Big Data Europe", |
| link: "https://apachebigdataeu2016.sched.org/event/8TzM/apache-ignite-path-to-converged-data-platform-dmitriy-setrakyan-gridgain", |
| speakers: ["Dmitriy Setrakyan"], |
| }, |
| { |
| id: '2016-03-apache-ignite-london-meetup', |
| title: "Apache Ignite London Meetup", |
| type: 'meetup', |
| date: '2016-07-13', |
| location: "Apache Ignite London Meetup", |
| link: "https://secure.meetup.com/register/?ctx=ref", |
| speakers: ["Nikita Ivanov"], |
| }, |
| { |
| id: '2016-04-apache-ignite-nyc-meetup', |
| title: "Apache Ignite NYC Meetup", |
| type: 'meetup', |
| date: '2016-06-28', |
| location: "Apache Ignite NYC Meetup", |
| link: "http://www.meetup.com/mysqlnyc/events/231578906/", |
| speakers: ["Nikita Ivanov"], |
| }, |
| { |
| id: '2015-00-apache-ignite-150-b1-early-access-released', |
| title: "Apache Ignite 1.5.0-b1 Early Access Released", |
| type: 'conference', |
| date: '2015-12-12', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-01-apache-ignite-140-released', |
| title: "Apache Ignite 1.4.0 Released", |
| type: 'conference', |
| date: '2015-09-28', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-02-apache-ignite-graduated-to-a-top-level-project', |
| title: "Apache Ignite Graduated to a Top-Level Project", |
| type: 'conference', |
| date: '2015-08-25', |
| location: "", |
| link: "http://globenewswire.com/news-release/2015/08/25/763148/10146997/en/The-Apache-Software-Foundation-Announces-Apache-tm-Ignite-tm-as-a-Top-Level-Project.html", |
| }, |
| { |
| id: '2015-03-apache-ignite-130-released', |
| title: "Apache Ignite 1.3.0 Released", |
| type: 'conference', |
| date: '2015-07-21', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-04-apache-ignite-120-released', |
| title: "Apache Ignite 1.2.0 Released", |
| type: 'conference', |
| date: '2015-06-29', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-05-apache-ignite-110-released', |
| title: "Apache Ignite 1.1.0 Released", |
| type: 'conference', |
| date: '2015-05-28', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-06-apache-ignite-100-released', |
| title: "Apache Ignite 1.0.0 Released", |
| type: 'conference', |
| date: '2015-04-02', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2015-07-apache-ignite-100-rc3-released', |
| title: "Apache Ignite 1.0.0-RC3 Released", |
| type: 'conference', |
| date: '2015-03-24', |
| location: "", |
| link: "/download.html", |
| }, |
| { |
| id: '2014-00-infoq-interview-with-nikita-ivanov-on-apache-ignit', |
| title: "InfoQ Interview with Nikita Ivanov on Apache Ignite Incubation", |
| type: 'conference', |
| date: '2014-12-03', |
| location: "", |
| link: "http://www.infoq.com/articles/gridgain-apache-ignite", |
| }, |
| { |
| id: '2014-01-apache-ignite-enters-incubation', |
| title: "Apache Ignite Enters Incubation", |
| type: 'conference', |
| date: '2014-10-01', |
| location: "", |
| link: "http://www.infoq.com/news/2014/12/gridgain-ignite", |
| }, |
| { |
| id: '2020-17-apache-ignite-workshop-cluster-memory-management-t', |
| title: "Apache Ignite Workshop: Cluster Memory Management Techniques", |
| type: 'webinar', |
| date: '2001-10-14', |
| location: "Webinar", |
| link: "https://www.gridgain.com/resources/webinars/apache-ignite-workshop-cluster-memory-management-techniques", |
| speakers: ["Denis Magda"], |
| } |
| ]; |