Giter VIP home page Giter VIP logo

monarch's People

Contributors

elgohr avatar simonschneider avatar

Stargazers

 avatar  avatar

monarch's Issues

Improved CI

With github actions
on every commit
Linting, tests, docker image build, helm chart testing.

on releases
push docker image to docker hub and release helm chart

Testing

both backend and frontend.
Jest, supertest, fetch-mock etc.

Fully functional serverless version

It would be possible to move large parts of the service clientside and only have the express server as a configuration store and prometheus proxy.

This would allow the possibility to run a demo without installing anything.

the UI would have some check if it can reach a server where it is hosted, if it can't it will gracefully degrade into a serverless version.
the Serverless version will save the configuration file in redux only and not sync it to the backend.
The client would also, regardless of servless or not, have a configuration option to either request prometheus metrics from it's own proxy or from whatever user specified prometheus url.

In the server version the only thing different would be that the client would retrieve and persist configuration to the backend.

This requires all the business logic to move to the frontend but it makes the server extremely simple and slim. It would be used to serve the frontend, proxy prometheus requests and act as a configuration store.

Color consumer edges

If a consumer is lagging over a threshold the CG edge from the topic to the service is marked with warning (yellow).

If a consumer is below a certain percentage of consumption rate vs production rate the CG edge from the topic to the service is marked with critical (red)

Resilience against misconfiguration

Right now MonArch crashes on:

  • missing topics (services producing or consuming from non-existing topics)
  • missing services (services requesting from non-existing other services)
  • missing consumergroups (services consuming from non-existent CGs)

proper styling

Create a sidebar with controls and a main content page with everything else.
The sidebar should be minimal to take away as little as possible from the actual visualization

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.