Skip to content

Commit

Permalink
adding lesson link to readme file (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy9 authored Sep 30, 2024
1 parent cc68867 commit 877066f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ make run-scylla
make run-examples
```

## Training

The course [Using Scylla Drivers](https://university.scylladb.com/courses/using-scylla-drivers) in Scylla University explains how to use drivers in different languages to interact with a Scylla cluster. The lesson, [Golang and Scylla Part 3 - GoCQLX](https://university.scylladb.com/courses/using-scylla-drivers/lessons/golang-and-scylla-part-3-gocqlx/), goes over a sample application that, using GoCQLX, interacts with a three-node Scylla cluster. It connects to a Scylla cluster, displays the contents of a table, inserts and deletes data, and shows the contents of the table after each action. [Scylla University](https://university.scylladb.com/) includes other training material and online courses which will help you become a Scylla NoSQL database expert.

## Performance

GocqlX performance is comparable to the raw `gocql` driver.
Expand Down

0 comments on commit 877066f

Please sign in to comment.