You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: