All Projects → realXuJiang → paper

realXuJiang / paper

Licence: MIT license
Computer Foundations Practices

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to paper

Distributed-Algorithms
利用 Go 语言实现多种分布式算法
Stars: ✭ 53 (+211.76%)
Mutual labels:  raft, paxos
Dragonboat
Dragonboat is a high performance multi-group Raft consensus library in pure Go.
Stars: ✭ 3,983 (+23329.41%)
Mutual labels:  raft, paxos
kshaka
Kshaka is a Go implementation of the CASPaxos consensus protocol.
Stars: ✭ 23 (+35.29%)
Mutual labels:  raft, paxos
Awesome Consensus
Awesome list for Paxos and friends
Stars: ✭ 1,619 (+9423.53%)
Mutual labels:  raft, paxos
Raft-Paxos-Sample
MIT6.824实现分布式一致性算法——Raft&Paxos
Stars: ✭ 37 (+117.65%)
Mutual labels:  raft, paxos
nebula-graph
A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula
Stars: ✭ 833 (+4800%)
Mutual labels:  raft, distributed-system
device.js
🧬 Reactive library to observe essential browser and device properties.
Stars: ✭ 29 (+70.59%)
Mutual labels:  os
slock
High-performance distributed sync service and atomic DB
Stars: ✭ 50 (+194.12%)
Mutual labels:  raft
nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
Stars: ✭ 8,196 (+48111.76%)
Mutual labels:  raft
cryptctl
A disk encryption utility that helps setting up LUKS-based disk encryption using randomly generated keys, and keeps all keys on a dedicated key server.
Stars: ✭ 23 (+35.29%)
Mutual labels:  os
distmq
Distributed Message Queue based on Raft
Stars: ✭ 32 (+88.24%)
Mutual labels:  raft
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (+447.06%)
Mutual labels:  os
ebook
一些已经读、正在读、将要读的书籍
Stars: ✭ 126 (+641.18%)
Mutual labels:  os
Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (+17.65%)
Mutual labels:  os
Psyduck
Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计
Stars: ✭ 4,280 (+25076.47%)
Mutual labels:  os
preemptive
A minimum preemptive OS on Cortex-M3 (specially on blue-pill board) written in Rust.
Stars: ✭ 30 (+76.47%)
Mutual labels:  os
paxakos
Rust implementation of Paxos consensus algorithm
Stars: ✭ 79 (+364.71%)
Mutual labels:  paxos
decode-os
The DECODE OS for private, distributed P2P computing
Stars: ✭ 56 (+229.41%)
Mutual labels:  os
sOS
Solar Operating System - The ASCII OS nobody asked for.
Stars: ✭ 11 (-35.29%)
Mutual labels:  os
diet-raspbian
DEPRECATED - Trim the fat from the default Raspbian image.
Stars: ✭ 32 (+88.24%)
Mutual labels:  os

Reading Paper

About me

作者:whoami

Paper Research

我计划通过顶级的论文结合大量书籍,深入理解计算机科学技术。

data-processing-at-google

论文 分类 地址 总结 备注
The Google File System - Research at Google gfs PDF BLOG 🌱
MapReduce: Simplified Data Processing on Large Clusters MR PDF BLOG 🌱
Spark: Cluster Computing with Working Sets newMr PDF 待完成
Resilient Distributed Datasets newMr PDF BLOG 🌱
Spark Research Papers newMr PDF 待完成
Bigtable: A Distributed Storage System for Structured Data NoSQL PDF BLOG 🌱
Megastore: Providing Scalable, Highly Available Storage for Interactive Services Storage PDF 待完成
Dremel: Interactive Analysis of Web-Scale Datasets Database PDF 🌱
Spanner: Google’s Globally-Distributed Database Database PDF 深奥,需细研 🌱
Colossus: storage_architecture_and_challenges Storage PDF 待完成
F1: A Distributed SQL Database That Scales Database PDF 待完成
Spanner: Becoming a SQL System Database PDF 待完成
The Raft Consensus Algorithm raft PDF 待完成
CONSENSUS: BRIDGING THEORY AND PRACTICE raft PDF 待完成
Raft user study raft PDF 待完成
Paxos Made Practical paxos PDF 待完成

参考:

[1] https://www.systutorials.com/3202/colossus-successor-to-google-file-system-gfs/

Books Research

我计划通过顶级的论文结合大量书籍,深入理解计算机科学技术。

书籍 分类 地址 总结 备注
算法导论 内功 未完成
PostgreSQL源码技术探析 Database 未完成
人月神话 工程管理 💯
黑客与画家 见闻 💯
操作系统设计与实现(第三版)(上册) 内功 未完成
程序是怎样跑起来的 内功 💯
Google SRE运维解密 技术 💯
Just for Fun 技术 💯
苹果往事:开发麦金托什的非凡岁月 Macintosh 💯
自制编程语言 内功 💯
C Primer Plus 内功 未完成

Basic Algorithm

算法 参考 地址 总结 备注
Bitmap 待续 待续 待续 待续
LSM Tree 待续 待续 待续 待续
Btree 待续 待续 待续 待续
LRU 待续 待续 待续 待续
Hash Table 待续 待续 待续 待续
Bloom Filter 待续 待续 待续 待续
skip-list 待续 待续 待续 待续

Course Learning

我计划通过顶级的课程结合大量实践,深入理解计算机科学技术。

课程 分类 地址 总结 备注
分布式系统入门课 Distributed website 15-440 未完成
Distributed Systems: Principles and Paradigms Distributed website 15-712 未完成
6.824: Distributed Systems Distributed website 54-100 未完成
CSE 552 Fall 2013 Distributed website 54-101 未完成

Project Practice

项目驱动力,通过项目实践帮,深入理解基础计算机科学。

项目 分类 地址 总结 状态 备注
JDataFlow Platfrom distributed JDP 进行中 统一分析平台
FusionDB Batch & Stream in Database FusionDB 进行中 分布式数据库引擎

WeChat

Whoami公众号

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].