-
Updated
Jan 11, 2022 - Java
{{ message }}
Distributed reliable key-value store for the most critical data of a distributed system
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
A realtime distributed messaging platform
A framework for distributed systems development
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
current return queueOfferResult == QueueOfferResult.enqueued();
《Designing Data-Intensive Application》DDIA中文翻译
High-Performance server for NATS.io, the cloud and edge native messaging system.
Apache ZooKeeper
This would allow the CLI to try connecting to a different node is the first node goes down.
Orleans is a cross-platform framework for building distributed applications with .NET
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
A curated list to learn about distributed systems
open source training courses about distributed database and distributed systemes
Python Stream Processing
e.g. resetType of LastDecisionCompleted isn't able to reset the failed activity which failed a workflow. In this case, if using a offset of -1 will help.
Cobra, the library used to implement the CLI commands also generate the shell completion scripts, for bash, zsh, fish and powershell. This completion scripts are based on the description of each commands (living in https://github.com/MichaelMure/git-bug/tree/master/commands).
At the moment, those completion works decently, completing command names and flags. However it would be possible to do b
Reproducible Data Science at Scale!
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
We should use com.clickhouse.jdbc.ClickHouseDriver instead of ru.yandex.clickhouse.ClickHouseDriver.
2022-01-11T18:45:27.806+0900 WARN main ru.yandex.clickhouse.ClickHouseDriver ******************************************************************************************
2022-01-11T18:45:27.806+0900 WARN main ru.yandex.clickhouse.ClickHouseDriver * This driver is DEPRECATED. Please use [c
Avoid controlling endless loop with exception in loadAnonymousClasses, e.g. by extracting loading class to the method:
private boolean tryLoadClass(String innerClassName) {
try {
parent.loadClass(innerClassName);
} catch (ClassNotFoundException ex) {
return false;
}
return true;
}We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
Add a description, image, and links to the distributed-systems topic page so that developers can more easily learn about it.
To associate your repository with the distributed-systems topic, visit your repo's landing page and select "manage topics."
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.