28 releases

new 0.4.2 Apr 11, 2025
0.4.1 Apr 11, 2025
0.3.24 Apr 9, 2025
0.3.21 Mar 26, 2025
0.3.2 Dec 6, 2024

#239 in Database interfaces

Download history 167/week @ 2024-12-22 81/week @ 2024-12-29 246/week @ 2025-01-05 34/week @ 2025-01-12 205/week @ 2025-01-26 1224/week @ 2025-02-02 818/week @ 2025-02-09 735/week @ 2025-02-16 320/week @ 2025-02-23 665/week @ 2025-03-02 1023/week @ 2025-03-09 988/week @ 2025-03-16 846/week @ 2025-03-23 876/week @ 2025-03-30 1327/week @ 2025-04-06

4,166 downloads per month
Used in 3 crates

Apache-2.0

50KB
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

~42–57MB
~1M SLoC