data-accelerator/Services
dependabot[bot] ecb8623eb8
Bump System.IdentityModel.Tokens.Jwt (#1258)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.5.0 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/5.5.0...5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  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-01-23 19:28:13 -08:00
..
AspnetCore/DataX.FlowManagement Upgrade services to .net core 3.1 (#193) 2021-10-01 10:35:36 -07:00
DataX.Config Bump Microsoft.Rest.ClientRuntime (#1008) 2023-07-10 08:26:27 -07:00
DataX.Contract Bump Newtonsoft.Json in /Services/DataX.Gateway/DataX.Gateway.Api.Tests (#797) 2022-12-16 11:32:15 -08:00
DataX.Flow Bump System.IdentityModel.Tokens.Jwt (#1258) 2024-01-23 19:28:13 -08:00
DataX.Gateway Bump Microsoft.Rest.ClientRuntime (#1009) 2023-07-10 08:25:59 -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 MongoDB.Driver from 2.10.4 to 2.19.0 in /Services/DataX.Utilities/DataX.Utilities.CosmosDB (#872) 2023-03-20 11:00:47 -07:00
DataX.Utilities Bump Microsoft.Rest.ClientRuntime (#1010) 2023-07-10 08:25:29 -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