Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build metadata microservice #2

Open
YANYZP opened this issue Sep 8, 2024 · 0 comments
Open

Build metadata microservice #2

YANYZP opened this issue Sep 8, 2024 · 0 comments

Comments

@YANYZP
Copy link
Owner

YANYZP commented Sep 8, 2024

The task is to set up an AWS microservice to read and write metadata by RPC. You need to design database schema and implement RPC endpoint on AWS. The metadata should describe creation_timestamp, index, scenario_name, id, run_segment, data_path. User can read a metadata by id, or creation_timestamp and index together. User needs to provide all fields when writing metadata. This microservice should be reliable, efficient, and scalable. The peak QPS is O(10000). Consider both functional and non-functional requirements for design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant