MINI MINI MANI MO
<?xml version="1.0" encoding="UTF-8"?>
<rexster>
<script-engine-reset-threshold>-1</script-engine-reset-threshold>
<script-engine-init>data/init.groovy</script-engine-init>
<script-engines>gremlin-groovy</script-engines>
<oracle-pool-size>3</oracle-pool-size>
<oracle-property-graph-backends>
<backend>
<backend-name>rdbms_connection</backend-name>
<default-backend>true</default-backend>
<backend-type>oracle_rdbms</backend-type>
<properties>
<jdbcUrl>jdbc:oracle:thin:@127.0.0.1:1521:orcl</jdbcUrl>
<user>scott</user>
<password>YOUR_PASSWORD_HERE</password>
</properties>
</backend>
</oracle-property-graph-backends>
<graphs>
<graph>
<graph-name>connections</graph-name>
<graph-type>oracle.pg.rdbms.OraclePropertyGraphConfiguration</graph-type>
<properties> <jdbcUrl>jdbc:oracle:thin:@127.0.0.1:1521:orcl</jdbcUrl> <user>scott</user> <password>YOUR_PASSWORD_HERE</password> </properties>
<extensions> <allows> <allow>tp:gremlin</allow> </allows> </extensions>
</graph>
</graphs>
</rexster>
OHA YOOOO