All Projects → thelastpickle → Cassandra Reaper

thelastpickle / Cassandra Reaper

Licence: apache-2.0
Automated Repair Awesomeness for Apache Cassandra

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Cassandra Reaper

spring-cloud-stream-event-sourcing-testcontainers
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for integration testing.
Stars: ✭ 16 (-95.97%)
Mutual labels:  cassandra
Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (-28.97%)
Mutual labels:  cassandra
Spring Data Cassandra
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 315 (-20.65%)
Mutual labels:  cassandra
trembita
Model complex data transformation pipelines easily
Stars: ✭ 44 (-88.92%)
Mutual labels:  cassandra
cassandra-ldap
LDAP Authenticator for Apache Cassandra
Stars: ✭ 20 (-94.96%)
Mutual labels:  cassandra
Django Cassandra Engine
Django Cassandra Engine - the Cassandra backend for Django
Stars: ✭ 298 (-24.94%)
Mutual labels:  cassandra
AspNetCore.Identity.Cassandra
Cassandra Storage Provider for ASP.NET Core Identity
Stars: ✭ 13 (-96.73%)
Mutual labels:  cassandra
Sqlpad
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
Stars: ✭ 4,113 (+936.02%)
Mutual labels:  cassandra
marina
High-Performance Erlang Cassandra CQL Client
Stars: ✭ 50 (-87.41%)
Mutual labels:  cassandra
Cdrs
Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Stars: ✭ 314 (-20.91%)
Mutual labels:  cassandra
Cassibility
This is a set of Grafana dashboards for monitoring Cassandra together with a prometheus datasource.
Stars: ✭ 59 (-85.14%)
Mutual labels:  cassandra
cassandra-sidecar
Sidecar for Apache Cassandra
Stars: ✭ 24 (-93.95%)
Mutual labels:  cassandra
Hibernate Ogm
Hibernate OGM - Domain model persistence for NoSQL datastores
Stars: ✭ 299 (-24.69%)
Mutual labels:  cassandra
lib
Perl Utility Library for my other repos
Stars: ✭ 16 (-95.97%)
Mutual labels:  cassandra
Deep Learning Wizard
Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, C++ and more.
Stars: ✭ 343 (-13.6%)
Mutual labels:  cassandra
management-api-for-apache-cassandra
RESTful / Secure Management Sidecar for Apache Cassandra
Stars: ✭ 50 (-87.41%)
Mutual labels:  cassandra
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-28.46%)
Mutual labels:  cassandra
Kafka Connect Ui
Web tool for Kafka Connect |
Stars: ✭ 388 (-2.27%)
Mutual labels:  cassandra
Stargate
An open source data gateway
Stars: ✭ 356 (-10.33%)
Mutual labels:  cassandra
Akka Persistence Cassandra
A replicated Akka Persistence journal backed by Apache Cassandra
Stars: ✭ 306 (-22.92%)
Mutual labels:  cassandra

Reaper for Apache Cassandra

Join the chat at https://gitter.im/thelastpickle/cassandra-reaper

Build Status

Note: This repo is a fork from the original Reaper project, created by the awesome folks at Spotify. The WebUI has been merged in with support for incremental repairs added.

Reaper is a centralized, stateful, and highly configurable tool for running Apache Cassandra repairs against single or multi-site clusters.

The current version supports running Apache Cassandra cluster repairs in a segmented manner, opportunistically running multiple parallel repairs at the same time on different nodes within the cluster. Basic repair scheduling functionality is also supported.

Reaper comes with a GUI, which if you're running in local mode can be at http://localhost:8080/webui/

Please see the Issues section for more information on planned development, and known issues.

Documentation and Help

The full documentation is available at the Reaper website. The source for the site is located in this repo at src/docs.

Have a question? Please ask on the reaper mailing list!

System Overview

Reaper consists of a database containing the full state of the system, a REST-full API, and a CLI tool called spreaper that provides an alternative way to issue commands to a running Reaper instance. Communication with Cassandra nodes in registered clusters is handled through JMX.

Reaper system does not use internal caches for state changes regarding running repairs and registered clusters, which means that any changes done to the storage will reflect to the running system dynamically.

You can also run the Reaper with memory storage, which is not persistent, and is meant to be used only for testing purposes.

This project is built on top of Dropwizard: http://dropwizard.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].