Skip to content

Commit 210e44f

Browse files
committed
2 parents 4d5a958 + af5a568 commit 210e44f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
### Use Case: Central Database for College Contact Information Management
22

33
#### **Objective**:
4-
To create a centralized database that stores and manages all contact information for a college, ensuring secure and seamless ingestion of data via APIs and SFTP, automated processing, and efficient storage in an Azure SQL Database.
4+
5+
Design and implement a centralized database solution to securely store and manage all contact information for colleges in US, enabling seamless data ingestion via APIs and SFTP. The solution will support automated processing, efficient storage in Azure SQL Database, and integration with AI-powered search capabilities to provide intelligent, real-time access to contact data.
56

67
---
78

@@ -53,7 +54,9 @@ This solution ensures a robust, scalable, and automated system for managing coll
5354
![image](https://user-images.githubusercontent.com/15838780/226928604-4340b682-0e13-44bc-b239-6b91a29f678a.png)
5455

5556

56-
## Session Recorded
57+
## Session Recorded
58+
**[Session Video - 07/2025](https://youtu.be/7WbroQM4kGM)**
59+
---
5760
**[Session Video - 04/2025](https://youtu.be/JTrQYz6uTYY)**
5861

5962

@@ -183,8 +186,7 @@ By following these steps, you'll have a serverless API in Azure that uses Servic
183186
|[FC8AFFD1677A443D9D2A962A79246372.json](https://www.xenhey.com/api/store/FC8AFFD1677A443D9D2A962A79246372)| **Search SQL DB. Return resultset** |
184187
|[C51F7629130B448AB4430D1260360C1E.json](https://www.xenhey.com/api/store/C51F7629130B448AB4430D1260360C1E)| **Copy File from SFTP into the pickup folder** |
185188
|[68AA07F5193441878BFCD5CB372B25FB.json](https://www.xenhey.com/api/store/68AA07F5193441878BFCD5CB372B25FB)| **Create a new Record in NoSQL Database** |
186-
|[31D9DA704F294BFBB9923CDFB7F0AEE6.json](https://www.xenhey.com/api/store/31D9DA704F294BFBB9923CDFB7F0AEE6)| Encode Payload Request |
187-
|[9FDDE695D3534F91A3859825BC576857.json](https://www.xenhey.com/api/store/9FDDE695D3534F91A3859825BC576857)| Get reports from DB |
189+
|[31D9DA704F294BFBB9923CDFB7F0AEE6.json](https://www.xenhey.com/api/store/21B8411B3EA24285B52F24B1D968B68A)| **AI Search using Chat GPT Natual Language Processor** |
188190

189191

190192
> Create the following blob containers and share in azure storage
@@ -213,6 +215,8 @@ By following these steps, you'll have a serverless API in Azure that uses Servic
213215
|nosqlmessage|Create a Subscription|
214216
|sqlmessage|Create a Subscription|
215217

218+
## Upgrade Storage
219+
Update storage account to ADLS the run the following script
216220
## Script provsion an Event Grid
217221
```powershell
218222
$subscriptions = ""

0 commit comments

Comments
 (0)