这是indexloc提供的服务,不要输入任何密码
Skip to content

[WIP] Removes the globals metadata and switches compose files to a new default #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion hasura/compose-aml.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include:
- path: globals/connector/global_functions/compose.yaml
- path: industry/aml/app/connector/account_operations/compose.yaml
- path: industry/aml/app/connector/banking_core/compose.yaml
- path: industry/aml/app/connector/aml_monitoring/compose.yaml
Expand Down
29 changes: 13 additions & 16 deletions hasura/compose-cpg.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
include:
- path: globals/connector/global_functions/compose.yaml
- path: industry/cpg/retail_ops/connector/sales/compose.yaml
- path: industry/cpg/retail_ops/connector/inventory/compose.yaml
- path: industry/cpg/retail_actions/connector/retail_execution/compose.yaml
services:
engine:
build:
context: engine
dockerfile_inline: |-
FROM ghcr.io/hasura/v3-engine
COPY ./build /md/
develop:
watch:
- action: sync+restart
path: engine/build
target: /md/
env_file:
- engine/.env.engine
dockerfile: Dockerfile.engine
pull: true
environment:
AUTHN_CONFIG_PATH: /md/auth_config.json
ENABLE_CORS: "true"
ENABLE_SQL_INTERFACE: "true"
INTROSPECTION_METADATA_FILE: /md/metadata.json
METADATA_PATH: /md/open_dd.json
OTLP_ENDPOINT: http://local.hasura.dev:4317
extra_hosts:
- local.hasura.dev=host-gateway
- local.hasura.dev:host-gateway
labels:
io.hasura.ddn.service-name: engine
ports:
- mode: ingress
protocol: tcp
published: "3280"
target: 3000
- 3280:3000
otel-collector:
command:
- --config=/etc/otel-collector-config.yaml
Expand Down
29 changes: 13 additions & 16 deletions hasura/compose-diligence.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
include:
- path: globals/connector/global_functions/compose.yaml
- path: industry/diligence/erp/connector/financials/compose.yaml
- path: industry/diligence/erp/connector/operations/compose.yaml
- path: industry/diligence/diligence/connector/valuation_operations/compose.yaml
services:
engine:
build:
context: engine
dockerfile_inline: |-
FROM ghcr.io/hasura/v3-engine
COPY ./build /md/
develop:
watch:
- action: sync+restart
path: engine/build
target: /md/
env_file:
- engine/.env.engine
dockerfile: Dockerfile.engine
pull: true
environment:
AUTHN_CONFIG_PATH: /md/auth_config.json
ENABLE_CORS: "true"
ENABLE_SQL_INTERFACE: "true"
INTROSPECTION_METADATA_FILE: /md/metadata.json
METADATA_PATH: /md/open_dd.json
OTLP_ENDPOINT: http://local.hasura.dev:4317
extra_hosts:
- local.hasura.dev=host-gateway
- local.hasura.dev:host-gateway
labels:
io.hasura.ddn.service-name: engine
ports:
- mode: ingress
protocol: tcp
published: "3280"
target: 3000
- 3280:3000
otel-collector:
command:
- --config=/etc/otel-collector-config.yaml
Expand Down
1 change: 0 additions & 1 deletion hasura/compose-gtm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include:
- path: globals/connector/global_functions/compose.yaml
- path: industry/gtm/revops/connector/salesforce/compose.yaml
- path: industry/gtm/revops/connector/clari/compose.yaml
- path: industry/gtm/operations/connector/auth/compose.yaml
Expand Down
1 change: 0 additions & 1 deletion hasura/compose-starter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include:
- path: globals/connector/global_functions/compose.yaml
- path: industry/starter/example/connector/mypostgres/compose.yaml
services:
engine:
Expand Down
42 changes: 16 additions & 26 deletions hasura/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,30 @@
include:
- path: globals/connector/global_functions/compose.yaml
services:
engine:
build:
context: engine
dockerfile_inline: |-
FROM ghcr.io/hasura/v3-engine
COPY ./build /md/
develop:
watch:
- action: sync+restart
path: engine/build
target: /md/
env_file:
- engine/.env.engine
dockerfile: Dockerfile.engine
pull: true
environment:
AUTHN_CONFIG_PATH: /md/auth_config.json
ENABLE_CORS: "true"
ENABLE_SQL_INTERFACE: "true"
INTROSPECTION_METADATA_FILE: /md/metadata.json
METADATA_PATH: /md/open_dd.json
OTLP_ENDPOINT: http://local.hasura.dev:4317
extra_hosts:
- local.hasura.dev=host-gateway
- local.hasura.dev:host-gateway
labels:
io.hasura.ddn.service-name: engine
ports:
- mode: ingress
protocol: tcp
published: "3280"
target: 3000
- 3280:3000
otel-collector:
command:
- --config=/etc/otel-collector-config.yaml
environment:
HASURA_DDN_PAT: ${HASURA_DDN_PAT}
image: otel/opentelemetry-collector:0.104.0
ports:
- mode: ingress
protocol: tcp
published: "4317"
target: 4317
- mode: ingress
protocol: tcp
published: "4318"
target: 4318
- 4317:4317
- 4318:4318
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
5 changes: 0 additions & 5 deletions hasura/globals/connector/global_functions/.ddnignore

This file was deleted.

1 change: 0 additions & 1 deletion hasura/globals/connector/global_functions/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions hasura/globals/connector/global_functions/compose.yaml

This file was deleted.

Loading