Documentation

[!NOTE] This README was generated by SKILL, get the ZH version from here.


EMBEDDED JSON KV STORAGE WITH REDIS-LIKE COMMANDS AND VECTOR SEARCH

Go Reference Release License Coverage


A Go embedded database with Redis-like commands, JSON document operations, and semantic vector search

Table of Contents

Features

go get github.com/pardnchiu/toriidb · Documentation

Architecture

Full Architecture

graph TB
    A[REPL or Go API] --> B[Store and Sessions]
    B --> C[Command and API Operations]
    C --> D[KV and JSON Engine]
    C --> E[Vector Search Engine]
    D --> F[16 In-Memory Databases]
    E --> F
    F --> G[AOF and JSON Files]
    E --> H[OpenAI Embeddings]

License

This project is licensed under the MIT LICENSE.

Author

邱敬幃 Pardn Chiu

hi@pardn.io
https://www.linkedin.com/in/pardnchiu


©️ 2026 邱敬幃 Pardn Chiu

中文