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

https://github.com/edgar-code-repository/storing-file-in-azure-sql

Rest API that reads a file and store its content in Azure SQL.
https://github.com/edgar-code-repository/storing-file-in-azure-sql

azure java spring-boot

Last synced: about 2 months ago
JSON representation

Rest API that reads a file and store its content in Azure SQL.

Awesome Lists containing this project

README

          

READING A FILE AND STORING IT IN AZURE SQL
----------------------------------------------------

![azuresql](images/azure-sql.png)

----------------------------------------------------

**Table created in Azure SQL:**

![tblCountry](screenshots/tblCountry.png)

----------------------------------------------------

**Endpoint exposed to read content from a file:**

![readFileEndpoint](screenshots/readFileEndpoint.png)

----------------------------------------------------

**Data loaded in the table:**

![records](screenshots/records.png)

----------------------------------------------------

**Endpoint exposed to clean data from db:**

![cleanEndpoint](screenshots/cleanEndpoint.png)

----------------------------------------------------