Using the Apache™ Cassandra® database C++ interface, create a Cassandra database connection and verify that the connection is open. Display the keyspaces in the Cassandra database, and then close the connection.
Create a Cassandra database connection using the configured data source CassandraDataSource and a blank user name and password. The apacheCassandra function returns conn as a connection object.