Merged in feature/remove-query (pull request #201)
remove query from codebase part 1 * remove query * fix localstack run
This commit is contained in:
@@ -24,10 +24,7 @@ These variables should be **IDENTICAL** for all services within the same environ
|
||||
| `DOCUMENT_SYNC_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/document_sync` | Queue for document sync |
|
||||
| `DOCUMENT_CLEAN_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/document_clean` | Queue for document cleaning |
|
||||
| `DOCUMENT_TEXT_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/document_text` | Queue for text extraction |
|
||||
| `QUERY_SYNC_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/query_sync` | Queue for query sync |
|
||||
| `QUERY_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/query` | Queue for query execution |
|
||||
| `CLIENT_SYNC_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/client_sync` | Queue for client sync |
|
||||
| `QUERY_VERSION_SYNC_URL` | `https://sqs.us-east-2.amazonaws.com/476114113988/query_version_sync` | Queue for query version sync |
|
||||
|
||||
### 3. AWS Configuration (SHARED across all services)
|
||||
|
||||
@@ -133,32 +130,11 @@ These should be **IDENTICAL** for all services:
|
||||
- `QUEUE_URL` = `https://sqs.us-east-2.amazonaws.com/476114113988/document_text`
|
||||
|
||||
**Also Needs:**
|
||||
- `QUERY_SYNC_URL`
|
||||
- `BUCKET` (S3 bucket name)
|
||||
- AWS config (shared)
|
||||
- Database config (shared)
|
||||
- Auth config (shared)
|
||||
|
||||
### querySyncRunner
|
||||
**Unique Variables:**
|
||||
- `QUEUE_URL` = `https://sqs.us-east-2.amazonaws.com/476114113988/query_sync`
|
||||
|
||||
**Also Needs:**
|
||||
- `QUERY_URL`
|
||||
- AWS config (shared)
|
||||
- Database config (shared)
|
||||
- Auth config (shared)
|
||||
|
||||
### queryRunner
|
||||
**Unique Variables:**
|
||||
- `QUEUE_URL` = `https://sqs.us-east-2.amazonaws.com/476114113988/query`
|
||||
|
||||
**Also Needs:**
|
||||
- `QUERY_URL` (same as QUEUE_URL - self-referential)
|
||||
- AWS config (shared)
|
||||
- Database config (shared)
|
||||
- Auth config (shared)
|
||||
|
||||
### clientSyncRunner
|
||||
**Unique Variables:**
|
||||
- `QUEUE_URL` = `https://sqs.us-east-2.amazonaws.com/476114113988/client_sync`
|
||||
@@ -169,22 +145,11 @@ These should be **IDENTICAL** for all services:
|
||||
- Database config (shared)
|
||||
- Auth config (shared)
|
||||
|
||||
### queryVersionSyncRunner
|
||||
**Unique Variables:**
|
||||
- `QUEUE_URL` = `https://sqs.us-east-2.amazonaws.com/476114113988/query_version_sync`
|
||||
|
||||
**Also Needs:**
|
||||
- `CLIENT_SYNC_URL`
|
||||
- AWS config (shared)
|
||||
- Database config (shared)
|
||||
- Auth config (shared)
|
||||
|
||||
### queryAPI (REST API Service)
|
||||
**Does NOT need `QUEUE_URL`**
|
||||
|
||||
**Needs:**
|
||||
- `CLIENT_SYNC_URL`
|
||||
- `QUERY_VERSION_SYNC_URL`
|
||||
- `BUCKET` (S3 bucket name)
|
||||
- `DEBUG` (optional, set to `true` for development)
|
||||
- AWS config (shared)
|
||||
|
||||
Reference in New Issue
Block a user