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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则