cloudfoundry-community / mongodb-bosh-release

mongodb bosh release
5 stars 13 forks source link

use ruby or go to refactor the errand #14

Open huangered opened 7 years ago

huangered commented 7 years ago

the errand 1 should do

  1. the errand use nats to send "add auth" message
  2. the mongodb instance receive "add auth" message, change the mongo.conf
  3. the errands use bosh command restart the mongodb vms
  4. the errand vm create replset

    the errand 2 should do

  5. build broker, register into cf
Freyert commented 7 years ago

Can you explain more why Ruby or Go specifically?

huangered commented 7 years ago

1.Nats support ruby,go,python well

  1. We see the cloudfoundry use ruby and go in many area. They look like accumulate much experience.
  2. This is just my personal suggest. We can alsochoose other language
Freyert commented 7 years ago

Interesting, I'm not familiar with Nats in this context. Can you link specifically to what you're thinking of? Is this a way to not use the python mongoclient?