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 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T16:41:52.000Z (4 months ago)
- Last Synced: 2024-07-16T20:37:12.407Z (4 months ago)
- Topics: cassandra, cassandra-client, perforomance, reactive, vertx
- Language: Java
- Size: 3.15 MB
- Stars: 32
- 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].