Organizing Resources with Taubyte Applications

Applications in Taubyte let you group resources under logical units for better organization and access control. Learn how to create applications and scope resources to them while maintaining access to global resources.

January 14, 2026 · 3 min · 621 words · Zaoui Amine

Key-Value Databases in Taubyte

Add structured data storage to your Taubyte applications with key-value databases. Like storage, databases are created on-the-fly when first used—enabling dynamic, multi-tenant data isolation without extra configuration.

January 14, 2026 · 4 min · 704 words · Zaoui Amine

Object Storage in Taubyte

Learn how to add object storage to your Taubyte application. Unlike traditional cloud storage, Taubyte creates buckets on-the-fly when you first use them—perfect for dynamic, multi-user applications.

January 14, 2026 · 4 min · 707 words · Zaoui Amine

Code Reuse with Taubyte Libraries

Libraries in Taubyte let you keep serverless function code in separate repositories, share logic across multiple functions, and control access more precisely. Learn how to create libraries and use them both as function sources and as imported dependencies.

January 14, 2026 · 4 min · 842 words · Zaoui Amine

Building Serverless Functions in Taubyte

Learn how to create, configure, and deploy serverless functions in Taubyte. This hands-on guide walks through building a simple ping-pong function in Go, from creation to testing both locally and in production.

January 14, 2026 · 4 min · 710 words · Zaoui Amine

Building a Resilient, Low Latency Order Processing System with Taubyte

In modern e-commerce, latency is a revenue killer. When a user clicks “Buy,” they expect instant feedback. From a systems perspective, the goal is to keep the hot path (customer interaction) short, predictable, and failure-tolerant, without compromising inventory correctness or auditability. Inspired by the article Serverless Order Management using AWS Step Functions and DynamoDB, we’ll take a sovereignty- and security-first approach to build a high-speed, resilient order workflow using Taubyte, optimized for the moment that matters: when a customer presses “Buy.” ...

January 29, 2025 · 8 min · 1495 words · Zaoui Amine