user-svc

module
v0.0.0-...-e7db0ca Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2020 License: Apache-2.0

README

The purpose of this project is to facilitate backup/restore testing with medusa-operator. user-svc is a gRPC service that interacts with Cassandra on the backend. It creates a keyspace that defines a single table:

CREATE TABLE IF NOT EXISTS medusa_test.users (
    email text PRIMARY KEY, 
    name text
)

The gRPC API allows clients to insert and read the users table.

Directories

Path Synopsis
pkg
pb

Jump to

Keyboard shortcuts

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