From 58575272bb9d00a1536020d496f411c420c02305 Mon Sep 17 00:00:00 2001 From: Herald Yu Date: Thu, 15 Aug 2024 18:33:19 +0800 Subject: [PATCH] Add JuiceFS (#4898) * Add JuiceFS * Tweak the readme to rerun the CI --------- Co-authored-by: yassinebenaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96f0655b..82ca9a9c 100644 --- a/README.md +++ b/README.md @@ -3368,6 +3368,7 @@ _Software written in Go._ - [ide](https://github.com/thestrukture/ide) - Browser accessible IDE. Designed for Go with Go. - [ipe](https://github.com/dimiro1/ipe) - Open source Pusher server implementation compatible with Pusher client libraries written in GO. - [joincap](https://github.com/assafmo/joincap) - Command-line utility for merging multiple pcap files together. +- [JuiceFS](https://github.com/juicedata/juicefs) - Distributed POSIX file system built on top of Redis and AWS S3. - [Juju](https://jujucharms.com/) - Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more. - [Leaps](https://github.com/jeffail/leaps) - Pair programming service using Operational Transforms. - [lgo](https://github.com/yunabe/lgo) - Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility.