From 53a501504780a36f5003eefb8af59addeff85108 Mon Sep 17 00:00:00 2001 From: Grigory Reznikov Date: Sun, 14 Jul 2024 20:57:08 +0000 Subject: [PATCH] wip --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..e4f0b382d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## 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.