c-3lab / StarSeeker

FIWAREのデータを様々な形式で表示・管理が行えるプラットフォーム
GNU Affero General Public License v3.0
2 stars 5 forks source link

Support multi-tenant services #16

Open mkyutani opened 2 years ago

mkyutani commented 2 years ago

Support multi-tenant services with fiware-orion's fiware-service header.

mkyutani commented 2 years ago

Implementation idea

ryo-ma commented 2 years ago

LGTM. Support for Fiware-ServicePath in the same way.

mkyutani commented 2 years ago

@ryo-ma Yes, support for fiware-servicepath, too.

mkyutani commented 2 years ago

Propose additional idea in PostgreSQL: (a) Each record in t_category corresponds to fiware-service (b) Each record in t_*_dataset corresponds to fiware-servicedpath

ryo-ma commented 2 years ago

OK. No problem.

mkyutani commented 1 year ago

Pull request: #19

mkyutani commented 1 year ago

Cencept: Define t_tenant and t_service_path in PostgreSQL: (a) Each record in t_tenant corresponds to fiware-service (b) Each record in t_service_path corresponds to (fiware-service, fiware-servicedpath) (c) Each record in t_category depends on a t_service_path record