Crates.io | cala-ledger |
lib.rs | cala-ledger |
version | |
source | src |
created_at | 2024-05-19 03:32:45.045127 |
updated_at | 2024-12-06 13:27:42.159688 |
description | An embeddable double sided accounting ledger built on PG/SQLx |
homepage | |
repository | https://github.com/GaloyMoney/cala |
max_upload_size | |
id | 1244655 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Cala is a robust ledger system developed by Galoy, designed to handle complex financial transactions and accounting operations. It provides a flexible and scalable solution for managing financial records with strong consistency guarantees.
http://localhost:2252/graphql
cala-ledger
: Core ledger implementationcala-server
: Server implementation handling API requestscala-nodejs
: Node.js bindings for integration with JavaScript/TypeScript applicationscala-cel-interpreter
& cala-cel-parser
: Common Expression Language (CEL) supportcala-tracing
: Tracing and monitoring functionalitycurl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
curl -sfL https://direnv.net/install.sh | bash
echo "eval \"\$(direnv hook bash)\"" >> ~/.bashrc
source ~/.bashrc
Run unit tests with:
make reset-deps next-watch
Run end-to-end tests with:
make e2e
To run the server:
make run-server