Skip to content

Commit

Permalink
New translations indexing.mdx (Urdu (Pakistan))
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jan 1, 2024
1 parent 234bcbb commit 08d9411
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions website/pages/ur/network/indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ query indexerAllocations {
- **درمیانہ** - پروڈکشن انڈیکسر 100 سب گراف اور 200-500 درخواستیں فی سیکنڈ کو اٹھا سکتا ہے.
- **بڑا** - تمام فی الحال زیر استعمال سب گرافس کو انڈیکس کرنے اور متعلقہ ٹریفک کے لیے درخواستیں پیش کرنے کے لیے تیار ہے.

| سیٹ اپ | Postgres<br />(CPUs) | Postgres<br />(GBs میں میموری) | Postgres<br />(TBs میں ڈسک) | VMs<br />(CPUs) | VMs<br />(GBs میں میموری) |
| --- | :-: | :-: | :-: | :-: | :-: |
| چھوٹا | 4 | 8 | 1 | 4 | 16 |
| معیاری | 8 | 30 | 1 | 12 | 48 |
| درمیانہ | 16 | 64 | 2 | 32 | 64 |
| بڑا | 72 | 468 | 3.5 | 48 | 184 |
| سیٹ اپ | Postgres<br />(CPUs) | Postgres<br />(GBs میں میموری) | Postgres<br />(TBs میں ڈسک) | VMs<br />(CPUs) | VMs<br />(GBs میں میموری) |
| ------- |:--------------------------:|:------------------------------------:|:---------------------------------:|:---------------------:|:-------------------------------:|
| چھوٹا | 4 | 8 | 1 | 4 | 16 |
| معیاری | 8 | 30 | 1 | 12 | 48 |
| درمیانہ | 16 | 64 | 2 | 32 | 64 |
| بڑا | 72 | 468 | 3.5 | 48 | 184 |

### وہ کون سی چند بنیادی حفاظتی تدابیر ہیں جو ایک انڈیکسر کو اختیار کرنی چاہیے؟

Expand Down Expand Up @@ -149,20 +149,20 @@ query indexerAllocations {
#### گراف نوڈ

| Port | Purpose | Routes | CLI Argument | Environment Variable |
| --- | --- | --- | --- | --- |
| 8000 | GraphQL HTTP server<br />(سب گراف کی کیوریز کے لیے) | /subgraphs/id/...<br />/subgraphs/name/.../... | --http-port | - |
| 8001 | GraphQL WS<br />(سب گراف سبسکرپشنز کے لیے) | /subgraphs/id/...<br />/subgraphs/name/.../... | --ws-port | - |
| 8020 | JSON-RPC<br />(تعیناتیوں کے انتظام کے لیے) | / | --admin-port | - |
| 8030 | سب گراف انڈیکسنگ اسٹیٹس API | /graphql | --index-node-port | - |
| 8040 | Prometheus میٹرکس | /metrics | --metrics-port | - |
| Port | Purpose | Routes | CLI Argument | Environment Variable |
| ---- | --------------------------------------------------------- | ---------------------------------------------------- | ----------------- | -------------------- |
| 8000 | GraphQL HTTP server<br />(سب گراف کی کیوریز کے لیے) | /subgraphs/id/...<br />/subgraphs/name/.../... | --http-port | - |
| 8001 | GraphQL WS<br />(سب گراف سبسکرپشنز کے لیے) | /subgraphs/id/...<br />/subgraphs/name/.../... | --ws-port | - |
| 8020 | JSON-RPC<br />(تعیناتیوں کے انتظام کے لیے) | / | --admin-port | - |
| 8030 | سب گراف انڈیکسنگ اسٹیٹس API | /graphql | --index-node-port | - |
| 8040 | Prometheus میٹرکس | /metrics | --metrics-port | - |

#### انڈیکسر سروس

| Port | Purpose | Routes | CLI Argument | Environment Variable |
| --- | --- | --- | --- | --- |
| 7600 | GraphQL HTTP server<br />(ادا شدہ سب گراف کی کیوریز کے لیے) | /subgraphs/id/...<br />/status<br />/channel-messages-inbox | --port | `INDEXER_SERVICE_PORT` |
| 7300 | Prometheus میٹرکس | /metrics | --metrics-port | - |
| Port | Purpose | Routes | CLI Argument | Environment Variable |
| ---- | ----------------------------------------------------------------- | ----------------------------------------------------------------------- | -------------- | ---------------------- |
| 7600 | GraphQL HTTP server<br />(ادا شدہ سب گراف کی کیوریز کے لیے) | /subgraphs/id/...<br />/status<br />/channel-messages-inbox | --port | `INDEXER_SERVICE_PORT` |
| 7300 | Prometheus میٹرکس | /metrics | --metrics-port | - |

#### انڈیکسر ایجنٹ

Expand Down

0 comments on commit 08d9411

Please sign in to comment.