Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: create Data Storage and add JuiceFS #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates
11. [LLM APIs (open source)](#llm-apis-open-source)
12. [App Hosting Platforms](#app-hosting-platforms)
13. [Cloud Providers](#cloud-providers)
14. [Opinionated Clouds](#opinionated-clouds)
14. [Data Storage](#data-storage)
15. [Opinionated Clouds](#opinionated-clouds)



Expand Down Expand Up @@ -197,6 +198,13 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates

<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>

### Data Storage
| Name (site) | Description | GitHub |
|------------|------------|------------|
| [JuiceFS](https://juicefs.com/en/) | An open-source cloud-native distributed file system with high performance, commonly utilized in AI & machine learning for training, inference, model distribution, as well as in big data processing and analysis | <a href=https://github.com/juicedata/juicefs> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/juicedata/juicefs?style=social" width=90></a> |

<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>

### Opinionated Clouds
| Name (site) | Description |
|------------|------------|
Expand Down