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
Click to show internal directories.
Click to hide internal directories.