Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-cassandra-client
Cassandra client for Vert.x
https://github.com/vert-x3/vertx-cassandra-client
cassandra cassandra-client perforomance reactive vertx
Last synced: 3 days ago
JSON representation
Cassandra client for Vert.x
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-cassandra-client
- Owner: vert-x3
- License: apache-2.0
- Created: 2018-08-14T16:14:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T08:12:35.000Z (25 days ago)
- Last Synced: 2024-12-26T00:07:04.152Z (10 days ago)
- Topics: cassandra, cassandra-client, perforomance, reactive, vertx
- Language: Java
- Size: 3.16 MB
- Stars: 33
- Watchers: 22
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- vertx-awesome - Cassandra - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A Vert.x client allowing applications to interact with a Cassandra service. (Database Clients)
README
= Vert.x Cassandra client
image:https://github.com/vert-x3/vertx-cassandra-client/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-cassandra-client/actions/workflows/ci-5.x.yml"]
image:https://github.com/vert-x3/vertx-cassandra-client/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-cassandra-client/actions/workflows/ci-4.x.yml"]The Vert.x Cassandra client is an extension for interacting with http://cassandra.apache.org/[Apache Cassandra].
The client is built on top of https://github.com/datastax/java-driver[DataStax Java Driver].