Skip to content

erik-olsson-op/yakvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yakvs

Yet another key value store

Omegapoint Innovation Week 2024 Oct

How to run

Create a .env file

  • HTTPS_PORT=8443
  • GRPCS_PORT=7443
  • SERVER_CERT=x509/localhost-cert.pem
  • SERVER_KEY=x509/localhost-key.pem

TLS

  • Generated self-signed cert for 7 days for localhost
openssl req -x509 -newkey rsa:4096 -keyout x509/localhost-key.pem -out x509/localhost-cert.pem -days 7 -nodes -subj "/CN=localhost" -addext "subjectAltName=DNS:localhost"

Tools

To run some load tests in /test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published