https://github.com/protectwise/cassandra-util
Cassandra Utilities from ProtectWise
https://github.com/protectwise/cassandra-util
Last synced: about 1 year ago
JSON representation
Cassandra Utilities from ProtectWise
- Host: GitHub
- URL: https://github.com/protectwise/cassandra-util
- Owner: protectwise
- License: apache-2.0
- Created: 2016-08-31T16:45:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T11:53:57.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T16:02:08.001Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 228 KB
- Stars: 31
- Watchers: 18
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ProtectWise Cassandra Util
A series of utilities for working with Apache Cassandra.
## CCM Testing Helper
Testing fixtures for interacting with CCM for automated integration tests. Use configuration to define a set of cluster topologies and let these classes manage setup and teardown rather than a sequence of esoteric CCM commands.
See [reference.conf](ccm-testing-helper/src/main/resources/reference.conf) for example configurations.
## CQL Wrapper
A wrapper on the DataStax Java Driver for use from Scala applications. Cluster connections driven by configuration so your DevOps team will love you. Also powerful options for tuning performance and achieving parallelism, as well as implicit arguments for execution context, consistency, retry policy, and sessions.
See [CQL Wrapper Documentation](cql-wrapper/README.md)
## Deleting Compaction Strategy
A custom compaction strategy for Cassandra which allows for data to be removed during standard compaction without resorting to tombstones or TTL's. Currently supports Cassandra 2.x series.
See [Deleting Compaction Strategy Documentation](deleting-compaction-strategy/README.md)
## ProtectWise Util
Support classes copied in from ProtectWise internal repositories.