Skip to content

jsanda/user-svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published