Retour au classement

tigerbeetle/tigerbeetle

Zigtigerbeetle.com

The financial transactions database designed for mission critical safety and performance.

Croissance des étoiles
Étoiles
16.6k
Forks
866
Croissance hebdomadaire
Issues
84
5k10k15k
oct. 2020sept. 2022août 2024juil. 2026
README

tigerbeetle

TigerBeetle is the financial transactions database designed for mission critical safety and performance to power the next 30 years of OLTP.

Documentation

Start

Run a single-replica cluster on Linux (or other platforms):

$ curl -Lo tigerbeetle.zip https://linux.tigerbeetle.com && unzip tigerbeetle.zip
$ ./tigerbeetle version
$ ./tigerbeetle format --cluster=0 --replica=0 --replica-count=1 --development 0_0.tigerbeetle
$ ./tigerbeetle start --addresses=3000 --development 0_0.tigerbeetle

Connect to the cluster and make a transfer:

$ ./tigerbeetle repl --cluster=0 --addresses=3000
> create_accounts id=1 code=10 ledger=700, id=2 code=10 ledger=700;
{
  "timestamp": "1761605367595515148",
  "status": "tigerbeetle.CreateAccountStatus.created"
}
{
  "timestamp": "1761605367595515149",
  "status": "tigerbeetle.CreateAccountStatus.created"
}
> create_transfers id=1 debit_account_id=1 credit_account_id=2 amount=10 ledger=700 code=10;
{
  "timestamp": "1761605382476666870",
  "status": "tigerbeetle.CreateTransferStatus.created"
}
> lookup_accounts id=1, id=2;
{
  "id": "1",
  "user_data": "0",
  "ledger": "700",
  "code": "10",
  "flags": "",
  "debits_pending": "0",
  "debits_posted": "10",
  "credits_pending": "0",
  "credits_posted": "0"
}
{
  "id": "2",
  "user_data": "0",
  "ledger": "700",
  "code": "10",
  "flags": "",
  "debits_pending": "0",
  "debits_posted": "0",
  "credits_pending": "0",
  "credits_posted": "10"
}

Want to learn more? See https://docs.tigerbeetle.com.


If you discover a security vulnerability in TigerBeetle, please send the details to security@tigerbeetle.com.

Dépôts similaires
ghostty-org/ghostty

👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

ZigMIT License
ghostty.org
58.5k3.1k
ziglang/zig

Moved to Codeberg

ZigMIT Licensecompilerzig
ziglang.org/news/migrating-from-github-to-codeberg/
43.3k3.1k
lightpanda-io/browser

Lightpanda: the headless browser designed for AI and automation

ZigGNU Affero General Public License v3.0browsercdp
lightpanda.io
32.1k1.4k
nullclaw/nullclaw

Fastest, smallest, and fully autonomous AI assistant infrastructure written in Zig

ZigMIT Licenseaiassistant
nullclaw.io
7.8k919
fairyglade/ly

A lightweight TUI (ncurses-like) display manager for Linux and BSD (mirror of https://codeberg.org/fairyglade/ly).

ZigDo What The F*ck You Want To Public Licenselinuxlogin
7.5k349
vercel-labs/native

Toolkit for building native desktop apps

ZigApache License 2.0
native-sdk.dev
6.8k277
roc-lang/roc

A fast, friendly, functional language.

ZigUniversal Permissive License v1.0functional-languagefunctional-programming
roc-lang.org
5.9k400
zigtools/zls

A language server for Zig supporting developers with features like autocomplete and goto definition

ZigMIT Licensezigziglang
zigtools.org/zls/install/
5k437
NilsIrl/dockerc

container image to single executable compiler

ZigGNU General Public License v3.0containersdocker
4.9k107
hexops/mach

zig game engine & graphics toolkit - mirror of https://code.hexops.com/hexops/mach

ZigOthergame-enginegamedev
machengine.org
4.8k210
riverwm/river

[mirror] A non-monolithic Wayland compositor

Zigwaylandwayland-compositor
codeberg.org/river/river
4.2k165
zml/zml

Any model. Any hardware. Zero compromise. Built with @ziglang / @openxla / MLIR / @bazelbuild

ZigApache License 2.0aibazel
zml.ai
3.9k170