Skip to content

koendewaele/cassandra-quarkus

 
 

Repository files navigation

Quarkus extension for Apache Cassandra®

badge

An Apache Cassandra® extension for Quarkus.

Getting the extension

The extension artifact is published in Maven central, under the group id com.datastax.oss.quarkus:

<dependency>
  <groupId>com.datastax.oss.quarkus</groupId>
  <artifactId>cassandra-quarkus-client</artifactId>
  <version>${cassandra-quarkus.version}</version>
</dependency>

Compatibility

The extension is compatible with Quarkus version 1.8.0.Final and higher.

It requires Java 8 or higher.

License

© DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

DataStax is a registered trademark of DataStax, Inc. and its subsidiaries in the United States and/or other countries.

Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are trademarks of the [Apache Software Foundation](http://www.apache.org/) or its subsidiaries in Canada, the United States and/or other countries.

About

An Apache Cassandra(R) extension for Quarkus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.8%
  • HTML 3.0%
  • Other 0.2%