Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created October 9, 2012 14:32
Show Gist options
  • Select an option

  • Save FrancescaK/3859204 to your computer and use it in GitHub Desktop.

Select an option

Save FrancescaK/3859204 to your computer and use it in GitHub Desktop.
mongodb notebook openshift
{ "name" : "MongoDB Notebook", "description" : "My MongoDB Notes", "created" : ISODate("2012-09-25T12:22:23.590Z"), "author" : "test_user", "tags" : [ "mongodb", "nosql" ], "notes" : [ { "title" : "Say hello to MongoDB", "text" : "Say hello to MongoDB", "created" : ISODate("2012-09-25T12:22:23.593Z"), "tags" : [ "mongodb", "getting-started" ] }, { "title" : "How to setup ReplicaSet in MongoDB", "text" : "How to setup ReplicaSet in MongoDB", "created" : ISODate("2012-09-25T12:22:23.593Z"), "tags" : [ "mongodb", "replication" ] } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment