GithubHelp home page GithubHelp logo

grd's Introduction

grd

A simple computational grid server, using tonic (gRPC and Protocol Buffers 3).

While the server is written in Rust, clients and workers can be implemented in any language:

  • bring your own serialization format: the job data and result data are exchanged as raw bytes
  • a Python client and worker is provided (using PyO3)

Compilation dependencies

See tonic's dependencies

Backlog

  • Grid Manager: Stop worker does not work on Windows
  • app_grid_manager: extend the status with the available service libraries (LIBRARIES_PATH) with creation/modification date
  • add tracing to the server: add a member with timestamps of the job per job_id
  • Grid Config: make it possible to stop all grid servers
  • Grid Config: make it possible to stop all grid workers
  • Service Client: use a Thread Pool https://docs.rs/rayon/1.8.0/rayon/struct.ThreadPool.html
  • make it possible to remove libraries:
    • grid_manager_interface.proto
    • app_grid_manager
    • app_grid_configr
      • client
  • Worker: Windows: signal kill from Grid Manager is not handled. Ctrl-C is, though.
  • Worker: call a service library function to free the result memory
  • Manager: Mac: vanished processes still show up in status
  • client_cpp: create a sync C++ client
  • expose an async Python Client
  • client_cpp: create an async C++ client
  • Release building:
    • is currently not triggered by pushing a tag
    • release.yml: ${{ env.GRD_VERSION }} and ${{ env.RUNNER_OS }} are empty and thus currently hardcoded

grd's People

Contributors

kud1ing avatar

Watchers

 avatar  avatar

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.