Skip to content

Aggregator observes transactions and persists then into a most recent state. It allows clients to request state and subscribe to state changes.

Notifications You must be signed in to change notification settings

aimparency/summits-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summits-aggregator

preparations

Clone repo and cd into it.

Add postgres db url to ./env

DATABASE_URL=postgres://summits@localhost/summits 

Setup database with diesel:

diesel migrate run

run

cargo run

About

Aggregator observes transactions and persists then into a most recent state. It allows clients to request state and subscribe to state changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published