Skip to content

Commit

Permalink
updated readme (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
selvasingh committed Oct 9, 2019
1 parent b5d8bff commit 1c2cfa5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions dashboard-web-app/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Deploy Inventory Hub Java Web App =TO=> Azure App Service

This Inventory Hub app is a Java application. It display real-time product
inventory using AngularJS code.
This Inventory Hub app is a Java application. It displays product
inventory using AngularJS code in client browsers.

Behind the scene, the inventory data store
is [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction).

This application uses [Azure CosmosDB Spring Boot Starter](https://github.com/Microsoft/azure-spring-boot/tree/master/azure-starters/azure-documentdb-spring-boot-starter)
and AngularJS to interact with Azure.

is [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction) and
[Azure Event Hubs](https://docs.microsoft.com/en-us/azure/event-hubs/)
as for data ingestion Data ingestion. Event Hubs - is a
"fully managed" cloud scale ingestion of events.

This application uses:

- [Spring Boot](https://github.com/spring-projects/spring-boot)
- [Spring Boot Starter with the Azure Cosmos DB SQL API](https://github.com/Microsoft/azure-spring-boot/)
- [Spring Data for Cosmos DB](https://github.com/microsoft/spring-data-cosmosdb)
- [Spring Cloud Functions](https://github.com/spring-cloud/spring-cloud-function)
- [Spring Cloud Stream Binder for Kafka](https://cloud.spring.io/spring-cloud-stream-binder-kafka/)
- [Spring Security](https://github.com/spring-projects/spring-security)
- [Azure Active Directory B2C Spring Boot Starter](https://github.com/microsoft/azure-spring-boot/tree/master/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter)
- [Spring Boot Starter for WebSocket](https://spring.io/guides/gs/messaging-stomp-websocket/)
- AngularJS

## TOC

Expand Down
2 changes: 1 addition & 1 deletion function-apps/Point-Of-Transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.3.4</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 1c2cfa5

Please sign in to comment.