CompanyMay 16, 2017

DataStax Drivers Fluent APIs for DSE Graph are out!

Kevin Gallardo
Kevin Gallardo
DataStax Drivers Fluent APIs for DSE Graph are out!
g.V().values("name").range(0, 4).groupCount()
g.V().name[0:4].groupCount()
import com.datastax.dse.graph.api.DseGraph;
GraphResultSet results = dseSession.executeGraph(statement);
from dse_graph import DseGraph
results = dse_session.execute_graph(statement)
import com.datastax.dse.graph.api.DseGraph;
// use an initialized and connected DseSession
from dse_graph import DseGraph
Discover more
DSE GraphDrivers
Share

One-stop Data API for Production GenAI

Astra DB gives JavaScript developers a complete data API and out-of-the-box integrations that make it easier to build production RAG apps with high relevancy and low latency.