rwenz3l / schaufel

A File Search WebApp based on ElasticSearch and Python Flask
MIT License
8 stars 0 forks source link

Multi Index #1

Open rwenz3l opened 6 years ago

rwenz3l commented 6 years ago

Let's assume we have 2 Servers, each with multiple hard drives and each drive containing multiple folders with different contents (books,music,videos,photos)

Cases: 1) We want to be able to create an index for each machine 2) We want to be able to assign a content category (music or photos) to each category

Todo:

rwenz3l commented 5 years ago

If anyone want to tackle this in hacktober, just comment here. Also feel free to ask questions ofc.