Skip to content

Connect to OrientDB Distributed Architecture #23

@nishantkumar1292

Description

@nishantkumar1292

Currently active-orient picks server details from a connect.yml file.
The following lines takes the config in the activeorient.rb file.

username = eval(connectyml[:user])
password = eval(connectyml[:pass])
server = eval(serveryml[:server])
port = eval(serveryml[:port])

However I have setup OrientDB in a distributed mode. Is there a way active-orient can communicate with all the nodes in the distributed configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions