uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.53k stars 201 forks source link

Write script to create a uniqush dump of PSPs and subscribers based on one or more rdb snapshots #191

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

See https://github.com/sripathikrishnan/redis-rdb-tools

Doing this from uniqush would have potential harmful performance impacts on redis instances and the uniqush server

Output formats:

  1. JSON
  2. sqlite on disk with schema and indices for subscribers (e.g. for fast lookup of subscriber, service, or device token/id)

Motivation:

Resources:

see db/*redis*.go for the way uniqush represents subscribers and PSPs in redis