john tal created OAK-9777:
-----------------------------
Summary: jackrabbit-oak/oak-examples/standalone needs example for
RDS/RDBMS/Oracle
Key: OAK-9777
URL: https://issues.apache.org/jira/browse/OAK-9777
Project: Jackrabbit Oak
Issue Type: Documentation
Components: core
Affects Versions: 1.42.0
Reporter: john tal
oak-examples standalone provides this including flag for --mongo, does not list
what the options would be for an RDBMS like oracle.
```
By default the application uses SegmentMk for which stores the data on
filesystem. Instead of that it can be configured to use Mongo
$ java -jar target/oak-standalone-*-exec.jar --mongo
It would try to connect to a Mongo server at localhost and 27017 port. One can
specify the server detail also
$ java -jar target/oak-standalone-*-exec.jar --mongo=mongodb://server:27017
```
--
This message was sent by Atlassian Jira
(v8.20.7#820007)