Skip to content

Commit c595f25

Browse files
committed
Merge branch 'main' of https://github.com/arangodb/docs-hugo into DOC-799
2 parents 155a71a + 8a3c37d commit c595f25

File tree

12 files changed

+78
-41
lines changed

12 files changed

+78
-41
lines changed

site/content/3.11/arangograph/deployments/_index.md

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ periodically to improve security.
156156

157157
1. Navigate to the __Deployment__ for which you want to enable an automatic
158158
password rotation for the root user.
159-
2. In the __Quick start__ section, click the button with the __gear__ icon next to the
159+
2. In the __Deployment details__ section, click the button with the __gear__ icon next to the
160160
__ROOT PASSWORD__.
161161
3. In the __Password Settings__ dialog, turn the automatic password rotation on
162-
and click the __Confirm__ button.
162+
and click the __Save__ button.
163163

164164
![ArangoGraph Deployment Password Rotation](../../../images/arangograph-deployment-password-rotation.png)
165165
4. You can expand the __Root password__ panel to see when the password was
@@ -175,7 +175,8 @@ are shared between ArangoGraph and your database, you can benefit from
175175
end-to-end audit traceability for a given user, as well as integration with
176176
ArangoGraph SSO.
177177

178-
You can enable this feature in the **Password Settings** dialog. Please note
178+
You can enable this feature in the **Deployment details** section by turning
179+
the **USE AUTO LOGIN FOR DATABASE UI** toggle on. Please note
179180
that it may take a few minutes to get activated.
180181
Once enabled, you no longer have to fill in the `root` user and password of
181182
your ArangoDB deployment.
@@ -201,7 +202,7 @@ the ArangoDB database web interface as all permissions are managed by the
201202
ArangoGraph platform.
202203
{{< /warning >}}
203204

