Bret,
One other question. Can the datastax c++ driver be installed on a machine
other than the machine hosting the cassandra database? There would have
to be some type tcp/ip link between the datastax driver installed node and
the cassandra db server - yes?
TIA!
Quoting Bret McGuire <
bret.m...@datastax.com>:
> Thanks for the question orafin!
>
> The DataStax C/C++ Driver for Apache Cassandra isn't used by the
> Cassandra server process itself. Instead you use this driver to allow your
> C programs to communicate and interact with your Cassandra server. I'd
> suggest starting with the simple application
> <
https://github.com/datastax/cpp-driver?tab=readme-ov-file#a-simple-example>