equinor / data-modelling-storage-service

Storage service for Data Modelling Tool
https://pypi.org/project/dmss-api/
MIT License
3 stars 2 forks source link

perf: move internal db to memory-DB #831

Closed soofstad closed 6 months ago

soofstad commented 6 months ago

What does this pull request change?

Replaces the internal mongoDB with a RedisDB. This effects a lot of stuff, but mainly it's a huge performance increase

Issues related to this change:

perf