This repository contains hands-on experiments, code samples, and learning notes focused on working with MongoDB using Python. It is designed as a personal learning lab where I explore key concepts, ...
MongoDB is an open-source document-oriented database, not a traditional relational database, written in C++ by Dwight Merriman and Eliot Horowitz. Being a document database does not mean storing ...
A simple purchase service that allows users to buy items and check all purchased items. This project uses Python and Flask for the API and client servers, MongoDB for data storage, Kafka and Zookeeper ...