JDBC compliant driver for connecting to a Cassandra 3.x database. This is primarily a developers tool, it integrates with popular SQL query tools (DbVisualizer for example) and provides enhanced support for IDE's such as IntelliJ.
Priam is a process/tool that runs alongside Apache Cassandra to automate the following:
- Backup and recovery (Complete and incremental)
- Token management
- Configuration
- Support AWS environment
Priam is actively developed and used at Netflix.
Features:
- Token management using
... [More] SimpleDB
- Support multi-region Cassandra deployment in AWS via public IP.
- Automated security group update in multi-region environment.
- Backup SSTables from local ephemeral disks to S3.
- Uses Snappy compression to compress backup data on the fly.
- Backup throttling
- Pluggable modules for future enhancements (support for multiple data storage).
- APIs to list and restore backup data.
- REST APIs for backup/restore and other operations [Less]
Astyanax is a high level Java client for Apache Cassandra.
Astyanax is currently in use at Netflix. Issues generally are fixed as quickly as possbile and releases done frequently.
Some features provided by this client:
o high level, simple object oriented interface to cassandra
o
... [More] failover behavior on the client side
o Connection pool abstraction. Implementation of a round robin connection pool.
o Monitoring abstraction to get event notification from the connection pool
o complete encapsulation of the underlying Thrift API and structs
o automatic retry of downed hosts
o automatic discovery of additional hosts in the cluster
o suspension of hosts for a short period of time after several timeouts
o annotations to simplify use of composite columns [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy