This repository contains my solution to the project "Machine learning algorithms with global state" from the BDAPRO class at TU Berlin. (The repo is based on BDAPRO.WS1617)
I downloaded Spark-Redis and played with it. It seems that it lacks one important functionality, namely to remove or replace values in Redis (wrappers to commands like DEL or LSET). In our case, it means that we would not be able to update the values of the matrix in a easy way. Only a super weird workaround will work.
However, this is a place for improvement of this library, so maybe I can extend this library with this functionality and maybe submit it and improve the library, would be cool.
Now I'm gonna look at how they manage the connections. So far it looks a bit more complex. A class diagram would help me a lot to understand. Do you know any tool to generate UML or something like that from Scala? I googled it but found nothing
@jeyhunkarimov
I downloaded Spark-Redis and played with it. It seems that it lacks one important functionality, namely to remove or replace values in Redis (wrappers to commands like DEL or LSET). In our case, it means that we would not be able to update the values of the matrix in a easy way. Only a super weird workaround will work.
However, this is a place for improvement of this library, so maybe I can extend this library with this functionality and maybe submit it and improve the library, would be cool.
Now I'm gonna look at how they manage the connections. So far it looks a bit more complex. A class diagram would help me a lot to understand. Do you know any tool to generate UML or something like that from Scala? I googled it but found nothing