DeveloperPlayBook
Python
Python
  • Introduction
  • Architecture
    • Technology Stack
    • ADR Records
  • Design
  • Bootstraping
  • Development Environment
    • Accounts (AWS, GCP, CircleCI)
  • Services/API
    • Serverless
    • Containers
    • Python
    • Firebase
    • Chatbots
    • Testing
  • Frontend
    • Serverless
    • Containers
    • Chatbot
  • Plattform
  • IAM - IAMaaS
  • Persistance - DBaaS
    • Serverless
    • Container
  • Event Driven / Streaming aaS
    • Kinesis
  • AI - AIaaS
  • Production / Reliability Engineering
  • create-k8s-secrets
  • VI
  • Tools
Powered by GitBook
On this page
  1. Persistance - DBaaS

Container

Containerized NoSQL - Mongodb

Docker Setup

  • Intro:

    • https://hub.docker.com/r/bitnami/mongodb/

    • https://www.mongodb.com/blog/post/running-mongodb-as-a-microservice-with-docker-and-kubernetes

    • https://medium.com/@pablo_ezequiel/creating-a-docker-image-with-mongodb-4c8aa3f828f2

    • http://blog.bejanalex.com/2017/03/running-mongodb-in-a-docker-container-with-authentication/

  • ReplicaSets:

Working with Mongodb in Python

  • https://realpython.com/blog/python/introduction-to-mongodb-and-python/

  • https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb

  • https://docs.mongodb.com/getting-started/python/client/

  • pymongo authentication: http://api.mongodb.com/python/current/examples/authentication.html

PreviousServerlessNextEvent Driven / Streaming aaS

Last updated 7 years ago