File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ in this role, albeit with less DataJoint-centric customization.
28
28
29
29
## Self hosting
30
30
31
- In the most basic configuration, the relational database management system (database server) is
32
- installed on an individual user's personal computer.
33
- To support a group of users, a specialized machine can be configured as a dedicated database server.
34
- This server can be accessed by multiple DataJoint clients to query the data and perform computations.
35
-
36
- For even larger groups or multi-site collaborations, multiple database servers may be
37
- configured in a replicated fashion to support larger workloads and simultaneous
38
- multi-site access.
31
+ In the most basic configuration, the relational database management system (database
32
+ server) is installed on an individual user's personal computer.
33
+ To support a group of users, a specialized machine can be configured as a dedicated
34
+ database server.
35
+ This server can be accessed by multiple DataJoint clients to query the data and perform
36
+ computations.
37
+
38
+ For larger groups and multi-site collaborations with heavy workloads, the database
39
+ server cluster may be configured in the cloud or on premises.
39
40
The following section provides some basic guidelines for these configurations here and
40
41
in the subsequent sections of the documentation.
41
42
You can’t perform that action at this time.
0 commit comments