Skip to content

Latest commit

 

History

History
65 lines (59 loc) · 2.74 KB

README.md

File metadata and controls

65 lines (59 loc) · 2.74 KB

Only many basic examples os docker-compose, to generate quickly test environments.

MongoDB

  • mongo-express MongoDB administration webapp
  • mongo-standalone includes
    • One MongoDB standalone node
    • Using environemnt vars in .env file:
      • MongoDB version
      • Admin user credentials
      • Database, credentials and roles to an application user
  • mongo-replicaset-minimal basic example where initialize three MongoDB containers configured as a replica-set
  • mongo-replicaset based on mongo-standalone example with:
    • Three MongoDB containers, running as a replica-set
    • Using environemnt vars in .env file:
      • MongoDB version
      • ReplicaSet name
      • Admin user credentials
      • Database, credentials and roles to an application useradmkafka
    • Review documentation in mongo-replicaset and mongo-replicaset/rs0 for more detail

Kafka

Before begin, you should be review kafka listeners explained by rmoff about kafka listeners with docker.