1 | initial version |
There are several ways how to organize groups, for example, you can organize groups based on the type of entity, or some attribute of entity.
You can also use multitenancy mode: http://fiware-orion.readthedocs.io/en/master/user/multitenancy/index.html Simply add header ({'Fiware-Service': 'group1'}) to http methods, this header will serve as a devider.
And you can also read about http://fiware-orion.readthedocs.io/en/master/user/service_path/index.html