happendb

module
v0.0.0-...-454f330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2022 License: MIT

README

happendb

madeby Go Report Card build codecov

A decentralized event-sourcing platform.

Table of Contents

Install

go get github.com/drgomesp/happendb

Building & Testing

This project uses Taskfile, which is easier than something like GNU Make.

To list available tasks, run:

$ task --list-all

Running

  • The easiest way is to use docker-compose:
$ docker-compose up
  • Or, if you have a Tendermint instance running locally, you can also run the binary or the Go command directly:
# assuming tendermint rpc is avaialble at tcp://127.0.0.1:26658
$ go run cmd/happendb -socket-addr=tcp://127.0.0.1:26658

Contributing

PRs accepted.

License

MIT © Daniel Ribeiro

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL