Skip to content

Instantly share code, notes, and snippets.

@dalmat36
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save dalmat36/b0c8f70b9bb26c7a29d6 to your computer and use it in GitHub Desktop.

Select an option

Save dalmat36/b0c8f70b9bb26c7a29d6 to your computer and use it in GitHub Desktop.
Webinar: Introduction to using MongoDB and Spring Data on Cloud Foundry Find pretty
db.posts.find().pretty()
Result:
{
"_id" : ObjectId("554a2380df506c53b1a78647"),
"author" : "roger",
"date" : ISODate("2015-05-06T14:21:24.537Z"),
"text" : "about mongodB...",
"tags" : [
"tech",
"databases"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment