https://github.com/bryopsida/syslog-api
API to query data recorded to mongodb by syslog-portal
https://github.com/bryopsida/syslog-api
docker fastify graphql mercurius mongodb mongoose nestjs nodejs syslog
Last synced: about 2 months ago
JSON representation
API to query data recorded to mongodb by syslog-portal
- Host: GitHub
- URL: https://github.com/bryopsida/syslog-api
- Owner: bryopsida
- License: mit
- Created: 2023-01-04T00:37:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T21:22:22.000Z (about 2 months ago)
- Last Synced: 2025-03-31T22:26:43.819Z (about 2 months ago)
- Topics: docker, fastify, graphql, mercurius, mongodb, mongoose, nestjs, nodejs, syslog
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syslog-Api
[](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api) [](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api) [](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api) [](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api) [](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api) [](https://sonarcloud.io/summary/new_code?id=bryopsida_syslog-api)## Description
A api for fetching and querying recorded messages from the syslog-api
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```