https://github.com/boriszn/loganalyzer
Solution provides opportunities for retrieving and analysing log data from NoSQL data bases (MongoDb, CouchDb). Includes functions
https://github.com/boriszn/loganalyzer
angular couchdb log-analyzer logging mongodb nosql signalr
Last synced: about 1 month ago
JSON representation
Solution provides opportunities for retrieving and analysing log data from NoSQL data bases (MongoDb, CouchDb). Includes functions
- Host: GitHub
- URL: https://github.com/boriszn/loganalyzer
- Owner: Boriszn
- Created: 2016-11-24T18:53:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T19:12:06.000Z (almost 8 years ago)
- Last Synced: 2024-05-22T23:21:35.083Z (about 2 years ago)
- Topics: angular, couchdb, log-analyzer, logging, mongodb, nosql, signalr
- Language: JavaScript
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#  [](https://ci.appveyor.com/project/Boriszn/loganalyzer)
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;

## TODO
[Project link](https://github.com/Boriszn/LogAnalyzer/projects/1)
## Data Model
JSON example
```javascript
{
"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"
}
```

## Stack
Front-End
- AngularJS,
- Highcharts,
- HTML5/CSS-3, Jquery,
Back-End
- .NETFramework 4.6, C#, WebAPI, Swagger
- ASP.NET MVC 4
- SignalR,
DB
- MongoDB