Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active May 28, 2019 23:32
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 timjonesdev/ae15fa618ed64631a0fde8689b1cd20e to your computer and use it in GitHub Desktop.
Save timjonesdev/ae15fa618ed64631a0fde8689b1cd20e to your computer and use it in GitHub Desktop.
Some initial sample data for the reactive mongo streams example.
[
{
"_id": ObjectId("5cb96b9132ac9751f3ff1912"),
"nickname": "HingleMcCringleberry",
"owner": "John S."
},
{
"_id": ObjectId("5cb96b9132ac9751f3ff1892"),
"name": "Johnny Utah",
"owner": "Paul M."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment