cristiprg / BDAPRO.GlobalStateML

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)
Apache License 2.0
0 stars 0 forks source link

Quick question on redis library #9

Open cristiprg opened 7 years ago

cristiprg commented 7 years ago

@jeyhunkarimov Do you have any good experience with any particular Redis Scala-library? I was thinking of this one https://github.com/debasishg/scala-redis

Btw, I installed redis on the cluster and ran some commands and everything worked fine.

jeyhunkarimov commented 7 years ago

@cristiprg look to this library. https://github.com/RedisLabs/spark-redis http://www.binwang.me/2015-11-22-use-redis-instead-of-spark-streaming-to-count-statistics.html

Looks like they have sth that we can reuse. Coming back to your question, I use mostly java based libraries but it does not matter as soon as it does the job.