Skip to content

Commit 3723ae3

Browse files
authored
change JiaoZiFS to JZFS (#180)
* change JiaoZiFS to JZFS
1 parent 7744fed commit 3723ae3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# JiaoZiFS (JZFS)
1+
# JZFS
32
A version control file system for data linage & data collaboration.
43

54
<p align="left">
@@ -9,15 +8,15 @@ A version control file system for data linage & data collaboration.
98
<br/>
109
</p>
1110

12-
<a href="https://github.com/GitDataAI/jiaozifs"><img src="https://github.com/GitDataAI/jiaozifs/blob/main/docs/logo/jiaozifs.png?raw=true" width="100" /></a>
11+
<a href="https://github.com/GitDataAI/jzfs"><img src="https://github.com/GitDataAI/jzfs/blob/main/docs/logo/jiaozifs.png?raw=true" width="100" /></a>
1312

1413
----
15-
JiaoZiFS is an industry-leading **Data-Centric Version Control** File System, helps ensure Responsible AI Engineering by improving **Data Versioning**, **Provenance**, and **Reproducibility**.
14+
JZFS is an industry-leading **Data-Centric Version Control** File System, helps ensure Responsible AI Engineering by improving **Data Versioning**, **Provenance**, and **Reproducibility**.
1615

1716
Note:
18-
* The name JiaoZi pays tribute to the world's earliest paper money: [Song Dynasty JiaoZi](https://en.wikipedia.org/wiki/Jiaozi_(currency)).
19-
* JiaoZiFS is yet another implementation of [IPFS (InterPlanetary File System)](https://ipfs.tech/) as JiaoZiFS will be compatible with the [implementation requirements](https://specs.ipfs.tech/architecture/principles/#ipfs-implementation-requirements) of IPFS.
20-
* As a filesystem of data versioning at scale, although JiaoZiFS is built for machine learning, It has a wide range of use scenarios (refer A Universe of Uses) and can be seamlessly integrated into all your data stack.
17+
* The name JZFS pays tribute to the world's earliest paper money: [Song Dynasty JiaoZi](https://en.wikipedia.org/wiki/Jiaozi_(currency)).
18+
* JZFS is yet another implementation of [IPFS (InterPlanetary File System)](https://ipfs.tech/) as JZFS will be compatible with the [implementation requirements](https://specs.ipfs.tech/architecture/principles/#ipfs-implementation-requirements) of IPFS.
19+
* As a filesystem of data versioning at scale, although JZFS is built for machine learning, It has a wide range of use scenarios (refer A Universe of Uses) and can be seamlessly integrated into all your data stack.
2120

2221
Data-centric AI is about the practice of iterating and collaborating on data, used to build AI systems, programmatically. Machine learning pioneer Andrew Ng [argues that focusing on the quality of data fueling AI systems will help unlock its full power](https://youtu.be/TU6u_T-s68Y).
2322

@@ -35,15 +34,15 @@ In production systems with machine learning components, updates and experiments
3534

3635
#### Requirement
3736

38-
1. To build JiaoZiFS, you need a working installation of [Go 1.22.0 or higher](https://golang.org/dl/)
39-
2. JiaoZiFS use postgres to store running data, you can install at [postgres install installation guide](https://www.postgresql.org/docs/current/installation.html)
37+
1. To build JZFS, you need a working installation of [Go 1.22.0 or higher](https://golang.org/dl/)
38+
2. JZFS use postgres to store running data, you can install at [postgres install installation guide](https://www.postgresql.org/docs/current/installation.html)
4039

4140
#### Build And Running
4241

4342
1. clone and build
4443
```bash
45-
git clone https://github.com/GitDataAI/jiaozifs.git
46-
cd jiaozifs
44+
git clone https://github.com/GitDataAI/jzfs.git
45+
cd jzfs
4746
make build
4847
```
4948

@@ -62,16 +61,16 @@ docker run -v <data>:/app -p 34913:34913 gitdatateam/jzfs:latest --db "postgres
6261
```
6362
#### Cloud
6463

65-
[Try without installing](https://cloud.jiaozifs.com)
64+
[Try without installing](https://console.gitdata.ai)
6665

67-
Note: storage config for IPFS backend storage as you create a new repository in JiaoZiFS UI.
66+
Note: storage config for IPFS backend storage as you create a new repository in JZFS Console.
6867

6968
```
7069
{"type":"ipfs","ipfs":{"url":"/dns/kubo-service.ipfs.svc.cluster.local/tcp/5001"}}
7170
```
7271

7372
#### Examples
74-
Build AL/ML pipeline over JiaoZiFS
73+
Build AL/ML pipeline over JZFS
7574
[Face detection and recognition inference pipeline](https://colab.research.google.com/drive/1wsv-KMxTdsCLZ64eLq4W1MTfspid-vv6?usp=sharing)
7675

7776
----
@@ -100,6 +99,6 @@ Build AL/ML pipeline over JiaoZiFS
10099
----
101100
### License
102101

103-
Dual-licensed under [MIT](https://github.com/GitDataAI/jiaozifs/blob/main/LICENSE-MIT) + [Apache 2.0](https://github.com/GitDataAI/jiaozifs/blob/main/LICENSE-APACHE)
102+
Dual-licensed under [MIT](https://github.com/GitDataAI/jzfs/blob/main/LICENSE-MIT) + [Apache 2.0](https://github.com/GitDataAI/jzfs/blob/main/LICENSE-APACHE)
104103

105104

api/resp.gen.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)