Skip to content

leopardslab/raven

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2cd56de Β· Apr 29, 2022

History

50 Commits
Mar 4, 2020
Aug 28, 2020
Aug 28, 2020
Apr 29, 2022
Jun 16, 2020
Jun 16, 2020
Nov 11, 2019
Aug 29, 2020
Aug 9, 2020
Aug 9, 2020
Jun 25, 2020
Feb 4, 2020

Repository files navigation

raven πŸ“‰ πŸ“Š

Raven is a cloud-native API monitoring tool to monitor the health of 3rd party APIs

Monitoring Metrices

  • Connection time
  • Total Duration
  • Response time

Install

Create Client secret and Seceret ID from Oauth providers Google and Github add them to as environment varibales

Environment Variables

create a .env with keys file based on the .env.example template

API

go run raven.go

UI

Dev mode

cd web
npm i
npm start

Prod mode

cd web
npm i
npm run build

Run tests

npm run test

πŸ“£ Usage


πŸ“œ License

MIT