Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ThemisDB Docs Examples

This folder contains documentation that accompanies specific code examples. The runnable example applications live in the top-level examples/ directory.


📄 Files in This Directory


🚀 Getting Started with Examples

Resource Description
EXAMPLES_QUICKSTART.md Guided tour: get productive in under an hour
EXAMPLES_INDEX.md Full index of all 37+ example applications

Quickstart

# Start ThemisDB
docker run -d --name themisdb -p 8080:8080 themisdb/themisdb:latest

# Run the Hello World example
cd examples/01_hello_world
pip install -r requirements.txt
python main.py

📂 Example Categories

Level Examples Topics
⭐ Beginner 01–03, 11–13 CRUD, full-text search, document model
⭐⭐ Intermediate 04–09 Multi-model, graph, vector search, time-series
⭐⭐⭐ Advanced 10, 14–23 LLM, e-commerce, real-time, AI, recommendations

See the Examples Index for descriptions and quick-start commands for each example.