Auto-Generate and Host Data API Builder on Azure Static Web Apps

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • In this session, starting from nothing we will build an API (REST or GraphQL), using Data API Builder CLI ,to be an access layer over a database (SQL Server, MySQL, PostgreSQL, or CosmosDB). We will then deploy it on Azure with Static Web Apps. Azure Static Web Apps simplify the process by hosting our static files, offering a custom Azure Function, and now enabling a one-step implementation to host the Data API builder container.
    aka.ms/dab
    Follow us on social:
    Blog - aka.ms/azurede...
    Twitter - aka.ms/azurede...
    LinkedIn - aka.ms/azurede...
    Twitch - aka.ms/azurede...
    / fboucheros
    / jerrynixon
    #azuredeveloper #azure

КОМЕНТАРІ • 1

  • @rudyMents
    @rudyMents 4 місяці тому

    Ease of setup is definitely there, but what about optimizing all of these queries when there are large datasets? I imagine you would need to monitor usage, tune indexes and restrict the client from querying anything they want. What's are the recommendations on checking authorization against the data and preventing a possible DoS attack?