Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 53 posts
DataStax-Examples/astra-next.js-starter
10/23/2020
10 minutes, BeginnerA sample Next.js, DataStax Astra starter app.Contributor: Alex LeventerObjectivesProvide a fullstack development example using Astra as the storage backend How this worksOnce the A...
DataStax-Examples/getting-started-with-astra-csharp
9/17/2020
This provides an example REST backend built in C# using .NET Core 2.1 for use with the Getting Started with Astra UI.Contributors:ObjectivesHow to connect to Astra via the Secure Connect Bundle How to...
DataStax-Examples/linq-csharp
Language Integrated Query ( LINQ ) simplifies application development by providing a consistent query experience for objects. The C# DataStax Driver brings this convenience to Apache Cassandra™ throug...
DataStax-Examples/object-mapper-csharp
The C# DataStax Driver comes with an object mapper that removes boilerplate of writing queries and lets you focus on your application objects. This example shows how to use the mapper to access Apache...
DataStax-Examples/concurrent-requests-csharp
This example shows how execute multiple concurrent requests with Apache Cassandra™ using the C# DataStax Driver.Contributors: João Reis - derived from hereObjectivesHow to execute async concurrent req...
DataStax-Examples/switch-connection-csharp
This application shows how to use the C# DataStax Driver to connect to an on-prem Cassandra database or a Astra database in the cloud at runtime using environment variables.Contributor(s): Dave Bechbe...
DataStax-Examples/astra-gatsbyjs-starter
30 minutes, BeginnerCreate a React.js, Gatsby application that reads data from DataStax Astra using GraphQL.Contributor: Alex LeventerObjectivesProvide a fullstack development example using GraphQL wi...
dbgjerez/golang-rest-api-cassandra
6/24/2020
Example using CQL and golang REST API.Cassandra can be deployed using Docker. Cassandra is a powerfull NoSQL database used to store big amount of data.DockerTo run Cassandra in Docker container:docker...