1) void addMachine(String machineId, String capabilities[])
machineIdwill always be unique and non-blank.capabilitieslist of unique and non blank tokens, e.g.- pdf thumbnail creator
- plain text compression
- image compression
- video thumbnail generation
- save file as chunks to file storage
- find duplicate chunk
- audio extraction
- speech to text conversion
- capabilities are case insensitive . Treat both upper and lowercase characters as same.