data-accelerator/Services
dependabot[bot] 7bc08e0e01
Bump Microsoft.NetFramework.Analyzers from 2.6.3 to 3.3.2 in /Services (#241)
Bumps [Microsoft.NetFramework.Analyzers](https://github.com/dotnet/roslyn-analyzers) from 2.6.3 to 3.3.2.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v2.6.3...v3.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NetFramework.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-11 08:34:34 -07:00
..
AspnetCore/DataX.FlowManagement Upgrade services to .net core 3.1 (#193) 2021-10-01 10:35:36 -07:00
DataX.Config Bump Newtonsoft.Json in /Services/DataX.Config/DataX.Config (#243) 2022-06-24 09:59:19 -07:00
DataX.Contract Bump Newtonsoft.Json in /Services/DataX.Gateway/DataX.Gateway.Api (#246) 2022-06-24 09:57:23 -07:00
DataX.Flow Bump Microsoft.NetFramework.Analyzers from 2.6.3 to 3.3.2 in /Services (#241) 2022-07-11 08:34:34 -07:00
DataX.Gateway Bump Microsoft.NetFramework.Analyzers from 2.6.3 to 3.3.2 in /Services (#241) 2022-07-11 08:34:34 -07:00
DataX.Metrics Bump Microsoft.NetFramework.Analyzers from 2.6.3 to 3.3.2 in /Services (#241) 2022-07-11 08:34:34 -07:00
DataX.ServiceHost Bump Microsoft.AspNetCore.Authentication.JwtBearer (#205) 2022-02-01 15:58:01 -08:00
DataX.SimulatedData Bump Newtonsoft.Json (#249) 2022-06-24 10:00:26 -07:00
DataX.Utilities Bump Microsoft.Azure.DocumentDB from 2.2.3 to 2.18.0 in /Services (#237) 2022-06-29 16:17:32 -07:00
JobRunner Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Services/JobRunner (#245) 2022-06-24 09:58:22 -07:00
JobRunnerWebJob Upgrade services to .net core 3.1 (#193) 2021-10-01 10:35:36 -07:00
.editorconfig Initial Checkin 2019-04-15 23:57:37 -07:00
.gitignore Tylake/configuration (#51) 2019-05-20 08:59:18 -07:00
CONTRIBUTING.md Initial Checkin 2019-04-15 23:57:37 -07:00
DataX.sln Add code coverage options for gathering CC results in validation (#119) 2019-08-14 17:14:19 -07:00
README.md Update README.md 2019-04-16 00:11:56 -07:00
codecoverage.runsettings Update proj to force pdb and exclude other tests binaries (#121) 2019-08-15 12:00:27 -07:00

README.md

Data Accelerator Services

Config

Creates the config files and manages jobs going to the cluster

Contract

Definition of APIs and Constants across projects

Flow

Provides schema and live query services to Flow editing experience

Gateway

Manages entry into other services by authenticating and validating roles.

Metrics

Pushes metrics data into the Redis cache so it can be consummed by the Web Portal

ServiceHost

Layer interacting with the specific host technology

SimulatedData

Simulates the data with specified schema and rules

Utilities

Common code used across projects