Skip to content

Commit c3d6fca

Browse files
authored
Update README.md
1 parent 0dcd07e commit c3d6fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Before setting up this sample make sure you have the following installed on your
2525

2626
## NoSQL Protocol Module <a name="nosql-protocol"></a>
2727

28-
The [nosqlprotocol module](https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Protocols/NoSQL.md) allows a MariaDB server or cluster to be used as the backend of an application using a [MongoDB® client library](https://docs.mongodb.com/drivers/node/current/). Internally, all documents are stored in a table containing two columns; an `id` column for the object id and a `doc` column for the document itself.
28+
The [nosqlprotocol module](https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Protocols/NoSQL.md) allows a MariaDB server or cluster to be used as the backend of an application using a MongoDB client library. Internally, all documents are stored in a table containing two columns; an `id` column for the object id and a `doc` column for the document itself.
2929

30-
When the MongoDB® client application issues [MongoDB protocol commands](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/), either directly or indirectly via the client library, they are transparently converted into the equivalent SQL and executed against the MariaDB backend. The MariaDB responses are then in turn converted into the format expected by the MongoDB® client library and application.
30+
When the MongoDB® client application issues MongoDB protocol commands, either directly or indirectly via the client library, they are transparently converted into the equivalent SQL and executed against the MariaDB backend. The MariaDB responses are then in turn converted into the format expected by the MongoDB® client library and application.
3131

3232
<p align="center" spacing="10">
3333
<kbd>

0 commit comments

Comments
 (0)