teocdb

command
v0.0.0-...-2e4d9bc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2021 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Overview

Teonet cdb (teo-cdb) database service service application.

Install this application:

go get github.com/kirill-scherba/teonet-go/teonet/app/teoroom/

Before you execute this application, you need install database schemas. Launch `cqlsh` and execute next commands:

create keyspace teocdb with replication = { 'class' : 'SimpleStrategy',
'replication_factor' : 3 };
create table teocdb.map(key text, data blob, PRIMARY KEY(key));

Run this application:

go run . teo-cdb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL