Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure-Samples/data-api-builder
Various samples on how to use Data API builder for Azure Databases
https://github.com/Azure-Samples/data-api-builder
azure azure-sql cosmosdb databases graphql mysql postgresql rest sql-server
Last synced: 3 months ago
JSON representation
Various samples on how to use Data API builder for Azure Databases
- Host: GitHub
- URL: https://github.com/Azure-Samples/data-api-builder
- Owner: Azure-Samples
- License: mit
- Created: 2022-05-26T19:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T16:45:48.000Z (over 1 year ago)
- Last Synced: 2024-04-17T06:24:14.491Z (7 months ago)
- Topics: azure, azure-sql, cosmosdb, databases, graphql, mysql, postgresql, rest, sql-server
- Language: TSQL
- Homepage:
- Size: 3.21 MB
- Stars: 24
- Watchers: 18
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - Azure-Samples/data-api-builder - Various samples on how to use Data API builder for Azure Databases (TSQL)
README
# Data API builder for Azure Databases samples
Samples on how to use [Data API builder](https://github.com/Azure/data-api-builder) for Azure Databases
## What the Data API builder for Azure Database can do for me?
Azure Data API builder for Azure Databases allows you to automatically expose database objects (tables, views, stored procedures or collections), already existing in your Azure Databases, as REST and GraphQL endpoints. The supported database are:
- Azure SQL and SQL Server
- PostgreSQL
- MariaDB and MySQL
- Azure Cosmos DB## How I do get started?
If this is the very first time you'll be using Data API builder for Azure Databases, you may want to start from the [Getting Started](https://github.com/Azure/data-api-builder/blob/main/docs/getting-started/getting-started.md) in the engine repository document
## There are any end-to-end samples available?
Absolutely. To make it easier to deploy, each end-to-end sample has its own repo:
### To Do App
The well-known [ToDo MVC sample](https://todomvc.com/) using Vue, Azure Static Web Apps and Data API builder:
https://github.com/Azure-Samples/dab-swa-todo
### Library Management App
Organize and keep track of books in your personal library with this sample app built with Angular, Azure Static Web Apps and Data API builder:
https://github.com/Azure-Samples/dab-swa-library-demo
### Tour of Wonders App
The Tour of Wonders App built with Angular, Data API builder with many of the features that you'd expect to find in a data-driven app.
https://github.com/Azure-Samples/dab-swa-wonders
## Can I contribute?
Absolutely! If you have a sample using Data API builder, make sure to take a look at the [Code of Conduct](./CODE_OF_CONDUCT.md) and then please submit a PR to this repo.