InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Data-api-builder Alternatives
Similar projects and alternatives to data-api-builder
-
Directus
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
fair.io
Software sharing for modern businesses. Engage the developer community with your core products.
-
NpgsqlRest
Transform Your PostgreSQL Database into a Production-Ready, Blazing-Fast Standalone REST API Web Server With Static Type Checking and Automatic Code Generation
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
azure-sdk-for-go
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
-
azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
data-api-builder discussion
data-api-builder reviews and mentions
-
Directus – real-time REST and GraphQL API of any SQL database
That looks really interesting, but maybe only useful for mssql? [1]
[1] https://github.com/azure/data-api-builder/labels/known-issue
- Data API builder: modern REST, GraphQL endpoints to Databases and on-prem stores
-
.NET Aspire for Data Chatting
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.1.7/dab.draft.schema.json", "data-source": { "database-type": "mssql", "connection-string": "@env('ConnectionStrings__sqldb')", "options": { "set-session-context": false } }, "runtime": { "graphql": { "enabled": true, "path": "/graphql", "allow-introspection": true }, }, "entities": { "Customer": { "source": { "object": "SalesLT.Customer", "type": "table" }, "graphql": { "enabled": true, "type": { "singular": "Customer", "plural": "Customers" } }, "permissions": [ { "role": "anonymous", "actions": [ { "action": "*" } ] } ], "relationships": { "customerAddresses": { "cardinality": "many", "target.entity": "CustomerAddress", "source.fields": [ "CustomerID" ], "target.fields": [ "CustomerID" ] }, ...
- Data API Builder for Azure Databases
- Blazor and Data API Builder
-
Blazor United - how to prepare for it?
Thank you all! So I will create an API and consume that. I think I will try the new https://github.com/Azure/data-api-builder which will allow me to avoid creating and managing my own API code. Looks pretty sweet!
-
Instant GraphQL and REST API from databases with Data API builder
While I cannot speak for MS in general, I can tell you that several already asked for support for OData...so we put it on the roadmap, to track it (heads up this is not a promise that we will support OData, but we need to discuss it) https://github.com/Azure/data-api-builder/issues/1099
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Sep 2025
Stats
Azure/data-api-builder is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of data-api-builder is C#.