Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vert.x Cassandra Client examples

Examples

Simple

This example consists of executing a single query: select release_version from system.local. As the first row is obtained, the current Cassandra version is printed out.

Prepared

This example demonstrates how can you prepare, execute and fetch results of a query.

Streaming

This example shows a way to fetch query result rows in a streaming manner.