Skip to content

rdrcass is a R client for Apache Cassandra based on Rcpp and Datastax c/c++ driver

License

Notifications You must be signed in to change notification settings

dratushnyy/rdrcass

Repository files navigation

Build Status

rdrcass

rdrcass is a R client for Apache Cassandra based on Rcpp and Datastax c/c++ driver

Dependencies

Supported Cassandra versions

  • 3.0 and greater

Supported CQL

  • SELECT * FROM 'keyspace.table'; with "select" function (see demo/query_select.R)
  • Raw queries with "query" function (see demo/query_select.R)

Supported types:

  • Integer
  • Boolean
  • String, Text
  • Double

Notes

  • Libuv(required by Datastax c/c++ driver) and Datastax c/c++ driver should be installed before the package installation
  • Types not supported on 'select' will return NA

License

MIT

About

rdrcass is a R client for Apache Cassandra based on Rcpp and Datastax c/c++ driver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages