A full-stack application for uploading and searching Parquet files. This project allows users to upload Parquet files, process their content, and perform quick searches across the data.
- Upload Parquet files via a simple file upload interface.
- Search for data within the uploaded Parquet files with fast query processing.
- View search results in a user-friendly table format.
- Built with React for the frontend and a backend API to handle file uploads and searches.