Tuesday, July 25, 2017

Using Cockroach With Scala: An Introduction

DZone Database Zone
Using Cockroach With Scala: An Introduction

Today, we are going to discuss how to use Scala with CockroachDB, a distributed SQL database built on top of a transactional and consistent key-value store. Before starting the journey, you may want to check out this introduction to CockroachDB first.

Before getting started with the code, set up Cockroach DB on your local environment by following these steps.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...