wisdom-framework / wisdom-orientdb

Wisdom OrientDB integration
Apache License 2.0
2 stars 3 forks source link

Remote DB #26

Closed mxmind closed 9 years ago

mxmind commented 9 years ago

Please provide information, how to connect to remote db, not to embedded.

barjo commented 9 years ago

Hi @mxmind, you can find information related to the configuration in the readme.

You can also have a look at orientdb database url documentation. A valid url for a remote db would be remote:localhost/todolist for example. Where localhost is the host of the running orientdb server, and todolist the name of the db.

mxmind commented 9 years ago

Thank you

From: Jonathan Bardin Reply-To: wisdom-framework/wisdom-orientdb Date: Monday, June 15, 2015 at 6:24 AM To: wisdom-framework/wisdom-orientdb Cc: Volodymyr Zdomishchuk Subject: Re: [wisdom-orientdb] Remote DB (#26)

Hi @mxmind, you can find information related to the configuration in the readme.

You can also have a look at orientdb database url documentation. A valid url for a remote db would be remote:localhost/todolist for example. Where localhost is the host of the running orientdb server, and todolist the name of the db.

— Reply to this email directly or view it on GitHub.