daml/ledger/ledger-on-sql
2021-09-29 05:07:01 -07:00
..
src kvutils: Add the logging context for ledger state operations. (#11030) 2021-09-28 15:25:34 +02:00
BUILD.bazel Remove expectations for internal failures from parallel command dedup tests (#11061) 2021-09-29 05:07:01 -07:00
hash-migrations.sh update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
README.md ledger-on-sql: Use random log entry ID allocation so we don't depend on SeedService. [KVL-1002] (#10255) 2021-07-13 17:10:30 +00:00

Ledger on SQL

This is an implementation of a ledger using kvutils on top of an SQL database. Currently, it can be run on top of H2, PostgreSQL, or SQLite.

The code under src/main implements the logic, using kvutils. This code is production-ready and used by Sandbox.

The code under src/app is a trivial application front-end to the ledger that spins it up, along with a Ledger API Server. This is not intended to be used in production, and is currently only used in testing.