Skip to content

just a project to learn and provide showcases for kotlin (JVM language) and mongodb

Notifications You must be signed in to change notification settings

christophpickl/learn-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn MongoDB

Just a project to learn and provide showcases for kotlin (JVM language) and mongodb.

Links

Mongo Daemon Usage

C:\> cd C:\Program Files\MongoDB 2.6 Standard\bin
C:\Program Files\MongoDB 2.6 Standard\bin> mongod.exe --dbpath C:\Data\tmp\mongoDB

MongoDB Shell

C:\Program Files\MongoDB 2.6 Standard\bin>mongo

[...]

> show dbs

admin       (empty)
local       0.078GB
myDatabase  0.078GB

> use myDatabase

switched to db myDatabase

> show collections

system.indexes
user

> db.user.find()

{ "_id" : ObjectId("54ae5d8445e3e2f83a5f2de2"), "name" : "xmas2", "age" : 112 }

>

About

just a project to learn and provide showcases for kotlin (JVM language) and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published