Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure-Samples/serverless-full-stack-apps-azure-sql
Full stack solution using Javascript, Azure Static Web Apps, Azure Function, Azure SQL Database and a microservice architecture to monitor in real-time public transportation data, create a geofence and send notification when geofence is activated
https://github.com/Azure-Samples/serverless-full-stack-apps-azure-sql
azure azure-functions azure-sql azure-sql-db geospatial json real-time serverless static-web-apps
Last synced: 3 months ago
JSON representation
Full stack solution using Javascript, Azure Static Web Apps, Azure Function, Azure SQL Database and a microservice architecture to monitor in real-time public transportation data, create a geofence and send notification when geofence is activated
- Host: GitHub
- URL: https://github.com/Azure-Samples/serverless-full-stack-apps-azure-sql
- Owner: Azure-Samples
- License: mit
- Created: 2021-03-16T21:08:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T01:54:06.000Z (9 months ago)
- Last Synced: 2024-04-11T17:03:12.289Z (7 months ago)
- Topics: azure, azure-functions, azure-sql, azure-sql-db, geospatial, json, real-time, serverless, static-web-apps
- Language: Jupyter Notebook
- Homepage:
- Size: 50.5 MB
- Stars: 113
- Watchers: 19
- Forks: 1,707
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-azure-sql - Build serverless, full stack applications in Azure - time public transportation data, create a geofence and send notification when geofence is activated. (Code Samples / REST)
- jimsghstars - Azure-Samples/serverless-full-stack-apps-azure-sql - Full stack solution using Javascript, Azure Static Web Apps, Azure Function, Azure SQL Database and a microservice architecture to monitor in real-time public transportation data, create a geofence an (Jupyter Notebook)
README
# Build serverless, full stack applications in Azure
Learn how to create, build, and deploy modern full stack applications in Azure leveraging the language of your choice (Python, Node.js, or .NET) and with a simple JQuery frontend. Topics covered include modern database capabilities, CI/CD and DevOps, backend API development, REST, and more. Using a real-world scenario of trying to catch the bus, you will learn how to build a solution that leverages Azure SQL Database, Azure Functions, Azure Static Web Apps, Logic Apps, Visual Studio Code and GitHub Actions.
## Features
This project features the following capabilities.
- azure-sql-database
- github-actions
- vs-code
- azure-functions
- azure-logic-apps
- azure-app-service-static
- azure-web-apps## Architecture
![Solution Architecture](./documents/catch-the-bus-architecture.svg)
## Related content
- [Architect modern applications using Azure SQL Database](https://learn.microsoft.com/training/modules/create-foundation-modern-apps/)
- [Modern development: creating a REST API, via CI/CD and back](https://devblogs.microsoft.com/azure-sql/modern-development-creating-a-rest-api-via-ci-cd-and-back/)
- [Video: Using Azure Pipelines for Azure SQL deployments](https://www.youtube.com/watch?v=G7H6HbzwAfs&list=PLlrxD0HtieHieV7Jls72yFPSKyGqycbZR&index=26)
- [10 reasons to use Azure SQL in your next project](https://devblogs.microsoft.com/azure-sql/10-reasons-to-use-azure-sql-in-your-next-project/).
- [Azure SQL JSON support sample](https://github.com/yorek/azure-sql-db-samples/tree/master/samples/03-json)
- [Geospatial support](/sql/relational-databases/spatial/spatial-data-sql-server)
- [OpenLayers library](https://openlayers.org/)
- [Graph models](/sql/relational-databases/graphs/sql-graph-overview)
- [Columnstore indexes](/sql/relational-databases/indexes/columnstore-indexes-overview)
- [Introduction to Memory-Optimized Tables](/sql/relational-databases/in-memory-oltp/introduction-to-memory-optimized-tables)