tsoracle 0.1.5

Standalone timestamp oracle server
tsoracle-0.1.5 is not a library.

The tsoracle CLI.

Two subcommands:

  • serve (the default) — start a single-node tsoracle backed by the file driver, listening on gRPC. State is fsync-durable.
  • init — initialize a state directory at a seeded high-water for one-shot migration off a prior sequence or oracle. Refuses to overwrite an existing state file.

To embed the server inside an existing binary instead of running this CLI, use [tsoracle_server::Server] directly; see the examples/embedded-server crate for a worked example.