Skip to content

Commit

Permalink
[tutorial] Update README.md
Browse files Browse the repository at this point in the history
Old Mongo CLI was replaced with new Mongosh CLI after getting an invitation to change from Jakub Čecháček and Jiri Pechanec.
  • Loading branch information
ma-chrdan authored and Naros committed Oct 7, 2024
1 parent edc59de commit 42fad50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ docker-compose -f docker-compose-mongodb.yaml exec kafka /kafka/bin/kafka-consol
--topic dbserver1.inventory.customers

# Modify records in the database via MongoDB client
docker-compose -f docker-compose-mongodb.yaml exec mongodb bash -c 'mongo -u $MONGODB_USER -p $MONGODB_PASSWORD --authenticationDatabase admin inventory'
docker-compose -f docker-compose-mongodb.yaml exec mongodb bash -c 'mongosh -u $MONGODB_USER -p $MONGODB_PASSWORD --authenticationDatabase admin inventory'

db.customers.insert([
{ _id : NumberLong("1005"), first_name : 'Bob', last_name : 'Hopper', email : '[email protected]', unique_id : UUID() }
Expand Down

0 comments on commit 42fad50

Please sign in to comment.