add files infra docker service for data platform

This commit is contained in:
jigoong
2026-02-16 17:21:59 +07:00
parent ce75555958
commit 300ed08d9e
46 changed files with 2442 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
CREATE SCHEMA IF NOT EXISTS fastapi;
CREATE SCHEMA IF NOT EXISTS operationbi;
CREATE SCHEMA IF NOT EXISTS raw_data;
CREATE SCHEMA IF NOT EXISTS analytics;
GRANT ALL ON SCHEMA fastapi TO postgres;
GRANT ALL ON SCHEMA operationbi TO postgres;
GRANT ALL ON SCHEMA raw_data TO postgres;
GRANT ALL ON SCHEMA analytics TO postgres;