WebDataXplorer is a powerful tool for searching, filtering, and managing data through an interactive data grid. This project features a .NET Core backend with Entity Framework Core and a React frontend utilizing the PrimeReact library and TanStack React Query. It's optimized to support Azure SQL Database, Azure Key Vault, Azure Data Factory, Azure Blob Storage, and BrightData APIs for data transformation.
A production version of this application is deployed to Azure App Services (Web App) and maintained in a private GitHub repository.
Sample data is included in appsettings.json
to demonstrate the tool's functionality. You can customize it along with other files
such as SqldbWebDataXplorerContext.cs
and InventoryRepository.cs
to enable full cloud integration and suit your specific requirements.
The Azure Data Factory pipelines automate data ingestion and transformation, retrieving Azure Key Vault secrets for secure HTTP requests and mapping JSON blob result files to SQL tables.