-
Notifications
You must be signed in to change notification settings - Fork 54
0008 use redis as persistence
Bruno Thomas edited this page Nov 23, 2021
·
1 revision
Date: 2018-02-12
Accepted
For datashare to scale we are following the 12 factor app stateless processes model. We also need session handling for ICIJ authentication and authorization.
We will store sessions in Redis database.
We will need a redis server in the Datashare platform infrastructure, and avoid memory sessions or data handling.