Giter Site home page Giter Site logo

black-watch's People

Contributors

smackem avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tuandat64

black-watch's Issues

JS API: add console

Add a console object with methods log and assert.
log output is captured and stored in tally, assert breaks execution and yields an error tally.

Multi-user support

POC for custom user db with support for [Authorize] attribute in controllers

Tally view

/: overview of top tallies, ordered by signal state

Support https

use an NGINX reverse proxy to support the following transport scheme
browser -> rproxy: https
rproxy -> api: http
rproxy <- api: http
browser <- rproxy: https

Create simple blazor UI

  • create blazor UI project BlackWatch.WebApp
  • host in NGINX container
  • initial feature set:
    • show tally sources with most recent tally
    • show job queue length
    • refresh button

Normalize prices to USD

  • ignore all polygon trackers that do not end in USD
  • rename all symbols to only contain the crypto short name, like 'BTC' or 'UNI'

Edit view

/edit: table of tally sources (as existing in POC) with CRUD support

More edit features

  • delete tally source
  • purge tallies of a tally source
  • refresh button for edit view and tally view

Support multiple crypto APIs

  • refactor jobqueue into multiple request queues, one for each API
  • refactor JobExecutor into RequestRunner
  • derive PolygonRequestRunner

Rearrange repo layout

directory structure:

  • src
    • BlackWatch.Api
    • BlackWatch.Daemon
    • BlackWatch.Core
    • ...
  • test
    • BlackWatch.Core.Test
    • ...
  • site
    • documentation, assets, ...

Tally details view

add a link to TallyWidget to navigate to a details page that displays tally history

Chart view

Parse tally results for symbols \b[A-Z]+\b and render symbols as links to the chart page, which displays daily and hourly charts (full history)

System view

/system: show queue lengths, evaluation times and trackers

Integrate hourly prices

  • streamline symbol naming in data store
  • store hourly quotes in datastore
  • support hourly API in JavaScript engine

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.