Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 576 Bytes

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