|
| 1 | + |
| 2 | +--- |
| 3 | + |
| 4 | +# JZFS |
| 5 | + |
| 6 | +#### 🚧 Current Status: Incubating - JZFS is not ready for production usage. The API is still evolving and documentation is lacking. |
| 7 | + |
| 8 | +JZFS is a distributed git storage service for the Rust programming language that prioritizes ease-of-use. It supports both Single Machine as well as some distributed environments, including Kubernetes and more. Note that JZFS does not hide the store; instead, JZFS exposes features based on the target distributed git storage service. |
| 9 | + |
| 10 | +### Current Status and Roadmap |
| 11 | + |
| 12 | +JZFS is still in the early development stages and is considered **incubating**. There is no commitment to ongoing maintenance or development. As the project evolves, this may change in the future. Therefore, we encourage you to explore, experiment, and contribute to JZFS, but do not attempt to use it in production. |
| 13 | + |
| 14 | +The immediate next steps for the project are to fill obvious gaps, such as implementing error handling, removing panics throughout the codebase, supporting additional data types, and writing documentation. After that, development will be based on feedback and contributions. |
| 15 | + |
| 16 | +### License |
| 17 | + |
| 18 | +This project is licensed under the [MIT License]. |
| 19 | + |
| 20 | +[MIT License]: LICENSE |
| 21 | + |
| 22 | +### Contribution |
| 23 | + |
| 24 | +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in GitDataAi by you, Please refer to [Contribution Guidelines](Contributing.md), shall be licensed as MIT, without any additional terms or conditions. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
| 31 | +[](#contributors-) |
| 32 | +<!-- ALL-CONTRIBUTORS-BADGE:END --> |
| 33 | +## Contributors ✨ |
| 34 | + |
| 35 | +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 36 | + |
| 37 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 38 | +<!-- prettier-ignore-start --> |
| 39 | +<!-- markdownlint-disable --> |
| 40 | +<!-- markdownlint-restore --> |
| 41 | +<!-- prettier-ignore-end --> |
| 42 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 43 | + |
| 44 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
0 commit comments