Hinweis: Die aktuelle OOP-Konferenz finden Sie hier!
SIGS DATACOM Fachinformationen für IT-Professionals

SOFTWARE MEETS BUSINESS:
Die Konferenz für Software-Architektur
21. - 25. Januar 2019, München

Sessionsdetails

Vortrag: KMi 1.2
Datum: Mi, 23.01.2019
Uhrzeit: 09:55 - 10:40

Redis Modules for Recommender Systems

Uhrzeit: 09:55 - 10:40
Vortrag: KMi 1.2

 

Redis is an in-memory database system which addresses a variety of use cases. The range
reaches from simple caching over message processing to real-time analytics and
recommendations. Redis’ scalability and performance is allowing to reach millions of
operations per second at a sub-millisecond latency. In addition, Redis provides several data
structures and modules (like real sets, sorted sets, full text search, bloom filters,
HyperLogLogs, random forests and other machine learning models) to be leveraged for the
implementation of recommendation engines.