eclipse-basyx / basyx-java-server-sdk

MIT License
60 stars 47 forks source link

MongoDB backend for SubmodelService #431

Closed zhangzai123 closed 2 months ago

zhangzai123 commented 2 months ago

Mongodb backend for submodel service

Description of Changes

The standalone SubmodelService also needs a persistent backend. For this, mongoDB should be utilized.

Standalone Component can be configured to use MongoDB and persists data in MongoDB

Related Issue

Closes #434

BaSyx Configuration for Testing

To use mongoDB backend for submodel service, set basyx.backend= MongoDB in the properties file. Add the further mongodb configuration.

Submodel Files Used for Testing

das SubmodelServiceSuite is used for testing

Additional Information

none


Please ensure that you have tested your changes thoroughly before submitting the pull request.