Searchr

User docker-compose.yaml file to run the dependencies.

  1. Redisearch - Full text search
  2. Minio - S3 Compatible storage platform
  3. Apache Tika - File Parsing

To run the application

  1. Run dependencies using docker-compose up
  2. Minio dashboard will be available at localhost:9001. Login using ROOT and PASSWORD
  3. Create a public bucket as searchr (if exists make it public to access the files publicly)
  4. Run the app make app
  5. Go to localhost:2112