Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions collection-samples/authors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[{
"_id": {
"$oid": "60f02567e63786678fa5c45f"
},
"name": "Douglas Adams",
"bio": "Douglas Noel Adams (11 March 1952 – 11 May 2001) was an English author, screenwriter, essayist, humorist, satirist and dramatist. Adams was author of The Hitchhiker's Guide to the Galaxy, which originated in 1978 as a BBC radio comedy, before developing into a \"trilogy\" of five books that sold more than 15 million copies in his lifetime and generated a television series, several stage plays, comics, a video game, and in 2005 a feature film. Adams's contribution to UK radio is commemorated in The Radio Academy's Hall of Fame.[2]\n\nAdams also wrote Dirk Gently's Holistic Detective Agency (1987) and The Long Dark Tea-Time of the Soul (1988), and co-wrote The Meaning of Liff (1983), The Deeper Meaning of Liff (1990), and Last Chance to See (1990). He wrote two stories for the television series Doctor Who, co-wrote City of Death, and served as script editor for its seventeenth season in 1979. He co-wrote the Monty Python sketch \"Patient Abuse\" which appeared in the final episode of Monty Python's Flying Circus. A posthumous collection of his selected works, including the first publication of his final (unfinished) novel, was published as The Salmon of Doubt in 2002.\n\nAdams was an advocate for environmentalism and conservation, a lover of fast cars,[3] technological innovation and the Apple Macintosh, and a self-proclaimed \"radical atheist\".",
"birthday": {
"$date": {
"$numberLong": "-541558800000"
}
}
}]
113 changes: 113 additions & 0 deletions collection-samples/books.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
[{
"_id": {
"$oid": "60f01c5be63786678fa5c459"
},
"title": "The Hitchhiker's Guide to the Galaxy",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Living Room",
"owner": "Homer",
"reading": []
},
{
"_id": {
"$oid": "60f02464e63786678fa5c45a"
},
"title": "The Restaurant at the End of the Universe",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Bedroom",
"owner": "Homer",
"reading": [
"Lisa"
]
},
{
"_id": {
"$oid": "60f02497e63786678fa5c45b"
},
"title": "Life, the Universe and Everything",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Bedroom",
"owner": "Homer",
"reading": []
},
{
"_id": {
"$oid": "60f024b4e63786678fa5c45c"
},
"title": "So Long, and Thanks for All the Fish",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Attic",
"owner": "Homer",
"reading": []
},
{
"_id": {
"$oid": "60f024cde63786678fa5c45d"
},
"title": "Mostly Harmless",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Attic",
"owner": "Homer",
"reading": []
},
{
"_id": {
"$oid": "60f024e3e63786678fa5c45e"
},
"title": "And Another Thing...",
"authors": [
{
"$oid": "60f02567e63786678fa5c45f"
},
{
"$oid": "60f02de9e63786678fa5c461"
}
],
"genres": [
"science fiction",
"comedy"
],
"location": "Attic",
"owner": "Homer",
"reading": []
}]