t4rn / MongoDbManager

MongoDB implementation in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDbManager

MongoDB implementation in .NET application.

Installing MongoDB as Windows Service:

  1. Install MongoDB on local drive, e.g. C:\MongoDB\
  2. Create folders data\db and data\log in the main directory.
  3. Create config file (e.g. mongod.cfg):
systemLog:
    destination: file
    path: c:\MongoDB\data\log\mongod.log
storage:
    dbPath: c:\MongoDB\data\db
  1. Install service:
C:\MongoDB\bin\mongod --config C:\MongoDB\mongod.cfg --install

MongoDB GUI:

https://robomongo.org/download

About

MongoDB implementation in C#.


Languages

Language:JavaScript 44.8%Language:C# 44.5%Language:HTML 5.4%Language:CSS 5.2%Language:ASP 0.1%