connect {quasardb}R Documentation

Connect to a quasardb cluster.

Description

Connect to a quasardb cluster described with the given URI and returns a handle to it. The URI must be in a form "qdb://<ip or hostname>:<port>[, ...]".

Usage

connect(uri = "qdb://127.0.0.1:2836")

Arguments

uri

Cluster URI, e.g.: "qdb://127.0.0.1:2836", "qdb://10.0.1.1:2836,10.0.1.2:2837,my.database.com:2838".

Value

Handle to the cluster

Examples

handle <- connect("qdb://127.0.0.1:2836")

[Package quasardb version 3.3.0.0 Index]