https://github.com/codedaptive/moot-system
Apache-licensed storage, queueing, sync, and telemetry services from the MOOTx01 Framework.
https://github.com/codedaptive/moot-system
apache-2-0 mootx01 mootx01-framework rust storage swift sync telemetry
Last synced: 20 days ago
JSON representation
Apache-licensed storage, queueing, sync, and telemetry services from the MOOTx01 Framework.
- Host: GitHub
- URL: https://github.com/codedaptive/moot-system
- Owner: codedaptive
- License: other
- Created: 2026-06-27T19:51:20.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2026-07-05T05:05:15.000Z (20 days ago)
- Last Synced: 2026-07-05T05:15:06.662Z (20 days ago)
- Topics: apache-2-0, mootx01, mootx01-framework, rust, storage, swift, sync, telemetry
- Language: C
- Size: 3.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
- Notice: NOTICE
Awesome Lists containing this project
README
# MOOT System
MOOT System provides storage, queueing, sync, and telemetry services for MOOTx01 Framework libraries.
Current version: `v1.0.15` · generated from canonical source commit `2b2e66e0d`.
## What This Repository Is
This repository is an Apache-2.0 published library venue for the MOOTx01
Framework, generated from the canonical MOOTx01 product tree by the library
publisher. Every release records its source commit in `SOURCE.md` and its
load manifest in `docs/PUBLISH_REPORT.md`.
## Packages
- `packages/kits/PersistenceKit`
- `packages/kits/QueueKit`
- `packages/kits/ConvergenceKit`
- `packages/libs/ObserverSink`
- `packages/libs/LoopbackHTTP`
Per-package detail lives in `docs/PACKAGE_MAP.md`.
## Installation
SwiftPM:
```swift
.package(url: "https://github.com/codedaptive/moot-system.git", from: "1.0.15")
```
Cargo (git dependency; see `docs/PACKAGE_MAP.md` for crate names):
```toml
[dependencies]
= { git = "https://github.com/codedaptive/moot-system", tag = "v1.0.15" }
```
## Provenance
- Canonical source: `mootx01-ee`
- Source commit: `2b2e66e0de0bb58438202a6b54ee84495c759d63`
- Version: `1.0.15`
- Generated by: `scripts/lib_publish/publish-libraries.py`
## Brand
MOOTx01 is a registered trademark. Use `MOOTx01 Approved` only for artifacts
that pass the published conformance and release gates. Independent work that has
not passed those gates should use `compatible with MOOTx01 technology`.