-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task-NXDOC-2686-Document-Amazon-DocumentDB #2264
base: 2023
Are you sure you want to change the base?
Conversation
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rewrite the page with the following layout
DocumentDB is compatible with MongoDB therefor it can be used by Nuxeo like a MongoDB backend,
but there are limitations.
Limitations
- fulltext search using repository ... you need to rely on elastic, this requires to disable ...
- retryable writes ... this require to use the option ...
- cursor ... can we do something to increase the limit ?
Note there are also other differences that should not affect Nuxeo, please refer to DocumentDB
Configuration
To use DocumentDB you need the following options
..templates=mongodb
nuxeo.vcs.fulltext.search.disabled=true
nuxeo.mongodb.server=<MONGO_URL?retryWrites=false
00ca715
to
c323d5c
Compare
c323d5c
to
1fbc0bb
Compare
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
1fbc0bb
to
e5425f4
Compare
a94a778
to
1ae7f1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NourNuxeo I have suggested some changes. If they look fine, please approve or provide your feedback.
tree_item_index: 700 | ||
|
||
--- | ||
`DocumentDB` is compatible with `MongoDB`, therefore, it can be used by `Nuxeo` like a `MongoDB` backend, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested text - DocumentDB
is compatible with MongoDB
, which allows Nuxeo
to use DocumentDB
as a backend for MongoDB
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but DocumentDB is not a backend for MongoDB. maybe to Use DocumentDB as a backend like MongoDB.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a language perspective, I would suggest the following statement:
DocumentDB
is compatible with MongoDB
. Therefore, it can be used by Nuxeo
as a backend database, like MongoDB
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my reflection is the following counter-example:
postgresql can be used as a backend database, like mongodb
postgresql cannot be used like a mongodb backend (more specific and shorter)
so this seems to be the best fit to me:
documentdb can be used like a mongodb backend
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Show resolved
Hide resolved
@Prosune Thank you for your feedback. |
src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
Outdated
Show resolved
Hide resolved
@NourNuxeo Thank you for the suggestion. I am looking for such feedback as I am planning to improve the documentation process. If you have more such suggestions to improve the documentation process, please do share. |
b4b3792
to
dab7737
Compare
Made minor changes to the document.
dab7737
to
565c9f7
Compare
No description provided.