Giter Site home page Giter Site logo

novalogicdev / data-management-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denverpublicschools/data-management-service

0.0 0.0 0.0 420 KB

Code and design documentation for the Ed-Fi Data Management Service, successor to the Ed-Fi ODS/API

License: Apache License 2.0

C# 92.97% PowerShell 4.99% Dockerfile 0.38% Gherkin 1.66%

data-management-service's Introduction

Data-Management-Service

OpenSSF Scorecard

Code and design documentation for the Ed-Fi Data Management Service, successor to the Ed-Fi ODS/API.

Scarlet Tanager, by Adam Jackson, no rights reserved This application is part of Project Tanager, an ambitious project to build a cloud-native "next generation" of Ed-Fi software. The Ed-Fi Data Management Service (DMS) will replace Ed-Fi ODS/API 7.x.

Developer Documents:

Configuration

RateLimit

Basic rate limiting can be applied by supplying a RateLimit object in the appsettings.json file. If no RateLimit object is supplied, rate limiting is not configured for the application. Rate limiting (when applied) will be set globally and apply to all application endpoints.

The RateLimit object should have the following parameters.

Parameter Description
PermitLimit The number of requests permitted within the window time span. This will be the number of requests, per hostname permitted per timeframe (Window). Must be > 0.
Window The number of seconds before the PermitLimit is reset. Must be > 0.
QueueLimit The maximum number of requests that can be Queued once PermitLimits are exhausted. These requests will wait until the Window expires and will be processed FIFO. When the queue is exhausted, clients will receive a 429 Too Many Requests response. Must be >= 0.

Legal Information

Copyright (c) 2024 Ed-Fi Alliance, LLC and contributors.

Licensed under the Apache License, Version 2.0 (the "License").

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

data-management-service's People

Contributors

stephenfuqua avatar csr2017 avatar bradbanister avatar msilesgap avatar andonyns avatar simpat-adam avatar jbrenessimpat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.