-
Frangipani 是一个分布式文件系统,底层基于Petal分布式存储服务,在上层,多个运行Frangipani的服务器使用共享Petal虚拟磁盘,然后使用Lock服务保证cache coherence。该文件系统针对的场景主要是可信任的小群体,不用担心安全问题。
-
- [x] https://docs.google.com/document/d/1WoOTLTdtDqnL3fv3YVfI32kfySHqh7y1UfLizBJ3LXY/edit
-
Distributed systems; how can node help? :grin:
**Suggested topics**
- what is a distributed system?
- why is it relevant?
- why node?
- p2p
- dht
- scuttelbot
- ipfs
- hyperfs
- peernet (gossip)
- s…
-
- mapreduce https://research.google.com/archive/mapreduce-osdi04.pdf
- The Google File System https://research.google.com/archive/gfs-sosp2003.pdf
- Big Table https://research.google.com/archive/big…
-
=> real time input
=> ephemeral storage
=> ad-hoc network
=> ability to run on battery-powered mobile phones
=> continuous migration of nodes in and out
-
Advantages of distributed systems
- data persistence / more stable / more transparent
- prevents censorship
- less server resources
- blockchains: transactions are transparent (+ cryptocurrency?)
…
-
**Describe the issue**:
- Using `dask[distributed]==2022.2.0`, this same code runs in 23 seconds for a `0.8 GB` DataFrame.
- Using `dask[distributed]==2024.8.0`, this same code **times out** for…
-
### Description
Ability to get the date and time of the current system/computer
### How to use the extension
Use events to return current Date and Current time. Also supports conditions to co…
-
**Story Description:**
The current system utilizes a table called nodes_sync to track various details about Cassandra nodes, instances, and their connections. It maintains information such as node …
-
### System Info / 系統信息
Python 3.10.12, torch 2.4.0+cu121, cuda12.2, accelerate=1.1.1
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改…