Skip to content

Commit

Permalink
Merge pull request #3335 from nateynateynate/sessionswap
Browse files Browse the repository at this point in the history
Mohit Godwani replaces Sarthak Aggarwal
  • Loading branch information
krisfreedain authored Sep 24, 2024
2 parents 5bd2c09 + d69687a commit 5a8fb83
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
66 changes: 66 additions & 0 deletions _community_members/mgodwani.md
Original file line number Diff line number Diff line change
@@ -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.

Check failure on line 65 in _community_members/mgodwani.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _community_members/mgodwani.md#L65

[OpenSearch.Spelling] Error: Mohit. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.
Raw output
{"message": "[OpenSearch.Spelling] Error: Mohit. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_community_members/mgodwani.md", "range": {"start": {"line": 65, "column": 1}}}, "severity": "ERROR"}
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.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -23,7 +23,7 @@ permalink: '/events/opensearchcon/sessions/optimizing-storage-performance-and-ef
conference_id: '2024-north-america'

presenters:
- saggarwal
- mgodwani



Expand Down
Binary file added assets/media/community/members/mgodwani.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a8fb83

Please sign in to comment.