Quick Tour of AWS Keyspaces (Serverless Cassandra) and Java Client

preview_player
Показать описание
DDL
===
Create a sample keyspace
Create a sample table

Authentication
==============
Create a user called cass-user with KeySpace policy attached
Generate KeySpace Security Credentials for this user

TLS
===
Download the Digital Certificate:
Convert the Digital Certificate to truststore file:

Maven Dependencies
==================

Configuration
=============
truststore
Auth - Use the Generated Credentials
TLS - Use the reference to the truststore

Application Code
================
DML
Рекомендации по теме
Комментарии
Автор

Query result tooks lots of time even table have single record.?Does you faced same?

harshupadhyay
Автор

can we have a quick tutorial on YML files please?

like lets say for example if i have a development branch and a production branch.
if i push a code on development branch, it should be deployed on an instanance A. and if on production then on instance B.
using jenkins, any git client (github / gitlab) and AWS / any VMs.

ANKITESHJHA