diff --git a/_community_members/mgodwani.md b/_community_members/mgodwani.md new file mode 100644 index 0000000000..42d34b0196 --- /dev/null +++ b/_community_members/mgodwani.md @@ -0,0 +1,66 @@ +--- +# +# Sample data for community members. +# + +# The short name is used to identify related pieces of content in the site. For example it is used in the "authors" array of blog posts, and it is used in the "presenters" array for OpenSearch Conference sessions to identify who is speaking. +# The format for existing values is not normalized. In some cases it is "first-initial-of-first-name" + "last-name", or matching a GitHub username, or something all together random. What is important is that it is unique within the system. +short_name: "mgodwani" + +# The member's full name, or otherwise meaningful preferred name. It is used in the templates for presenting content authors as well as the name of conference speakers. +name: "Mohit Godwani" + +# The path to the community member's photo. +photo: "/assets/media/community/members/mgodwani.jpg" + +# Used as the level 1 page header text. +primary_title: 'Mohit Godwani' + +# Used as the document title displayed in the browser title bar. +title: 'OpenSearch Project Community Member: Mohit Godwani' + +# Community member job title and company where they work. +job_title_and_company: 'Sr. Software Development Engineer, Amazon OpenSearch' + +# Array of conference IDs for which the community member is a keynote speaker, if any, or boolean false otherwise. +# This value is only relevant for member's with the "conference_speaker" user persona. +#keynote_speaker: +# - '2023-north-america' +# keynote_speaker: false + +# The conference topic track for the conference sessions that the user is a speaker. These are shaped as an array of value pairs mapping conference ID and name. +# For example for the North American conference for the year 2023, and the "Community" track: +session_track: + - conference_id: "2024-north-america" + name: "Operating OpenSearch" + +# URL for the community member profile. +permalink: '/community/members/mohit-godwani.html' + +# Array of community member user personas. +# At this time, only conference_speaker, and author are defined. +personas: + - conference_speaker +# - author + +# Array of conference IDs that the member is a speaker. +conference_id: + - "2024-north-america" + + +# Optional GitHub username +#github: githubusername + +# Optional LinkedIn username +#linkedin: linkedinusername + +# Optional Twitter username +#twitter: twitterusername + +# Optional Mastodon server url, and username / handle. +#mastodon: +# url: https://mastodon.social/@mastodonusername +# name: mastodonusername +--- +Mohit is a Senior Software Development Engineer at Amazon OpenSearch. He is interested in distributed systems, systems performance, and databases. +He has been an OpenSearch contributor since 2021. At Amazon, he works with the indexing as primary area of interest and has contributed to various features and performance improvements in the same space. diff --git a/_opensearchcon_sessions/2024/north-america/2024-north-america-optimizing-storage-performance-and-efficient-index-configuration-with-compression-codecs-in-opensearch.md b/_opensearchcon_sessions/2024/north-america/2024-north-america-optimizing-storage-performance-and-efficient-index-configuration-with-compression-codecs-in-opensearch.md index 974ec0bfd4..920319444b 100644 --- a/_opensearchcon_sessions/2024/north-america/2024-north-america-optimizing-storage-performance-and-efficient-index-configuration-with-compression-codecs-in-opensearch.md +++ b/_opensearchcon_sessions/2024/north-america/2024-north-america-optimizing-storage-performance-and-efficient-index-configuration-with-compression-codecs-in-opensearch.md @@ -4,9 +4,9 @@ speaker_talk_title: Optimizing Storage Performance and Efficient Index Configura primary_title: Optimizing Storage Performance and Efficient Index Configuration with Compression Codecs in OpenSearch -primary_presenter: saggarwal +primary_presenter: mgodwani -speaker_name_full: Sarthak Aggarwal +speaker_name_full: Mohit Godwani title: 'OpenSearchCon 2024 North America Session: Optimizing Storage Performance and Efficient Index Configuration with Compression Codecs in OpenSearch' @@ -23,7 +23,7 @@ permalink: '/events/opensearchcon/sessions/optimizing-storage-performance-and-ef conference_id: '2024-north-america' presenters: - - saggarwal + - mgodwani diff --git a/assets/media/community/members/mgodwani.jpg b/assets/media/community/members/mgodwani.jpg new file mode 100644 index 0000000000..33ff560891 Binary files /dev/null and b/assets/media/community/members/mgodwani.jpg differ