arrakis-admin
Admin CLI for the Arrakis low-latency timeseries data distribution platform
Administrative tooling for operating Arrakis deployments: manage the Kafka topics backing data partitions, probe data topics for debugging, and migrate server metadata caches.
Resources
Installation
With pip:
pip install arrakis-admin
Quickstart
Every command supports --help. Commands that modify the broker show
what they will do and prompt for confirmation, and support --dry-run
to preview changes without applying them.
Manage topics
Create Kafka topics for a publisher's data partitions, with partition assignments queried from the Arrakis server:
➜ arrakis-admin topics create H1-lldd -b kafka1:9092 -s grpc://arrakis:31206
topics to create (2):
broker: kafka1:9092
retention: 7d (604_800_000ms), replication factor: 1
+ arrakis-H1-lldd_float32
+ arrakis-H1-lldd_float64
metadata topic (compact, indefinite retention):
+ arrakis-metadata-H1-lldd
Is this ok [y/N]:
Partition assignments can instead be read from a publisher TOML config
with --config, and replay-context publishers are supported via
--replay-id.
Sync data topics against the channel metadata published on the broker, creating missing topics and removing stale ones:
➜ arrakis-admin topics sync -b kafka1:9092 --dry-run
Remove a publisher's topics (or all Arrakis topics with --all):
➜ arrakis-admin topics remove -b kafka1:9092 -p H1-lldd
Probe data topics
A debugging tool that consumes a partition's data topic directly from Kafka and unpacks each message's Arrow payload, reporting block times, per-channel content, and latencies:
➜ arrakis-admin probe -p H1-lldd_float64 -b kafka1:9092 -v
probing topic 'arrakis-H1-lldd_float64' on kafka1:9092 (Ctrl-C to stop)
offset=5231 time=1418063158.000000000 latency=0.412s transport=0.198s size=125.4kB channels=42 samples=131072
[ 0] float64 16384 samples
[ 1] float64 16384 samples
...
latency is the delay between the GPS block time and receipt;
transport is the delay relative to the Kafka message timestamp,
separating publisher lag from broker lag.
A channel name can be given instead of a partition ID, in which case its partition is resolved through the Arrakis server and the channel's rows are highlighted in the output:
➜ arrakis-admin probe -c H1:GDS-CALIB_STRAIN -s grpc://arrakis:31206 -b kafka1:9092
Migrate metadata caches
Convert an arrakis-server TOML metadata cache to SQLite, or upgrade an existing SQLite cache to the current schema:
➜ arrakis-admin cache migrate metadata.toml
migrated 12483 channels from metadata.toml to metadata.db
➜ arrakis-admin cache migrate metadata.db
upgraded metadata.db from schema v2 to v3
Clear all data from a cache while preserving its schema:
➜ arrakis-admin cache clear metadata.db
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arrakis_admin-0.3.0.tar.gz.
File metadata
- Download URL: arrakis_admin-0.3.0.tar.gz
- Upload date:
- Size: 45.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6464b765c276f909511ba487ccf1b759b5e0d488e4ba1c00088c8c05f516d6aa
|
|
| MD5 |
8bea460d20da9b04e3f13898f808a791
|
|
| BLAKE2b-256 |
31c061787993cc123a0ac5032a272815dc2993844dc1df91c59881d7c3e33581
|
File details
Details for the file arrakis_admin-0.3.0-py3-none-any.whl.
File metadata
- Download URL: arrakis_admin-0.3.0-py3-none-any.whl
- Upload date:
- Size: 48.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
686725c79d8e54042b15cf41c4f6dc7a6c704a11441b74d4ec5c43df1f1d28c5
|
|
| MD5 |
83324f72470f3ca087c568b67347a466
|
|
| BLAKE2b-256 |
6bfaf9e4917773c08a576610d2a7df38129bf8949e8f891dc4782ac41b707470
|