Coder Social home page Coder Social logo

regiohelden / django-datawatch Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 10.0 331 KB

With Django Datawatch you are able to implement arbitrary checks on data, review their status and even describe what to do to resolve them

License: MIT License

Python 82.04% HTML 17.25% Dockerfile 0.71%

django-datawatch's People

Contributors

bodja avatar costela avatar dependabot[bot] avatar esquire-gh avatar esquire-regio avatar kandeel4411 avatar krayevidi avatar kseniyapotter avatar kseniyapotterrh avatar lociii avatar mounirmesselmeni avatar saz avatar shofinetz avatar stefan-cardnell-rh avatar vpotter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-datawatch's Issues

Add superuser debug info

Sometimes it's hard to see which configuration a check is based on.
Therefore we should show some debug information on the check result detail page.

Add user forced refresh hook

It should be possible to run code when an update gets requested by a user from the webview but not when the check gets updated periodically or by signal triggers.

Cleanup

Support some kind of cleanup on each check to remove results of non-existing or unnecessary payloads. There is already a management command to remove results of deleted checks but not for unnecessary payloads on existing checks.

Renovate

Drop support for Django < 3.2 and Python 3.8
Update requirements for test env

Allow extending acknowledgements

Current behavior:
An exception is thrown when an acknowledgement already exists on the check result and one tries to acknowledge.

Desired behavior:
If the new acknowledgment ends after the existing one, the existing one should be overridden.
If the new one ends before, the exception should still be thrown.

Handle empty generator

Datawatch should support check not returning any payloads from the generator.
Example

def generate(self):
    try:
        for payload in service.get_data():
            yield payload
    except ServiceException:
        yield

API

Add at least a read api to gather statistics on tasks

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.