Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arsulegai/file-search-solution
The solution searches the files present on Google Drive, S3 or Dropbox storage services.
https://github.com/arsulegai/file-search-solution
big-data data-engineering file-search
Last synced: 4 days ago
JSON representation
The solution searches the files present on Google Drive, S3 or Dropbox storage services.
- Host: GitHub
- URL: https://github.com/arsulegai/file-search-solution
- Owner: arsulegai
- Created: 2024-01-21T22:37:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T01:42:10.000Z (10 months ago)
- Last Synced: 2024-01-24T02:35:11.722Z (10 months ago)
- Topics: big-data, data-engineering, file-search
- Language: Shell
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# File Search Application
The application connects to the cloud storage and
searches through the files in the directory that is
configured. A query can be passed to get the matching
files.## Requirements
Functional and non-functional requirements are captured
in the [requirements](docs/requirements/requirements.md) section.A high level PRD/ERD task list is available at
[PRD / ERD](docs/requirements/prd-erd.md) section.## Design
The design follows a modular, scalable approach.
However, the current demo and the minimum viable product
assumes certain components are not built.Check the design considerations and assumptions in the
[High Level Design](./docs/design/hld.md) document.## Demo / Run