Nakama integration with custom backend

hi everyone i am working on a project and due to some requirements i need to connect my custom backend with nakama to view all the data on my custom backend i want to know is it possible ? if it is then how?

Hello @GorillaDevelopers,
can you go into more details on those requirements and the reasons to expose the data to your custom backend?

i need to add custom reporting/stats.

You should use s2s calls with custom RPCs: Basics - Heroic Labs Documentation

We save statistics for games in the storage module with the aim to have some other backend query the statistics and logs as needed and then delete them from Nakama.

Looks like you can use background events for this Events - Heroic Labs Documentation