5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

Check how to run lua querys with parameters from within the baseModel in middlware #69

Closed adrianLIrobotics closed 1 year ago

adrianLIrobotics commented 1 year ago

Is your feature request related to a problem? Please describe. For complex query, we may need to adjust the baseModel to accomodate parameters to the lua query system. This is low priority.

Describe the solution you'd like N/A

Describe alternatives you've considered N/A

Additional context No real usecase identified yet.

Artonus commented 1 year ago

As an alternative to using Lua for complex queries, we could use another database system. Of course, from the scalability point of view, some document databases would be more suitable for us. But the relational database that provides good replication would also work.

This is a suggestion on what alternative we have. Altough, it is possibly more complex and time consuming

adrianLIrobotics commented 1 year ago

We will be using: https://github.com/redis/redis-om-dotnet

adrianLIrobotics commented 1 year ago

I am closing therefore this issue if ok