Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
/ collector Public archive

collects events via node pubsub and writes them to db

spacemeshos/collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collector

collects events via node pubsub and writes them to db

setup

docker run --name some-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres

docker run --name pgadmin -p 8080:80 -e "PGADMIN_DEFAULT_EMAIL=[email protected]" -e "PGADMIN_DEFAULT_PASSWORD=12341234" -d dpage/pgadmin4

to compile protobuf files run

./scripts/genproto.sh

Run

docker run --rm --name collector spacemeshos/collector:latest --help

About

collects events via node pubsub and writes them to db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •