Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marckassay/orldata
An Angular app that syndicates into 'Orlando's Open Data' services.
https://github.com/marckassay/orldata
alpine angular angular-material azure azure-ad-b2c docker msal nginx ngrx powershell rxjs socrata
Last synced: 29 days ago
JSON representation
An Angular app that syndicates into 'Orlando's Open Data' services.
- Host: GitHub
- URL: https://github.com/marckassay/orldata
- Owner: marckassay
- License: mit
- Created: 2019-07-26T13:55:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:11:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T00:20:10.319Z (almost 2 years ago)
- Topics: alpine, angular, angular-material, azure, azure-ad-b2c, docker, msal, nginx, ngrx, powershell, rxjs, socrata
- Language: TypeScript
- Homepage:
- Size: 30.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrlData
An Angular app that syndicates to ['Orlando's Open Data'](https://data.cityoforlando.net/) services to view public records. This project has been developed and continues to be served, with at least the following:
- Front-end tech includes: [Angular](https://angular.io/) 8.0 with [NgRx](https://ngrx.io/) for state management, and also [Angular Material](https://material.angular.io/) for UI components.
- Cloud computing is Azure which consists of the following SaaS: [Azure AD B2C](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-overview) for authentication using [msal-angular](https://github.com/AzureAD/microsoft-authentication-library-for-js); [ContainerRegistry](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-intro) for the application's Docker image; [KeyVault](https://docs.microsoft.com/en-us/azure/key-vault/key-vault-overview) for application credentials; and [App Service](https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro) to host Docker image.
- Authentication at this time are OpenID identity providers for [GitHub](https://developer.github.com/) and [LinkedIn](https://www.linkedin.com/developers/). In addition, email is also accepted as a form of identity.
- Docker image consists of: [Alpine](https://hub.docker.com/_/alpine/) for Linux OS; [NGINX](https://www.nginx.com/) for web server; and [Docker-compose](https://docs.docker.com/compose/) to build image.
- Deployments are automated by utilizing PowerShell [Az](https://docs.microsoft.com/en-us/powershell/azure) module and [az](https://docs.microsoft.com/en-us/cli/azure) executable. These 2 programs are executed in PowerShell to deploy an [ARM template](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview) when needed.
- The underlying API service is provided by [Socrata](https://dev.socrata.com/) where OData query expressions are formed within the app.
- Image below was composed in [GIMP](https://www.gimp.org/). Animated Gif below was recorded and edited in [ScreenToGif](https://github.com/NickeManarin/ScreenToGif).![OrlData](resources/media/homepage_image.png)
The UI layout is derived from Angular Material's website, whereas my objective for the UI was to simply utilize Material components by styling and programming them.
Visit the following link to see 'OrlData':
[orldata.azurewebsites.net](https://orldata.azurewebsites.net)## Other README
For information on how to use this repository in regards to development and deployment, see the following README file:
- ['.\build\'](build/README.md)