Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Various samples on how to use Data API builder for Azure Databases

Awesome Lists containing this project

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.