📨 Tailon

消息队列与异步工作负载系统

Tailon 是轻量级 JSON 消息队列 API,支持创建队列、写入、读取和查看简单统计。

Tailon

核心功能

当你需要简单的 HTTP JSON 消息队列时,可以使用 Tailon。

命名队列

按名称创建队列,并查看当前长度、读取次数和写入次数。

JSON 写入

通过 :write endpoint 将 JSON payload 直接写入队列。

阻塞读取

:read endpoint 读取换行分隔的 JSON 消息。

Quick start

快速开始

使用 API 在几秒内开始使用 Tailon。

1curl -X POST https://queues.hola.cloud/v1/queues \
2  -d '{"name":"orders"}' \
3  && curl -X POST https://queues.hola.cloud/v1/queues/orders:write \
4  -d '{"message":"order-12345"}'
Use cases

常见用例

微服务编排

Build and deploy with Tailon on HolaCloud's enterprise platform, designed for security, reliability, and scale.

数据管道自动化

Build and deploy with Tailon on HolaCloud's enterprise platform, designed for security, reliability, and scale.

事件驱动架构

Build and deploy with Tailon on HolaCloud's enterprise platform, designed for security, reliability, and scale.

后端 API 开发

Build and deploy with Tailon on HolaCloud's enterprise platform, designed for security, reliability, and scale.

Ready to get started?

Explore the documentation or launch the console to start building with Tailon.

评论

发表评论