You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "john tal (Jira)" <ji...@apache.org> on 2022/05/19 17:57:00 UTC

[jira] [Created] (OAK-9777) jackrabbit-oak/oak-examples/standalone needs example for RDS/RDBMS/Oracle

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)