1.2.0-beta11 • Published 3 years ago

@keix/message-store v1.2.0-beta11

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Keix Event Store

An Event Store implementation using gRPC and MessageDB specification ( on PostgreSQL ).

By default, the serialization will be msgpack instead of Protobuf.

Usage

This repository comes with a built-in Docker image. Simply run the container and it will expose the gRPC server on the PORT 8080.

Options

You can customize via Environment variables these parameters:

NAMEDESCRIPTIONDEFAULT
PORTThe server exposed port8080
PG_HOSTThe PostgreSQL hostname0.0.0.0
PG_USERThe PostgreSQL usernamemessage_store
PG_PASSThe PosgreSQL passwordnull
PG_DATABASEThe PosgreSQL databasemessage_store
REDIS_HOSTThe redis host127.0.0.1
REDIS_PORTThe redis port6379
REDIS_PASSWORDThe redis passwordnone