Connect to the HeavyDB server#
1from rbc.heavydb import RemoteHeavyDB
2heavy = RemoteHeavyDB(user='admin', password='HyperInteractive',
3 host='127.0.0.1', port=6274)
1from rbc.heavydb import RemoteHeavyDB
2heavy = RemoteHeavyDB(user='admin', password='HyperInteractive',
3 host='127.0.0.1', port=6274)