https://github.com/ytsaurus/ytsaurus-cpp-sdk
https://github.com/ytsaurus/ytsaurus-cpp-sdk
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ytsaurus/ytsaurus-cpp-sdk
- Owner: ytsaurus
- License: apache-2.0
- Created: 2023-08-16T10:43:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:21:48.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:42:38.477Z (over 1 year ago)
- Language: C++
- Size: 68.6 MB
- Stars: 2
- Watchers: 29
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
## YTsaurus
YTsaurus is a distributed storage and processing platform for big data with support for MapReduce model, a distributed file system and a NoSQL key-value database.
This repository contains C++ SDK for YTsaurus.
## Usage
Refer to the [documentation](https://ytsaurus.tech/docs/en/api/cpp/description) and [tutorial](yt/cpp/mapreduce/examples/tutorial) to learn how to use C++ SDK on examples.
## How to Contribute
We are glad to welcome new contributors!
Please read the [contributor's guide](CONTRIBUTING.md) and the [styleguide](yt/styleguide/styleguide.md) for more details.