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

Materialstore as Web API #409

Open
kazurayam opened this issue Jan 18, 2023 · 0 comments
Open

Materialstore as Web API #409

kazurayam opened this issue Jan 18, 2023 · 0 comments

Comments

@kazurayam
Copy link
Owner

kazurayam commented Jan 18, 2023

I want to execute my Visual Inspection super quick.

In order to accomplish that objective, I want to execute multiple materializing processes parallelly possibly using AWS Lambda. In order to implement parallel execution, I need the materialstore API to support Transactional IO. Multiple Lambdas read/write the store safely without any corruption. In order to introduce transactional IO, I need the some Database
as backend.

I have got an idea to have a Web App server (say, Spring Boot) backed by some Database. The Web App provies a Restful API to read/write materials. So my tests will use the materialstore API as Web API. This will enable me to introduce transactional IO quite easily using well-trained foundations.

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