I am using GATE in one of my applications and I have few queries related to Multi-tenancy. My requirements are as given below.
- I have the keywords set, specific for each user and depending on which user is signed in, I need to initialise gazetteer with the applicable set of keywords.
- At a given time there could be multiple users logging into my application and I want to make sure that the multi-tenancy approach will not be inefficient.
- I don't want to store the keywords for each user in the .lst file(s) but store it on a DB (mongo) and inject only at the runtime.
I searched the web for few samples and though I found some thoughts on working with Processing Resource, I have no idea how the performance will be affected.
Your help is much appreciated.
Thanks in advance,
Sajith