Code Monkey home page Code Monkey logo

datadash's Introduction

Data Dash

Data Dash is designed to minimise the impact of a common problem faced with expanding software systems, the need for more monitoring dashboards and the additional work required to maintain then.

Making sure code changes don't break your monitoring tools and keeping your monitoring tools update with systems changes to display correct data are time sinks that any large scale project will eventually encounter and this is where DataDash shines.

To reduce the chances of code changes breaking the monitoring tools and remove the need to update your monitoring tools separately from the product, DataDash calls a web api endpoint implemented in the product being monitored and requires the UI design be stored in code as part of the data transfer object being returned to the dashboard.

This means if a code change or merge would break the web api endpoint then it will throw a compile time error, letting the developer know that the code needs to be corrected. It also means the web api endpoint is calling the same logic as the application, so if the any methods called by the web api endpoint are updated it will also update the data returned to DataDash without having to update the monitoring tool separately.

Common scenarios where DataDash reduces development time are: database refactors, code restructuring, changing how a system works or code merges from multiple branches.

datadash's People

Contributors

valandil08 avatar

Stargazers

Barry avatar Mike Knights avatar  avatar

Watchers

Barry avatar  avatar

Forkers

ace90210

datadash's Issues

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.