Skip to content

Commit 17e7fbe

Browse files
committed
chore(landing): oolong launch announcement
1 parent 6534efe commit 17e7fbe

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "Announcing Oolong: Lightweight TEA Implementation"
3+
date: "2025-10-30"
4+
---
5+
6+
We’re excited to introduce Oolong - a lightweight, MIT-licensed implementation of [Transparency Exchange API (TEA)](https://github.com/CycloneDX/transparency-exchange-api) designed for simplicity and portability.
7+
8+
Oolong is available on GitHub: https://github.com/relizaio/oolong
9+
10+
## Why Oolong
11+
12+
- **Lightweight by design**
13+
- **No database required**
14+
- **Git-friendly content model**
15+
16+
Oolong serves TEA content directly from a set of YAML files, exposed via the TEA API. It also implements TEA discovery, including .well-known endpoint. This makes it ideal for simple setups, demos, CI pipelines, and GitOps-style workflows.
17+
18+
## How It Works
19+
20+
- **Content as YAML**. You define your TEA data in YAML.
21+
- **Served via TEA API**. Oolong reads YAML and returns it through standard TEA endpoints.
22+
- **Discovery**. Oolong implements TEA discovery, including .well-known endpoint.
23+
- **Straightforward operations**. No external stateful dependencies are required.
24+
25+
## Run It Your Way
26+
27+
- **Single container**
28+
- **Docker Compose**
29+
- **Helm chart**
30+
- Optional: **Gitpod sidecar** that periodically syncs content from a public Git repository
31+
32+
## Manage Content with ReARM CLI
33+
34+
We added helpful commands to ReARM CLI for both Oolong content operations and TEA API interactions:
35+
36+
- Oolong commands: https://github.com/relizaio/rearm-cli/blob/main/docs/oolong.md
37+
- TEA operations: https://github.com/relizaio/rearm-cli/blob/main/docs/tea.md
38+
- Install ReARM CLI: https://github.com/relizaio/rearm-cli
39+
40+
If you try Oolong, we’d love your feedback and contributions!

0 commit comments

Comments
 (0)