Giter Site home page Giter Site logo

mongolog's Introduction

MongoLog

Service abstraction

  • c++에서 json형식의 Log를 남기고 그 내용을 MongoDB에 저장하여
  • 로그 클라이언트에서 저장 로그의 History를 확인할 수 있다.

SW functions

  • Handle = MongoLog::CreateLog("LogTitle", LogLevel);
  • 접근/중요도 level과 이름을 가진 document 생성 및 핸들 반환
  • MongoLog::Log(Handle, Key, Value ... );
  • 핸들을 사용한 document에 로그 추가(로깅 시간 포함)

Operation & Development Environment

  • operation environment : Windows 7 이상, mongodb driver(예상), c++ 11이상
  • development environment : Windows 7, mongodb in UNIX server, visual studio 13

Rough data model

  • LogDoc : Title, Level, Key & Values ...

Schedule

  • September 1week : Logger Library 설계
  • September 2week : DB환경 구축및 실제 데이터 삽입 테스트
  • September 3week : DB 로그 확인 클라이언트 제작
  • September 4week : 마무리 및 시연

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.