Hi I am new to SeaweedFS and I had some questions to ask:
- If I want to use SeaweedFS with only the master without a Filer with my Java applications do I have to implement myself all the methods? (Because the java client only uses Filer options)
- Will using a Filer with HDFS impact my performances? I was actually thinking of implementing my own metadata system with my Postgres database.
- Could I add my own metadata linked to some files with the Filer for example I would like to put labels for files?
Thanks for your answers!