Skip to main content

Analytical OLAP operation boundaries for Tigrbl workloads, query-oriented APIs, and engine integrations.

Project description

tigrbl-ops-olap

Tigrbl logo

Analytical OLAP operation boundaries for Tigrbl workloads, query-oriented APIs, and engine integrations.

PyPI version for tigrbl-ops-olap Downloads for tigrbl-ops-olap Discord community for tigrbl-ops-olap Repository hits for tigrbl-ops-olap README Apache 2.0 license Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl-ops-olap Workspace group for tigrbl-ops-olap

What is tigrbl-ops-olap?

Analytical OLAP operation boundaries for Tigrbl workloads, query-oriented APIs, and engine integrations.

Why use tigrbl-ops-olap?

Use it when you need this operation-family boundary directly instead of consuming operations through the top-level facade.

When should I install tigrbl-ops-olap?

Install it for framework internals, extension packages, or focused tests that target this operation plane.

Who is tigrbl-ops-olap for?

Framework maintainers and extension authors working near Tigrbl operation dispatch.

Where does tigrbl-ops-olap fit?

tigrbl-ops-olap lives at pkgs/core/tigrbl_ops_olap and serves focused operation dispatch behavior inside the Tigrbl runtime model.

How does tigrbl-ops-olap work?

It contributes operation handlers and dispatch-facing primitives consumed by the facade, runtime, and kernel layers.

Certification Status

  • Package status: governed package in the tigrbl/tigrbl workspace.
  • Governance source: SSOT registry.
  • Release evidence: publish workflow validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
  • Local certification guard: pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, LICENSE, and NOTICE.
  • Scope note: this README documents the package boundary. Runtime feature support remains governed by .ssot/ entities and the conformance docs linked below.

Install

uv add tigrbl-ops-olap
pip install tigrbl-ops-olap

Surface Coverage

Surface Value
PyPI package tigrbl-ops-olap
Repository path pkgs/core/tigrbl_ops_olap
Python import root tigrbl_ops_olap
Console scripts none declared
Entry points none declared
Optional extras none declared
Legal files LICENSE, NOTICE
Supported Python `3.10

What It Owns

tigrbl-ops-olap owns the operation-family package boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.

Implementation orientation:

  • tigrbl_ops_olap: ops

Public API and Import Surface

  • Import roots: tigrbl_ops_olap.
  • Public symbols: aggregate, group_by.
  • Workspace dependencies: none declared.
  • External runtime dependencies: none declared.

Usage Examples

Verify the installed package

python -m pip show tigrbl-ops-olap
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-ops-olap"))
PY

Import the package boundary

import importlib

module = importlib.import_module("tigrbl_ops_olap")
print(module.__name__)

Import a public symbol

from tigrbl_ops_olap import aggregate

print(aggregate)

Use with the facade when building applications

uv add tigrbl tigrbl-ops-olap
python - <<'PY'
import tigrbl
print(tigrbl.__name__)
PY

How To Choose This Package

Choose tigrbl-ops-olap when the quick-answer table matches your use case. Choose tigrbl instead when you want the full public facade. Choose a lower-level package such as tigrbl-core, tigrbl-base, or tigrbl-runtime when you are building framework extensions or testing a specific internal boundary.

Related Packages

Documentation Links

Support

Package-local Boundary

This README is the package-local distribution entry point for tigrbl-ops-olap. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.

License

Licensed under the Apache License, Version 2.0. See LICENSE, NOTICE, and the official Apache 2.0 license text.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tigrbl_ops_olap-0.4.3.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tigrbl_ops_olap-0.4.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file tigrbl_ops_olap-0.4.3.tar.gz.

File metadata

  • Download URL: tigrbl_ops_olap-0.4.3.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tigrbl_ops_olap-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d097a4efd4129fbf519122ddaa4fc364cbc9efc79525b21c7c9bcf79320768ee
MD5 aece11f8bd09d0a7ed0a74f5b0c9cc0b
BLAKE2b-256 d066c74675c2c8ba13c046e215f4f1d3a25690c04cafbe5c49564df3b5edcaeb

See more details on using hashes here.

File details

Details for the file tigrbl_ops_olap-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: tigrbl_ops_olap-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tigrbl_ops_olap-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fd49a3de0c58b51f2ec5f23ac3e3a8587049a47829bb5a3b548d35b97b5fba60
MD5 de0d6fe0e8111e34506dafd26e5efb6e
BLAKE2b-256 9c6207aeebea6f41a298e107006efa0e515f288915431764238d59f5c15f3b6e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page