data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
Add Errors, Warning, and Information for logging statements for health endpoint
Data API builder does not currently support response compression (e.g., gzip or brotli), which can significantly reduce payload size and improve performance over slow or high-latency networks. Compression is especially...
### What happened? When I create a schema like in the given file [sql scripts.txt](https://github.com/user-attachments/files/19333346/sql.scripts.txt) And create a dab-config file like this [config.json](https://github.com/user-attachments/files/19333347/config.json) And I use graphql, 1) when I...
Currently string and binary parameters are added without a length meaning you get multiple queries and plans causing bloat and is impossible to manage from a query store plan perspective...
This task tracks the work to complete adding request and response HTTP header support for cache. For more information see: https://github.com/Azure/data-api-builder/issues/2253
We have a large number of open issues and discussions. It would be too time consuming to manually handle the closing of all of these issues and discussions. Therefore, we...
We need to introduce a caching behaviour in HealthCheck queries so that we dont need to bumbard the DB again and again and return our values from the health check...
Paralellisation of Health check calls: runtime.health.maxDop Based on the number in the config of Max-Dop we should run parellel threads which run the quries to DB simultaneously and reduce the...
Follow up to this PR: https://github.com/Azure/data-api-builder/pull/2473 The above PR is fixing the underlying issue reported here: https://github.com/Azure/data-api-builder/issues/2385 in order to correctly test that case sensitive table names are supported we...
# When I run `dab validate`. The purpose of `validate` is help the developer find and fix configuration errors. ## Inconsistent output ``` c:\Temp\demo>dab validate -c dab-config.json Information: Microsoft.DataApiBuilder 1.3.19...