Common Runtime for Applications (CRA) is a software layer (library) that makes it easy to create and deploy distributed dataflow-style applications on top of resource managers such as Kubernetes, YARN, and stand-alone cluster execution.
Перейти к файлу
dependabot[bot] 0e9fab904b
Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /src/CRA.DataProvider.File (#36)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 17:42:36 -08:00
src Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /src/CRA.Worker (#35) 2024-11-05 17:42:28 -08:00
.gitattributes Initial commit of Common Runtime for Applications (CRA). 2017-05-09 19:26:49 -07:00
.gitignore Updates to dockerize and deploy to kubernetes. 2017-06-01 18:01:58 -07:00
LICENSE Update LICENSE 2017-05-23 11:36:00 -07:00
README.md Update README 2019-05-30 13:28:50 -05:00
SECURITY.md Microsoft mandatory file (#32) 2022-09-08 08:54:01 -07:00

README.md

Common Runtime for Applications

Common Runtime for Applications (CRA) is a software layer (library) that makes it easy to create and deploy distributed dataflow-style applications on top of resource managers such as Kubernetes, YARN, and stand-alone cluster execution. Currently, we support stand-alone execution (just deploy an .exe on every machine in your cluster) as well as execution in a Kubernetes/Docker environment.

CRA has been used to build both offline and streaming analytics platforms such as Quill and online microservice fabrics such as Ambrosia. Learn more about CRA here:

After you clone the source code, check out the wiki at https://github.com/Microsoft/CRA/wiki for instruction on building CRA and running your first sample distributed application - either locally or in a Kubernetes (Windows) cluster using a Docker image of CRA. We have provided detailed step-by-step instructions for accomplishing this in the wiki. We show how to do this on Azure Container Service (ACS), but CRA should work on any other Kubernetes cluster as well.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.