204-
Before getting started, make sure you are signed into ArangoGraph as a user
205+
Before getting started, make sure you are signed in to ArangoGraph as a user
205206
with one of the following permissions in your project:
206207
- `data.deployment.full-access`
207208
- `data.deployment.read-only-access`
@@ -236,6 +237,11 @@ attached to your role. Read more about [roles and permissions](../security-and-a
236237
- Change the deployment name
237238
- Change the deployment description
238239
4. In the **Sizing** section, you can do the following:
240+
241+
{{< tip >}}
242+
Before changing deployment models, especially from **Single Server** to clustered configurations,
243+
consider creating a backup of your data.
244+
{{< /tip >}}
239245
- Change **OneShard** deployments into **Sharded** deployments. To do so,
240246
select **Sharded** in the **Model** dropdown list. You can select the
241247
number of nodes for your deployment. This can also be modified later on.
@@ -244,7 +250,12 @@ attached to your role. Read more about [roles and permissions](../security-and-a
244250
{{< /warning >}}
245251
- Change **Single Server** deployments into **OneShard** or **Sharded** deployments.
246252
{{< warning >}}
247-
You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
253+
**Important considerations for Single Server upgrades:**
254+
- You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
255+
- Changing **Single Server** deployments into **OneShard** or **Sharded** deployments
256+
will cause downtime and may take a considerable amount of time to complete. Plan this switch
257+
during a maintenance window when your application can tolerate service interruption.
258+
Your data remains safe throughout the process.
248259
{{< /warning >}}
249260
- Scale up or down the node size.
250261
{{< warning >}}
@@ -281,21 +292,33 @@ application has to handle connection failures by retrying operations if needed.
281292

282293
![ArangoGraph Connecting Drivers Example](../../../images/arangograph-connecting-drivers-example.png)
283294

295+
## How to pause a deployment
296+
297+
1. In the __Deployments__ page, click the deployment you wish to pause.
298+
2. Click the __Delete/Lock__ entry in the navigation.
299+
3. Click the __Pause deployment...__ button.
300+
4. To resume the deployment, go to the __Overview__ tab and click __Resume deployment__. The
301+
deployment being paused displays the __Hibernated__ status until it has been
302+
successfully resumed.
303+
284304
## How to delete a deployment
285305

286306
{{< danger >}}
287307
Deleting a deployment deletes all its data and backups.
288308
This operation is **irreversible**. Please proceed with caution.
289309
{{< /danger >}}
290310

291-
1. In the main navigation, in the __Projects__ section, click the project that
292-
holds the deployment you wish to delete.
293-
2. In the __Deployments__ page, click the deployment you wish to delete.
294-
3. Click the __Delete/Lock__ entry in the navigation.
295-
4. Click the __Delete deployment__ button.
296-
5. In the modal dialog, confirm the deletion by entering `Delete!` into the
311+
1. In the __Deployments__ page, click the deployment you wish to delete.
312+
2. Click the __Delete/Lock__ entry in the navigation.
313+
3. Click the __Delete deployment...__ button.
314+
4. In the modal dialog, confirm the deletion by entering `Delete!` into the
297315
designated text field.
298-
6. Confirm the deletion by pressing the __Yes__ button.
299-
7. You will be taken back to the deployments page of the project.
316+
5. Confirm the deletion by pressing the __Yes__ button.
317+
6. You will be taken back to the __Deployments__ page of the project.
300318
The deployment being deleted will display the __Deleting__ status until it has
301319
been successfully removed.
320+
321+
{{< info >}}
322+
Locked deployments cannot be deleted. Learn more about
323+
[locked resources](../security-and-access-control/_index.md#locked-resources) in ArangoGraph.
324+
{{< /info >}}

site/content/3.11/concepts/data-structure/documents/schema-validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ this restriction.
348348
Attributes with numeric values always have the type `"number"`, even if they are
349349
whole numbers (and internally use an `integer` type). If you want to restrict an
350350
attribute to integer values, use `"type": "number"` together with `"multipleOf": 1`.
351+
Using `multipleOf` with decimal places is not recommended because it doesn't
352+
work reliably due to floating-point inaccuracy.
351353

352354
{{< security >}}
353355
Remote schemas are not supported for security reasons.

site/content/3.12/about-arangodb/features/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md).
3838
A web-based tool for exploring your graph data with an intuitive interface and
3939
sophisticated querying capabilities.
4040

41-
- [**Graph Analytics**](../../graphs/graph-analytics.md):
41+
- [**Graph Analytics**](../../data-science/graph-analytics.md):
4242
A service that can efficiently load graph data from the core database system
4343
and run graph algorithms such as PageRank and many more.
4444

site/content/3.12/arangograph/deployments/_index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ attached to your role. Read more about [roles and permissions](../security-and-a
237237
- Change the deployment name
238238
- Change the deployment description
239239
4. In the **Sizing** section, you can do the following:
240+
241+
{{< tip >}}
242+
Before changing deployment models, especially from **Single Server** to clustered configurations,
243+
consider creating a backup of your data.
244+
{{< /tip >}}
240245
- Change **OneShard** deployments into **Sharded** deployments. To do so,
241246
select **Sharded** in the **Model** dropdown list. You can select the
242247
number of nodes for your deployment. This can also be modified later on.
@@ -245,7 +250,12 @@ attached to your role. Read more about [roles and permissions](../security-and-a
245250
{{< /warning >}}
246251
- Change **Single Server** deployments into **OneShard** or **Sharded** deployments.
247252
{{< warning >}}
248-
You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
253+
**Important considerations for Single Server upgrades:**
254+
- You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
255+
- Changing **Single Server** deployments into **OneShard** or **Sharded** deployments
256+
will cause downtime and may take a considerable amount of time to complete. Plan this switch
257+
during a maintenance window when your application can tolerate service interruption.
258+
Your data remains safe throughout the process.
249259
{{< /warning >}}
250260
- Scale up or down the node size.
251261
{{< warning >}}

site/content/3.12/concepts/data-structure/documents/schema-validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ this restriction.
348348
Attributes with numeric values always have the type `"number"`, even if they are
349349
whole numbers (and internally use an `integer` type). If you want to restrict an
350350
attribute to integer values, use `"type": "number"` together with `"multipleOf": 1`.
351+
Using `multipleOf` with decimal places is not recommended because it doesn't
352+
work reliably due to floating-point inaccuracy.
351353

352354
{{< security >}}
353355
Remote schemas are not supported for security reasons.

site/content/3.12/data-science/_index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Alongside these components, you also get the following additional features:
5050

5151
- [**Graph Visualizer**](../graphs/graph-visualizer.md): A web-based tool for exploring your graph data with an
5252
intuitive interface and sophisticated querying capabilities.
53+
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank
54+
on dedicated compute resources.
5355
- [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting
5456
interactive notebooks for experimentation and development of applications
5557
that use ArangoDB as their backend.
@@ -64,14 +66,6 @@ Alongside these components, you also get the following additional features:
6466
[API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation
6567
for more details.
6668

67-
## Other tools and features
68-
69-
The ArangoDB Platform includes the following features independent of the
70-
GenAI Suite:
71-
72-
- [**Graph Analytics**](../graphs/graph-analytics.md): Run graph algorithms such as PageRank
73-
on dedicated compute resources.
74-
7569
## From graph to AI
7670

7771
This section classifies the complexity of the queries you can answer with
@@ -106,7 +100,7 @@ Graph analytics can answer questions like _**Who are the most connected persons*
106100
ArangoDB offers _Graph Analytics Engines_ to run algorithms such as
107101
connected components, label propagation, and PageRank on your data. This feature
108102
is available for the ArangoGraph Insights Platform. See
109-
[Graph Analytics](../graphs/graph-analytics.md) for details.
103+
[Graph Analytics](graph-analytics.md) for details.
110104

111105
### GraphML
112106

site/content/3.13/graphs/graph-analytics.md renamed to site/content/3.12/data-science/graph-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Graph Analytics
33
menuTitle: Graph Analytics
44
weight: 115
55
description: |
6-
ArangoGraph offers Graph Analytics Engines to run graph algorithms on your
7-
data separately from your ArangoDB deployments
6+
Graph analytics analyzes information networks to extract insights from data
7+
relationships using algorithms like PageRank for fraud detection, recommendations, and network analysis
88
aliases:
9-
- ../data-science/graph-analytics
9+
- ../graphs/graph-analytics
1010
---
1111
{{< tag "ArangoDB Platform" "ArangoGraph" >}}
1212

site/content/3.13/about-arangodb/features/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md).
3838
A web-based tool for exploring your graph data with an intuitive interface and
3939
sophisticated querying capabilities.
4040

41-
- [**Graph Analytics**](../../graphs/graph-analytics.md):
41+
- [**Graph Analytics**](../../data-science/graph-analytics.md):
4242
A service that can efficiently load graph data from the core database system
4343
and run graph algorithms such as PageRank and many more.
4444

site/content/3.13/arangograph/deployments/_index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ attached to your role. Read more about [roles and permissions](../security-and-a
237237
- Change the deployment name
238238
- Change the deployment description
239239
4. In the **Sizing** section, you can do the following:
240+
241+
{{< tip >}}
242+
Before changing deployment models, especially from **Single Server** to clustered configurations,
243+
consider creating a backup of your data.
244+
{{< /tip >}}
240245
- Change **OneShard** deployments into **Sharded** deployments. To do so,
241246
select **Sharded** in the **Model** dropdown list. You can select the
242247
number of nodes for your deployment. This can also be modified later on.
@@ -245,7 +250,12 @@ attached to your role. Read more about [roles and permissions](../security-and-a
245250
{{< /warning >}}
246251
- Change **Single Server** deployments into **OneShard** or **Sharded** deployments.
247252
{{< warning >}}
248-
You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
253+
**Important considerations for Single Server upgrades:**
254+
- You cannot switch from **Sharded** or **OneShard** back to **Single Server**.
255+
- Changing **Single Server** deployments into **OneShard** or **Sharded** deployments
256+
will cause downtime and may take a considerable amount of time to complete. Plan this switch
257+
during a maintenance window when your application can tolerate service interruption.
258+
Your data remains safe throughout the process.
249259
{{< /warning >}}
250260
- Scale up or down the node size.
251261
{{< warning >}}

site/content/3.13/concepts/data-structure/documents/schema-validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ this restriction.
348348
Attributes with numeric values always have the type `"number"`, even if they are
349349
whole numbers (and internally use an `integer` type). If you want to restrict an
350350
attribute to integer values, use `"type": "number"` together with `"multipleOf": 1`.
351+
Using `multipleOf` with decimal places is not recommended because it doesn't
352+
work reliably due to floating-point inaccuracy.
351353

352354
{{< security >}}
353355
Remote schemas are not supported for security reasons.

0 commit comments

Comments
 (0)