The Wayback Machine - https://web.archive.org/web/20220709005739/https://github.com/topics/distributed-computing
Skip to content
#

distributed-computing

Here are 1,306 public repositories matching this topic...

ColossalAI
SMesForoush
SMesForoush commented Mar 12, 2022

Dear Colossal-AI team,
There are a few features in my mind that I thought would be helpful to the project, and I wanted to ask if there is any of them which might be more useful so I could start implementing them.
Loki-Promtail is a tool for monitoring distributed logs with Grafana. Connecting the Distributed Logger to it and extracting labels from the log structure would be a user-friendly sys

good first issue
jrbourbeau
jrbourbeau commented Jun 9, 2022

Earlier today I wanted to upload a performance report to an S3 bucket but then noticed that performance_report(...) doesn't have a storage_options parameter. This isn't a huge deal as one can just create a performance report locally and then use s3fs to upload that local file to S3. That said it would be nice is performance_report could handle s3://, etc. protocols.

Similar to https:

enhancement good first issue
nooraangelva
nooraangelva commented Aug 4, 2021

Summary

What change needs making?
Example script on how to use created secret successfully.
I have tried myself using the following code from test
It creates a secret successfully but fails to echo the secrets value.

Use Cases

When would you use this?
when I n

enhancement good first issue help wanted
tatssato
tatssato commented Sep 29, 2020

the query!() macro accepts the QueryFilter which is a union of each of the field in the QueryFilter struct.
Right now, you can only specify one variant of the HeaderType enum in the header_type() method for QueryFilter.
This may not be necessary (because we can filter HeaderType in zome_fn level against what is returned from query macro), but may be nice to have if the header_type fiel

enhancement good first issue

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
  • Updated Mar 6, 2021
  • Haskell

Improve this page

Add a description, image, and links to the distributed-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-computing topic, visit your repo's landing page and select "manage topics."

Learn more