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
[,',p,m,c,...
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 - 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.
[,',i,b,a,...
12/2/2024
Checkout Planet Cassandra
GitHub - datastax/zdm-proxy: An open-source component designed to seamlessly handle the real-time client application activity while a migration is in progress.
The ZDM Proxy is client-server component written in Go that enables users to migrate with zero downtime from an Apache Cassandra® cluster to another (which may be an Astra cluster) and not requiring c...
GitHub - datastax/zdm-proxy: An open-source component designed to seamlessly handle the real-time client application activity while a migration is in progress.
No description provided
Spark and Cassandra’s SSTable loader
Arunkumar·Follow3 min read·May 13, 2018--Why: We had a lot of very useful data in our Warehouse and wanted to take advantage of those data in some of our production service to enhance the user’s exper...
Join Our Newsletter!
Sign up below to receive email updates and see what's going on with our company
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 sta...
Build an Event-Driven Architecture with Apache Kafka, Apache Spark, and Apache Cassandra
Author: Cédrick LunvenDataStax·FollowPublished inBuilding Real-World, Real-Time AI·9 min read·May 27, 2022--Knowing how to construct event-driven architectures is a crucial skill for developers as ent...
DataStax Hyper-Converged Database: The Future of Data Infrastructure Is Here | DataStax
Cloud native is now mainstream in infrastructure. In a recent CNCF survey, 84% of organizations used or evaluated Kubernetes (and that figure has been growing steadily). Every cloud provider has a man...
Explore Further