phantom
                                
                                 phantom copied to clipboard
                                
                                    phantom copied to clipboard
                            
                            
                            
                        Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
ResultSetFuture is cancellable (up to a point, see [here](https://docs.datastax.com/en/drivers/java/2.0/com/datastax/driver/core/ResultSetFuture.html)). This PR will cancel it if the Monix Task is cancelled.
The datastax portal provides a zip file with configuration (hosts, ports, certificates and etc.) in a zip file. The spark Cassandra connector and the java connector have a `spark.cassandra.connection.config.cloud.path` and...
Is there any work ongoing here?
I want to insert a value of type Instant in db **cassandra** with **phantom** . I have the time: ``` import java.util.Instant val time = Instant.now() 2020-12-02T15:40:55.197408Z ``` I found...
Hi there. What was the status of the reactive streams connector for Scala 2.13? From reading the docs there was a dependency issue? I am working on a system where...
Support connecting to DataStax Astra™ beginning [DataStax Java Driver 3.8+](https://docs.datastax.com/en/developer/java-driver/3.10/manual/cloud/) Helpful 4.x version reference: https://docs.datastax.com/en/developer/java-driver/4.9/manual/cloud/
Hello, this https://github.com/outworkers/phantom/blob/v2.59.0/build.sbt#L101 and https://github.com/outworkers/phantom/blob/v2.59.0/build.sbt#L101 suggests that dse driver **3.6.0** is supported by phantom v2.59.0 Is there a version of phantom that supports a more recent DSE driver version? More...
I'm trying to upgrade PhantomDSL to version 2.59.0 and I noticed that this version already contains package `jdk8` (which the latest version is 2.42.0). So I assumed that I do...
Upgrade DataStax Java Driver to 4.x series. Helpful Resources: - [Upgrade Guide](https://docs.datastax.com/en/developer/java-driver/4.9/upgrade_guide/) - [Better drivers for Cassandra](https://www.datastax.com/blog/2020/01/better-drivers-for-cassandra)
With Scala Verison `2.13.1` and Phantom version `2.59.0` The Phantom driver is failing to re-connect after my Cassandra goes down and re-covers after some time. This is how my Cluster...