Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

microsoft/CEDAR.Core.Collector

Repository files navigation

Pipeline Name Pipeline Status
PR Validation (against Core) GitHub Collectors Build Status
CEDAR.Core.Collector-AzureDevOps.Validation Build Status
PR Validation (against Core) ROS Build Status

Introduction

CEDAR.Core.Collector is the core library that is shared among all CEDAR collectors. It abstract commit REST-API-based data collection paradigm such as:

  • Making HTTP requests and processing response
  • Processing/handling JSON-based HTTP web responses
  • Automatically batching web requests, where applicable, with the ability to halt batching after each request
  • Automatically following/utilizing various continuation token implementations: part of response headers, part of response, oData, etc.
  • Abstracting graph-based data collection

Currently, there are two products that built on CEDAR.Core.Collector:

  1. CEDAR.GitHub.Collector: Data collectors for GitHub.
  2. CEDAR.AzureDevOps.Collector: Data collectors for AzureDevOps (this product is not open source and therefore only Microsoft employees can view this link).

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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.

About

Common infrastructure for CEDAR collectors

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages