| export const categories = [ |
| 'events', |
| 'meetups', |
| 'playlists', |
| ] as const; |
| export type Category = typeof categories[number]; |
| |
| export const categoryLabels: Record<Category, string> = { |
| events: 'Events', |
| meetups: 'Meetups', |
| playlists: 'Playlists', |
| }; |
| |
| export type Resource = { |
| title: string; |
| description: string; |
| link: string; |
| previewImg?: string; |
| displayDate?: string; |
| startDate?: string; |
| }; |
| |
| export const resources: Record<Category, Resource[]> = { |
| events: [ |
| { |
| title: "Data Streaming Summit 2025", |
| description: "The Data Streaming Summit 2025 is taking place on September 29-30, 2025 Grand Hyatt SFO.", |
| link: "https://datastreaming-summit.org/", |
| displayDate: "September 30th, 2025", |
| startDate: "2025-09-29", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Europe 2024", |
| description: "", |
| link: "https://pulsar-summit.org/", |
| displayDate: "14 May 2024", |
| startDate: "2024-05-14", // year-month-day |
| }, |
| { |
| title: "Data Streaming Summit 2024", |
| description: "The Data Streaming Summit 2024 is taking place on October 28-29, 2024 Grand Hyatt SFO.", |
| link: "https://datastreaming-summit.org/", |
| displayDate: "October 29th, 2024", |
| startDate: "2024-10-29", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Asia 2024", |
| description: "", |
| link: "", |
| displayDate: "November 22nd, 2024", |
| startDate: "2024-11-22", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Europe 2023", |
| description: "", |
| link: "https://streamnative.io/blog/pulsar-virtual-summit-europe-2023-on-demand-videos-available-now", |
| displayDate: "23 May 2023", |
| startDate: "2023-05-23", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit San Francisco 2022", |
| description: "", |
| link: "https://pulsar-summit.org/event/san-francisco-2022", |
| displayDate: "18 Aug 2022", |
| startDate: "2022-08-18", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Europe 2021 ", |
| description: "", |
| link: "https://pulsar-summit.org/en/event/europe-2021", |
| displayDate: "6 Oct 2021", |
| startDate: "2021-10-06", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Asia 2021", |
| description: "", |
| link: "https://pulsar-summit.org/en/event/asia-2021", |
| displayDate: "20-21 November 2021", |
| startDate: "2021-11-20", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit North America 2021", |
| description: "", |
| link: "https://pulsar-summit.org/en/event/north-america-2021", |
| displayDate: "16-17 June 2021", |
| startDate: "2021-06-16", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Asia 2020", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjHlRb-dzjwYdETkVlyCJOq", |
| displayDate: "28-29 November 2020", |
| startDate: "2021-11-28", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Virtual Conference 2020", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjVlPfaWlf3VO9W-XWsF_4-", |
| displayDate: "17-18 June 2020", |
| startDate: "2021-06-17", // year-month-day |
| }, |
| { |
| title: "ApacheCon @Home", |
| description: "", |
| link: "https://www.youtube.com/watch?v=iIABx20uvmw&list=PLU2OcwpQkYCy_awEe5xwlxGTk5UieA37m", |
| displayDate: "29 June 2020", |
| startDate: "2020-06-29", // year-month-day |
| }, |
| { |
| title: "Pulsar Summit Virtual Conference ", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjVlPfaWlf3VO9W-XWsF_4-", |
| displayDate: "9 September 2020", |
| startDate: "2020-09-09", // year-month-day |
| }, |
| ], |
| meetups: [ |
| { |
| title: "SF Bay Area Apache Pulsar Meetup", |
| description: "", |
| link: "https://www.meetup.com/SF-Bay-Area-Apache-Pulsar-Meetup/", |
| }, |
| { |
| title: "New York City Apache Pulsar Meetup", |
| description: "", |
| link: "https://www.meetup.com/new-york-city-apache-pulsar-meetup/", |
| }, |
| { |
| title: "Japan Pulsar User Group", |
| description: "", |
| link: "https://japan-pulsar-user-group.connpass.com/", |
| }, |
| { |
| title: "Netherlands Apache Pulsar Meetup Group", |
| description: "", |
| link: "https://www.meetup.com/netherlands-apache-pulsar-meetup/", |
| }, |
| { |
| title: "Beijing Apache Pulsar Meetup by StreamNative", |
| description: "", |
| link: "https://www.meetup.com/beijing-apache-pulsar-meetup-by-streamnative/", |
| }, |
| ], |
| playlists: [ |
| { |
| title: "Pulsar Summit Europe 2021", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWh7zes7mNeTUCr2iU-2C1jB", |
| }, |
| { |
| title: "Pulsar Summit North America 2021", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjyezVodJHcp8GSypvGuc1C", |
| }, |
| { |
| title: "Pulsar Summit Asia 2020", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjHlRb-dzjwYdETkVlyCJOq", |
| }, |
| { |
| title: "Pulsar North America 2020", |
| description: "", |
| link: "https://www.youtube.com/playlist?list=PLqRma1oIkcWjVlPfaWlf3VO9W-XWsF_4-", |
| }, |
| ], |
| }; |
| |