frostfs-api/README.md

37 lines
1 KiB
Markdown
Raw Permalink Normal View History

<p align="center">
<img src="./.github/logo.svg" width="500px" alt="FrostFS">
</p>
<p align="center">
<a href="https://frostfs.info">FrostFS</a> API language-agnostic protocol definitions
</p>
2020-01-30 11:41:24 +00:00
---
![Release](https://git.frostfs.info/TrueCloudLab/frostfs-api/badges/release.svg)
2020-01-30 11:41:24 +00:00
## Overview
2020-01-30 11:41:24 +00:00
FrostFS-API repository is the basis for language-specific libraries, e.g.:
2020-01-30 11:41:24 +00:00
- [frostfs-api-go](https://git.frostfs.info/TrueCloudLab/frostfs-api-go)
2020-01-30 11:41:24 +00:00
Those libraries contain compiled protocol buffers definitions, wrapped with
language-specific code. Use them to integrate applications with FrostFS.
2020-01-30 11:41:24 +00:00
This repository contains:
- protocol buffers packages
- [auto-generated docs](proto-docs) for protocol buffers
## Contributing
Feel free to contribute to this project after reading the [contributing
guidelines](CONTRIBUTING.md).
Before you start working on a certain topic, first create a new issue
describing the feature/topic you are going to implement.
2020-01-30 11:41:24 +00:00
## License
This project is licensed under the Apache 2.0 License -
2020-04-10 06:25:00 +00:00
see the [LICENSE](LICENSE) file for details