/LogAnalyzer

Solution provides opportunities for retrieving and analysing log data from NoSQL data bases (MongoDb, CouchDb). Includes functions

Primary LanguageJavaScript

alt text Build status

Solution provides opportunities for retrieving and analysing log data from NoSQL data bases (MongoDb, CouchDb).

Includes functions:

  • querying and searching data
  • multidimensional objects rendering;
  • errors and info’s analyzing charts;
  • Real-Time data observing and updating;

alt text

TODO

Project link

Data Model

JSON example

{
  "Message": "test 2",
  "Level": "Error",
  "Name": "Test name",
  "LastInfo": { /* Can contain ANY object with ANY dimension  */
    "Level": "Low",
    "Count": 1,
    "Stack": {
      "Test": "one"
    }
  },
  "Email": "none",
  "VisitDate": "2018-05-21T02:20:00.000+0000"
}

alt text

Stack

Front-End

  • AngularJS,
  • Highcharts,
  • HTML5/CSS-3, Jquery,

Back-End

  • .NETFramework 4.6, C#, WebAPI, Swagger
  • ASP.NET MVC 4
  • SignalR,

DB

  • MongoDB