Data model for dynamodb single table solution for a job portal

0

Hi there,

we are implementing a job portal based on a serverless architecture in aws. All the data should be saved in one single dynamodb table. Some of the Entities are User (Candidate or Employer), Job and Application. The biggest challenge we are facing right now is, saving the jobs in a way that the a job search (from candidates) is as accurate as possible. The access pattern should look like this: Find all Jobs containing this hard skills With this EmploymentType With this experienceLevel for this Location

On the other hand, the access pattern from the employers perspective, is much easier: Find All Jobs of my Company.

We appreciate every hint or idea how to model this in a dynamodb?

Thanks in advance.

Regards from Germany

PS: The more we think about it, the more we have the feelding, that especially the search for jobs from the candidate perspective needs a solution like Amazon CloudSearch or elasticsearch. But before we make this decision, we wanted to have some more opinions.

hyko
質問済み 1年前273ビュー
1回答
1
承認された回答
profile pictureAWS
エキスパート
kentrad
回答済み 1年前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