Monitor an MMO

Shared by
Ethan Bell
Advanced

Build a live event-driven model of what's currently happening in the "PlanetSide 2" MMOFPS video game. This recipe configures Quine to pull real-time information from the PlanetSide data feed, enrich it with detailed player and weapon information, and build it into a streaming graph so that it can be monitored for complex real-time events. Want to congratulate the player who just made one kill with every available weapon without dying themself? Just set up a standing query to find that player in real-time and trigger that alert.‍

Note: Requires your own service_id parameter for high-volume reliable use.

To run this recipe:

java -jar quine-x.x.x.jar -r planetside2
Download quine
Recipe code:
DOWNLOAD recipeCUSTOMIZE recipe