Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 1409 posts
Documentation
10/31/2017
This documentation is currently a work-in-progress and contains a number of TODO sections. Contributions are welcome. Main documentation Getting startedNewbie friendly starting point Operating ...
cassandra-log4j-appender
README Cassandra appender for Log4j. Motivation and usage. ---------------------- Log4j is widely used as logging tool. A Cassandra implementation used in Asynchronous way as well a...
scheduler
IntroductionThis library schedules arbitrary Scala code (tasks) to run at an arbitrary time. It tries to do this despite changing infrastructure, and it tries to maintain some sense of task ordering.S...
Cherami
Cherami is a distributed, scalable, durable, and highly available message queue system we developed at Uber Engineering to transport asynchronous tasks. We named our task queue after a heroic carrier ...
CassieQ
CassieQ is a distributed queue built on cassandra. CassieQ leverages bucketing of messages to avoid queues modeled off deletes.To find out about features, how to get started and more, please see our...
Cassandra CFStats to CSV Parser
Repository for a utility to parse cfstats into a csv file for analysisIn this repository you will find an executable jar as well as the source code for the cfstatsparser utility.The utility was built ...
Cassandra Log Tools
DescriptionSimple scripts for working with Apache Cassandra logs.OverviewThese are scripts I created to make it simpler to read/summarise/parse the system.log.They were intended to be overly simple fo...
Cassandra Nagios
README.txt The repo: This repo houses the work we did to monitor Cassandra using Nagios. How repo is structured: src - a patch to apply to nagios so that it does not truncate perf...