XUtils

xandra

Cassandra driver built natively in Elixir and focused on speed, simplicity, and robustness.


Xandra

hex.pm badge [Documentation badge][documentation] CI Hex.pm

Fast and robust Cassandra driver for Elixir.

Cover image

Xandra is a [Cassandra][cassandra] driver built natively in Elixir and focused on speed, simplicity, and robustness. This driver works exclusively with the Cassandra Query Language v3 (CQL3) and native protocol v3, v4, and v5.

This is going to execute the prepared query every time a new page is needed:

page_stream |> Enum.take(10) |> Enum.each(fn page -> IO.puts(“Got a bunch of rows: #{inspect(Enum.to_list(page))}”) end) “`


Articles

  • coming soon...