codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Add statistics API to logging service #115

Closed codingchili closed 6 years ago

codingchili commented 7 years ago

The logging service already receives all events in the system. Add support for querying log data and make the results available from other nodes. Some statistics should be available to clients as well, highscores, system status etc.

The statistics api could be configurable with a query, endpoint and access level.

Depends on

codingchili commented 7 years ago

Figure out if projections could be used. Tesco/mewbase. Would be good if mew config is serializable too.

codingchili commented 6 years ago

https://github.com/codingchili/chili-game-ext/issues/12