Skip to content

Instantly share code, notes, and snippets.

@efuaakum
Created January 2, 2022 13:10
Show Gist options
  • Save efuaakum/f386b593aa80bca9d60def54b2c5119b to your computer and use it in GitHub Desktop.
Save efuaakum/f386b593aa80bca9d60def54b2c5119b to your computer and use it in GitHub Desktop.
use('filmstore');
db.movie.replaceOne({"name":"Orange"},
{"title":"A Clockwork Orange",
"awards":{"wins":5,"nominations":21},
"year":1971,
"runtime":136,
"countries":["USA","UK"],
"budget":{"currency":"USD","amount":2200000},
"boxoffice":{"currency":"USD","amount":26600000},
"actors":["Malcolm McDowell","Warren Clarke","Patrick Magee","Adrienne Corri","Miriam Karlin"],
"directors":["Stanley Kubrick"],
"plot":"A Clockwork Orange is a 1971 dystopian crime film adapted, produced, and directed by Stanley Kubrick, based on Anthony Burgess's 1962 novella A Clockwork Orange"},
{"upsert":false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment