Packages

  • package root

    Akka based micro service proving general leaderboard functionality for applications such as back-end game servers.

    Leaderboard Micro Service

    Akka based micro service proving general leaderboard functionality for applications such as back-end game servers.

    Overview

    Definition Classes
    root
  • package net
    Definition Classes
    root
  • package kolotyluk
    Definition Classes
    net
  • package leaderboard

    Leaderboard Microservice which implements standalone leaderboard service inspired by Redis Sorted Sets

    Leaderboard Service

    Leaderboard Microservice which implements standalone leaderboard service inspired by Redis Sorted Sets

    Many leaderboard implementation make use of the general Sorted Set operations in Redis such as ZADD, ZRANK, ZRANGE, etc. This project is an academic exercise which attempts to improve on some of the restrictions of Redis, while maintaining the robustness of it. Academically, it is also an exercise in designing and implementing a micro service, and experimenting with modern cloud principles.

    Also known as a High Score Table, this service tracks scores for a number of contests, events, etc. See also: README

  • package scala
p

net

kolotyluk

package kolotyluk

Ungrouped