141 releases (12 breaking)

new 0.13.8 Jan 15, 2026
0.13.3 Dec 23, 2025
0.12.12 Nov 27, 2025
0.6.12 Jul 30, 2025
0.2.30 Jul 23, 2024

#952 in Parser implementations

Download history 889/week @ 2025-09-25 477/week @ 2025-10-02 647/week @ 2025-10-09 434/week @ 2025-10-16 945/week @ 2025-10-23 174/week @ 2025-10-30 162/week @ 2025-11-06 178/week @ 2025-11-13 226/week @ 2025-11-20 253/week @ 2025-11-27 212/week @ 2025-12-04 272/week @ 2025-12-11 221/week @ 2025-12-18 77/week @ 2025-12-25 97/week @ 2026-01-01 190/week @ 2026-01-08

636 downloads per month
Used in 4 crates

Apache-2.0

63KB
1.5K SLoC

Cala

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.

Features

Core Capabilities

  • Double-Entry Accounting: Built-in support for double-entry bookkeeping principles ensuring accurate financial records
  • SQL-Compatible: Engineered to work with SQL databases (PostgreSQL) for robust data persistence and querying
  • Strong Consistency: Ensures accuracy and reliability of financial records
  • Real-time Processing: Efficient transaction processing suitable for production financial systems

API & Integration

  • GraphQL API: Modern API interface with built-in playground for easy integration and testing
  • Extensible Architecture: Modular design with support for custom extensions via the Node.js bindings
  • Transaction Templates: Customizable transaction templates for common financial operations
  • Multi-Currency Support: Handle transactions across different currencies

Developing

Dependencies

Nix package manager

direnv >= 2.30.0

Docker

Testing

Run unit tests with:

make reset-deps next-watch

Run end-to-end tests with:

make e2e

Running the Server

To run the server:

make run-server

Dependencies

~47–65MB
~1M SLoC