hooksie1 / piggybank

Piggy Bank is a secrets storage tool for applications that works with NATS.
Apache License 2.0
10 stars 1 forks source link

Parametrics #3

Open gedw99 opened 3 months ago

gedw99 commented 3 months ago

I use nats and like the piggy bank approach of Remote config.

However when you have many services and the config on 1 is dependent on the other it can be nice to have it as a parametric setup.

Nats being pub sub can probably do this elegantly.

Here is a classic example :

a nats server and its various vars.

a worker server .

a web gui . 20 instances.

—-

so this is basically a publish - consumer situation .

So you end up with parametric environment variable system

What do you think ?

do you get the idea ?

gedw99 commented 3 months ago

its looks like NATS Server will get Materialised View soon which is the same as parametrcis