The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

Logo

Explore our top articles on Cassandra

Welcome to our article directory on Cassandra database! Here you can find a wide range of informative articles that cover various aspects of Cassandra database management, administration, optimization, and best practices.

GitHub - pmcfadin/awesome-accord: Repository of all kinds of things to help you get up and running with ACID transactions on Apache Cassandra®

Welcome to the Awesome Accord repository! This guide provides resources and examples for implementing ACID transactions in Apache Cassandra. Learn how to leverage distributed transactions for building reliable applications.Quick Start with Docker: Single-node deployment for immediate testing Lab Environment: Multi-node cluster setup for development Use Cases & Examples: Production-ready implementations Learning Resources: Documentation and best practices Accord is in active development and still a feature branch in the Apasche Cassandra® Repo. You will find bug. What we ask is that you help with a contribution of a bug report.You can use the Github discussions bug report forum for this or use the Planet Cassandra Discord channel for accord listed below. A bug report should have the folowing:The data model used Actions to reproduce the bug Full stack trace from system.log If you have suggestions about syntax or improving the overall developer expirience, we want to hear about that to! Add it as a suggestion or feature request using Github discussions or let us know in the Planet Cassandra Discord.Now, on to the fun!docker pull pmcfadin/cassandra-accord docker run -d --name cassandra-accord -p 9042:9042 pmcfadin/cassandra-accordbrew tap rustyrazorblade/rustyrazorblade brew install easy-cass-labBanking Transactions: Account transfers with ACID guarantees Inventory Management: Race-free inventory tracking User Management: Multi-table atomic operations Provide feedback and bug reports in the repository forum Join our Discord Community for discussions and support Review our Contributor Guide Submit issues and improvements through GitHub / ├── docker/ # Docker configuration and setup ├── easy-cass-lab/ # Multi-node testing environment ├── examples/ # Implementation examples │ ├── banking/ # Financial transaction examples │ ├── inventory/ # Stock management examples │ └── user-mgmt/ # User operations examples └── docs/ # Guides and documentation Our documentation includes:Comprehensive setup instructions Transaction patterns and implementations Performance optimization guides Troubleshooting and best practices Choose your deployment option: Docker Guide Easy-Cass-Lab Guide Follow the Quick Start Guide Explore example implementations Connect with our Discord community Feedback! Github Discussions BEGIN TRANSACTION LET fromBalance = (SELECT account_balance FROM ks.accounts WHERE account_holder='alice'); IF fromBalance.account_balance >= 20 THEN UPDATE ks.accounts SET account_balance -= 20 WHERE account_holder='alice'; UPDATE ks.accounts SET account_balance += 20 WHERE account_holder='bob'; END IF COMMIT TRANSACTION;Apache License 2.0

['pmcfadin...

1/16/2025

GitHub - ibagroup-eu/Visual-Flow: Visual-Flow main repository

Visual Flow is an ETL tool designed for effective data manipulation via convenient and user-friendly interface. The tool has the following capabilities:Can integrate data from heterogeneous sources: AWS S3 Cassandra Click House DB2 Dataframe (for reading) Elastic Search IBM COS Kafka Local File MS SQL Mongo MySQL/Maria Oracle PostgreSQL Redis Redshift Leverage direct connectivity to enterprise applications as sources and targets Perform data processing and transformation Run custom code Leverage metadata for analysis and maintenance Visual Flow application is divided into the following repositories:Check the official guide.Visual flow is an open-source software licensed under the Apache-2.0 license.

['ibagroup...

12/2/2024

GitHub - apache/cassandra-analytics: Apache cassandra

{{ message }} / cassandra-analytics PublicNotifications You must be signed in to change notification settings Fork 11 Star 15 Apache cassandracassandra.apache.org/License Apache-2.0 license 15 stars 11 forks Branches Tags Activity StarNotifications You must be signed in to change notification settings You can’t perform that action at this time.

['apache']

9/4/2024

cassandraastradatastaxcassandra.lunchsparkapikafkamongokubernetesrest

Checkout Planet Cassandra

Claim Your Free Planet Cassandra Contributor T-shirt!

Make your contribution and score a FREE Planet Cassandra Contributor T-Shirt! 
We value our incredible Cassandra community, and we want to express our gratitude by sending an exclusive Planet Cassandra Contributor T-Shirt you can wear with pride.

LoopBack

A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017.Create powerful APIs easily with a new creation experience for defining REST API's and handling AP...

GitHub - dreamfactorysoftware/df-cassandra: The DreamFactory Cassandra service

{{ message }} / df-cassandra PublicNotifications Fork 2 Star 0 The DreamFactory Cassandra serviceLicense Apache-2.0 license 0 stars 2 forks Branches Tags Activity Star Notifications You can’...

GitHub - dreamfactorysoftware/dreamfactory: DreamFactory API Management Platform

{{ message }} / dreamfactory PublicNotifications Fork 301 Star 1.5k DreamFactory API Management Platformwww.dreamfactory.comLicense Apache-2.0 license 1.5k stars 301 forks Branches Tags Activ...

Join Our Newsletter!

Sign up below to receive email updates and see what's going on with our company

GitHub - stargate/stargate: An open source data gateway

{{ message }} / stargate PublicNotifications Fork 151 Star 793 An open source data gatewaystargate.ioLicense Apache-2.0 license 793 stars 151 forks Branches Tags Activity Star Notifications ...

an open-source, general-purpose, backend framework for the cloud.

Para - an open-source, general-purpose, backend framework for the cloud.About ParaPara was designed to be a simple and modular backend framework for object persistence and retrieval. It helps you buil...

GitHub - Anant/Cassandra.Api: Open Source Application for DataStax Astra

{{ message }} / Cassandra.Api PublicNotifications Fork 10 Star 19 Open Source Application for DataStax Astra 19 stars 10 forks Branches Tags Activity Star Notifications You can’t perform tha...

Explore Further