I am able to connect OrientDB multiple hosts with as below:








*var OrientDB = require('orientjs');var server = OrientDB({   host:     
'Host 1 IP',   port:     2424,   username: 'user',   password: 'pwd',   
servers:  [{host: 'Host 2 IP', port: 2424}]});*

On Tuesday, 16 August 2016 16:42:47 UTC+5:30, Suyog Kale wrote:
>
>
> I have distributed orientDb nodes hosted separately on different machine 
> with static IP. How I can define connection string in my node application 
> using OrientJS?
>
> In case of one node goes down I want to make sure my client is supported 
> by another orientDB node.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to