-
Updated
Aug 27, 2021 - C
#
sharding
Here are 210 public repositories matching this topic...
Distributed PostgreSQL as an extension
postgres
multi-tenant
sql
database
scale
postgresql
sharding
distributed-database
citus
relational-database
database-cluster
citus-extension
Database Sharding for ActiveRecord
-
Updated
Jul 7, 2021 - Ruby
The core protocol of harmony
harmony
blockchain
consensus
sharding
proof-of-stake
bls
distributed-ledger-technology
pbft
harmony-protocol
-
Updated
Aug 26, 2021 - Go
Cetus is a high performance middleware that provides transparent routing between your application and any backend MySQL Servers.
mysql
middleware
performance
database
distributed
sharding
scaling
xa
mysql-proxy
horizontal-scalable
-
Updated
Jul 1, 2021 - C
A High Scalability Middle-ware for MySQL Sharding
-
Updated
Aug 27, 2021 - Java
2
rShetty
commented
Feb 18, 2019
- Introduce and implement circuit breaker pattern for weaver
Open
Remove dead code
5
dapplion
commented
Mar 19, 2021
At least this util is dead code and could be removed https://github.com/ChainSafe/lodestar/blob/master/packages/lodestar/src/util/io.ts
It would be nice to run ts-prune
on each package of the monorepo to find and delete dead code
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
-
Updated
Jul 19, 2021 - Go
Partitioned ETS tables for Erlang and Elixir
-
Updated
Dec 6, 2020 - Erlang
-
Updated
Jul 15, 2020 - Java
KaHIP -- Karlsruhe HIGH Quality Partitioning.
python
algorithms
cpp
graph
load-balancer
partitioning-algorithms
sharding
partitioning
evolutionary-algorithm
algorithm-engineering
graph-partitioning
process-mapping
edge-partitioning-algorithms
-
Updated
Aug 15, 2021 - C++
ninjaahhh
commented
Apr 22, 2020
recently CI failed many times testing cluster because of port already used, which can be very annoying.
-
Updated
Jun 4, 2021 - Java
A sharding library for Django
python
django
database
postgresql
python3
database-sharding
sharding
multiple-databases
django-sharding
-
Updated
Aug 17, 2021 - Python
A javascript REST ORM that is offline and real-time capable
real-time
validation
orm
offline
migration
batch
sharding
document-database
relational-databases
polymorphic-relationships
traits
-
Updated
Apr 14, 2020 - JavaScript
A fast consistent hash ring implementation in Elixir
-
Updated
Aug 5, 2021 - Elixir
Docker compose config for mongodb cluster
docker
mongo
router
mongodb
docker-compose
shard
replicas
sharding
partitioning
location-based
mongo-cluster-docker
-
Updated
Mar 27, 2019 - Shell
efcore sharding table (database) lib
-
Updated
Aug 27, 2021 - C#
Telegram Open Network research group. Telegram: https://t.me/ton_research
-
Updated
Mar 20, 2020 - C++
Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
-
Updated
Aug 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the sharding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sharding topic, visit your repo's landing page and select "manage topics."
Description
When running Lighthouse in a shell pipeline it fails to exit gracefully because of the lack of signal handler for
SIGPIPE
. I noticed that my Lighthouse nodes wouldn't shutdown gracefully from my runner script, and it took a bit of digging to find the cause.This command reproduces the issue (
bash
assumed):