Giter VIP home page Giter VIP logo

tracker's People

Contributors

plusreed avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

plusreed

tracker's Issues

JSON config support

Config file would look something like this and would be saved as tkrcfg.json:

{
    "tkrConfigSchemaVersion": 1,
    "config": {
        "db2": {
            "serializeOnBoot": true,
            "serializeCronString": "*/5 * * * *"
        },
        "timeoutMs": 5000,
        "checks": [
            {
                "type": "common",
                "params": [
                    "https://api.prod.hype.space",
                    "hypeapi"
                ]
            },
            {
                "type": "common",
                "params": [
                    "https://ws.prod.hype.space",
                    "hypeapi-websocket"
                ]
            },
            {
                "type": "common",
                "params": [
                    "https://telemetry.prod.hype.space",
                    "api-telemetry"
                ]
            },
            {
                "type": "stream",
                "params": [
                    "internet_high"
                ]
            },
            {
                "type": "stream",
                "params": [
                    "intranet_high"
                ]
            },
            {
                "type": "stream",
                "params": [
                    "wirecast_high"
                ]
            }
        ]
    }
}

To-dos

Not Implemented

These are features that are present in the original source code that are not currently implemented in Tracker:

Not Finished

These are features that are brought over from the original source code, but they weren't finished in the original code and still aren't finished in Tracker:

  • App config diffing
  • Auto-recording of streams

Documentation

  • Document how to run Tracker in Docker.
  • Document DB2
  • Improve comments across codebase

Unit tests

Unit tests are planned to be fully implemented, but as of right now are not finished. This is a list of stuff that needs to be tested when unit tests get finished (more tests might get added):

  • Utils
    • DB2
      • Test exception handling when the database does not exist on disk.
      • Test de-stringifying of database
      • Test stringifying of database
      • Test getting database from disk
      • Test getting property from db
      • Test setting property in db
  • Checks
    • Common
      • Test k8sSplit and ensure it handles hostnames with more than three dashes.

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.