We have some client data stored in Oracle data base. Using these client data(lets say Client Name), we have to create a term store For each client name will be one term and it is grouped by the first letter of the client name(Term set).
Term Store ->A(TermSet) ->Aone, Alaska, etc(Terms)
->B(TermSet)->Bay Gardens, Berkey
At the same time, we have to create a folder structure in a document library. For each client there should be one folder and a set of sub folders created under the library(eg. Secure Folder).
Library -> A -> Aone-> Secure Folder
-> Alaska-> Secure Folder
->B ->Bay Gardens->Secure Folder
If a new client added or an existing client modified in oracle data base, the same should be reflected in the term store and the document library.
Can you please suggest a best approach to tackle this scenario?