Closed gnarea closed 2 years ago
Once #86 is done, a whole HA MongoDB cluster would only be used to store 2-3 entries in a key/value table... Which is a bit of an overkill.
Use a Kubernetes ConfigMap for this key/value configuration. It'd be good to implement the core of it as a separate library so it can also be used in https://github.com/relaycorp/relaynet-pong/issues/26
ConfigMap
TODO:
keyev-firestore
See also:
I'm changing my mind: I think having a pluggable DB is going to cause too many maintenance issues.
Describe the problem
Once #86 is done, a whole HA MongoDB cluster would only be used to store 2-3 entries in a key/value table... Which is a bit of an overkill.
Describe the solution you'd like
Use a Kubernetes
ConfigMap
for this key/value configuration. It'd be good to implement the core of it as a separate library so it can also be used in https://github.com/relaycorp/relaynet-pong/issues/26TODO:
keyev-firestore
, replacing MongoDB.Additional context
See also: