File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ and run the consumer service on our local machine. This setup includes:
3333 - An SQS queue named ` sqs-senzing-local-redo `
3434- A local PostgreSQL database
3535- A database initialization container to set up the Senzing schema
36- - ~~ The Senzing consumer service~~ (in development)
36+ - The Senzing consumer service
3737- A ` tools ` container with the [ Senzing v4 SDK] [ senzing-sdk ] and
3838 [ ` awslocal ` ] [ awslocal ] wrapper for interacting with LocalStack services
3939
@@ -57,6 +57,12 @@ and run the consumer service on our local machine. This setup includes:
5757 docker compose run tools /bin/bash
5858 ```
5959
60+ 1 . Spinning up a consumer service:
61+
62+ ``` bash
63+ docker compose run --env AWS_PROFILE_NAME=" some-profile-name" --env Q_URL=" https://some-sqs-queue-url" consumer
64+ ```
65+
6066### Using the services
6167
6268The ` tools ` container should be configured with the necessary environment
You can’t perform that action at this time.
0 commit comments