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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ecd7357  Add a few recent presentations to the resources page (#4783)
ecd7357 is described below

commit ecd73575d2631a7dc3deab4b85bac3bae4655cf6
Author: Sijie Guo <[email protected]>
AuthorDate: Wed Jul 24 14:54:11 2019 +0800

    Add a few recent presentations to the resources page (#4783)
    
    *Motivation*
    
    Add a few recent presentations to the resources page. They cover different 
topics:
    
    - 2.4.0 release
    - use case
    - serverless
    - spark + pulsar
    - flink + pulsar
---
 site2/website/data/resources.js | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/site2/website/data/resources.js b/site2/website/data/resources.js
index 004d834..9ca95c8 100644
--- a/site2/website/data/resources.js
+++ b/site2/website/data/resources.js
@@ -196,6 +196,46 @@ module.exports = {
   ],
   presentations: [
     {
+      forum: '',
+      forum_link: '',
+      presenter: 'Sijie Guo',
+      date: 'June 2019',
+      title: "What's new in apache pulsar 2.4.0",
+      link: 
'https://www.slideshare.net/streamnative/whats-new-in-apache-pulsar-240'
+    },
+    {
+      forum: 'Apache Pulsar Meetup | Shenzhen',
+      forum_link: 'https://www.huodongxing.com/event/9495713659500',
+      presenter: 'Yijie Shen',
+      date: 'June 2019',
+      title: 'A Unified Platform for Real-time Storage and Processing - Apache 
Pulsar as Stream Storage, Apache Spark for Processing as an example',
+      link: 
'https://www.slideshare.net/streamnative/a-unified-platform-for-realtime-storage-and-processing'
+    },
+    {
+      forum: 'Ray Forward Beijing Meetup',
+      forum_link: 'https://tech.antfin.com/community/activities/698',
+      presenter: 'Sijie Guo',
+      date: 'June 2019',
+      title: 'Serverless Event Streaming with Pulsar Functions',
+      link: 
'https://www.slideshare.net/streamnative/serverless-event-streaming-with-pulsar-functions'
+    },
+    {
+      forum: 'Flink Forward San Francisco 2019',
+      forum_link: 'https://sf-2019.flink-forward.org/',
+      presenter: 'Sijie Guo',
+      date: 'April 2019',
+      title: 'Elastic Data Processing with Apache Flink and Apache Pulsar',
+      link: 
'https://www.slideshare.net/streamnative/elastic-data-processing-with-apache-flink-and-apache-pulsar'
+    },
+    {
+      forum: 'Strata Data San Francisco 2019',
+      forum_link: '',
+      presenter: 'Penghui Li, Sijie Guo',
+      date: 'March 2019',
+      title: 'How Zhaopin built its Event Center using Apache Pulsar',
+      link: 
'https://www.slideshare.net/streamnative/how-zhaopin-built-its-event-center-using-apache-pulsar-152691364'
+    },
+    {
       forum: 'Strata San Jose',
       forum_link: 'https://conferences.oreilly.com/strata/strata-ca',
       presenter: 'Matteo Merli',

Reply via email to