A tiny app for extracting file metadata from Azure Blob Storage and synchronizing it with an MSSQL database.
-
Updated
Jul 16, 2024 - Python
A tiny app for extracting file metadata from Azure Blob Storage and synchronizing it with an MSSQL database.
The main idea is to match and search words efficiently among text files in a directory. The files are indexed using multiprocessing. The indexed files are then searched using a Trie. In simple words, this project is word autocomplete using multiprocessing and trie.
Add a description, image, and links to the file-indexing topic page so that developers can more easily learn about it.
To associate your repository with the file-indexing topic, visit your repo's landing page and select "manage topics."