Skip to content

cannahum/eventsourcing-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventsourcing-lite

Light-weight Event Sourcing capability with AWS DynamoDB support

Installation

go get github.com/cannahum/eventsourcing-lite

Usage

TODO

If you'd like to run tests, make sure to run:

make docker-dev

You will need a .env file with at least the following items:

AWSCONFIG_REGION="us-west-1" <or your account region>
AWSCONFIG_DYNAMODB_ENDPOINT="http://localhost:8000"
AWSCONFIG_ACCESS_KEY_ID=<only if you want to test in AWS>
AWSCONFIG_SECRET_ACCESS_KEY=<only if you want to test in AWS>

Your IntelliJ (or Goland) should pick up on a couple of test / debug configurations. Enjoy...