Skip to content

Instantly share code, notes, and snippets.

@PedroEscudero
Last active March 16, 2020 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PedroEscudero/8fc30c5f65151a1ba6fe16a5d65000ed to your computer and use it in GitHub Desktop.
Save PedroEscudero/8fc30c5f65151a1ba6fe16a5d65000ed to your computer and use it in GitHub Desktop.
mongo book data set with author inside (Medium article)
{
"title": "Zombi Kidergarten",
"isbn": "11121m21232323232",
"publish:_date": "23-07-2012",
"author": {
"name": "Pedro",
"surname": "Escudero",
"birth_year": "1976",
"nationality": "Spanish",
"alive": 1
},
"chapters_numnber": 23,
"description": "Zombie tales - flash fiction"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment