Append Distributed Platform module.

This commit is contained in:
BinChengZhao 2021-08-09 18:15:51 +08:00
parent 5ac4a3ac5c
commit 7a99ffb045

View file

@ -10,6 +10,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Audio and Music](#audio-and-music)
- [Cryptocurrencies](#cryptocurrencies)
- [Database](#database)
- [Distributed Platform](#distributed-platform)
- [Emulators](#emulators)
- [Games](#games)
- [Graphics](#graphics)
@ -204,6 +205,9 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
* [tikv](https://github.com/tikv/tikv) — A distributed KV database in Rust [![Build Status](https://ci.pingcap.net/job/tikv_ghpr_test/badge/icon)](https://ci.pingcap.net/job/tikv_ghpr_test/)
* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic.
### Distributed Platform
* [delicate](https://github.com/BinChengZhao/delicate) — A lightweight and distributed task scheduling platform written in rust. [![Build Status](https://github.com/BinChengZhao/delicate/workflows/CI/badge.svg)](https://github.com/BinChengZhao/delicate/actions)
### Emulators
See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).