Skip to content

a dump ledger implementation in 200 lines of go

Notifications You must be signed in to change notification settings

jstolwijk/ledger

Repository files navigation

ledger

Setup

  • install go
  • install docker
  • install docker-compose
  • cd dev-infrastructure
  • docker-compose up
  • in the project root: tern migrate --migrations db-migrations
  • start app: go run .

Execute requests

Example requests are present in the tests.http file. You can execute execture the reqeuests by using this vscode plugin or intellij.

How to scale

Create spezialized ledgers for each sub problem Post to general ledger after x records or time

https://www.accountingtools.com/articles/how-to-post-to-the-general-ledger.html

Run migrations

tern migrate --migrations db-migrations

About

a dump ledger implementation in 200 lines of go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published