Skip to content

Commit

Permalink
Upsert Property Views (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Kalhorn <67231903+PaulKalho@users.noreply.github.com>
  • Loading branch information
FoseFx and PaulKalho authored May 20, 2024
1 parent dd58f64 commit 8628d8b
Show file tree
Hide file tree
Showing 100 changed files with 4,707 additions and 1,345 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ grpcurl --plaintext \
| user-svc | 3002 | gRPC |
| ory-svc | 3003 | gRPC |
| tasks-svc | 3004 | gRPC |
| property-svc | 3005 | gRPC |
| APISIX (dapr) | 3500 | http |
| APISIX (dapr) | 35001 | grpc |
| APISIX | 9080 | http (mostly grcp-web) |
Expand Down
9 changes: 8 additions & 1 deletion dev/dapr_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ common:
REDIS_ADDR: redis:6379
INSECURE_REDIS_NO_TLS: true
ORGANIZATION_ID: 3b25c6f5-4705-4074-9fc6-a50c28eba405
EVENTSTORE_CS: esdb://admin:changeit@eventstore:2113?tls=false

OTEL_EXPORTER_OTLP_ENDPOINT: http://jaeger:4317
OTEL_EXPORTER_OTLP_INSECURE: true
Expand Down Expand Up @@ -59,3 +58,11 @@ apps:
SERVICE: tasks-svc
POSTGRES_DB: tasks-svc
command: ["air"]

- appID: property-svc
appDirPath: ../services/property-svc
appPort: 3005
env:
SERVICE: property-svc
POSTGRES_DB: property-svc
command: ["air"]
3 changes: 2 additions & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ services:
- "3001:3001" # task-svc
- "3002:3002" # user-svc
- "3003:3003" # ory-svc
- "3004:3004" # property-svc
- "3004:3004" # tasks-svc
- "3005:3005" # property-svc
66 changes: 33 additions & 33 deletions gen/dart/lib/proto/services/property_svc/v1/property_svc.pb.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8628d8b

Please sign in to comment.