Cassandra allows definition of multiple keyspaces. I am using nodejs w/GremlinClient module (npm install gremlin-client) to handle query execution. Although I know how to set up a keyspace, it is not clear to me how to initialize gremlin client to use a specific keyspace. Is there a programatic way of selecting a namespace, or is it only possible when loading gremlin-server with specific configuration file.