intellij-ideacassandradatastaxdatastax-astra

How to Connect Cassandra Datastax in intellij idea?


I wanna know that how we can connect datastax Cassandra database into the intellij idea as a data source? i have tried several times with the Generated token but i was unable to do that.


Solution

  • step-1 (Basic Credentials)

    enter image description here

    Step-2 (SSL)

    enter image description here

    finally apply the changes and test the connection.

    enter image description here

    Additional

    if you are facing issue when deleting and updating data via the configured connection, make sure to set the consistency level in startup script as CONSISTENCY LOCAL_QUORUM; (As you want).
    enter image description here