# java-driver-scala-extras **Repository Path**: mirrors_datastax/java-driver-scala-extras ## Basic Information - **Project Name**: java-driver-scala-extras - **Description**: Scala extensions and utilities for the DataStax Java Driver - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataStax Java Driver - Scala Extensions This repository contains software written in Scala and intended for use with the [Datastax Java Driver for Apache Cassandra®][driver]. __All code containted in this repository is intended for demonstration purposes only. It has not been certified by DataStax and is not production-ready. Use at your own risk.__ ## Overview Currently the repository contains the following utilities: * [Codecs for Scala types][codecs], as described in this blog post: [Writing Scala Codecs for the Java Driver]. [driver]: https://github.com/datastax/java-driver [codecs]: src/main/scala/com/datastax/driver/extras/codecs/scala [Writing Scala Codecs for the Java Driver]: https://www.datastax.com/dev/blog/writing-scala-codecs-for-the-java-driver ## License Copyright 2017 DataStax 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 http://www.apache.org/licenses/LICENSE-2.0 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.