Dvara Examples
БесплатноНе проверенReference Docker Compose stacks, cloud deploy recipes, and SDK integration samples for the DVARA LLM Gateway
Описание
Reference Docker Compose stacks, cloud deploy recipes, and SDK integration samples for the DVARA LLM Gateway
README
Reference configurations, compose files, and SDK integration samples for the Dvara LLM Gateway.
Latest release: 1.6.0 — compatible with Dvara LLM Gateway
1.6.0.
Contents
| Directory | Description |
|---|---|
| docker-compose/ | Ready-to-run Docker Compose stacks (quick-start, multi-provider, full, ollama, with-email) |
| getting-started/ | First-request scripts in Python and Node.js — basic chat, streaming, structured outputs, multi-provider |
| sdk-integrations/ | Framework examples — OpenAI SDK, LangChain, LiteLLM, Pydantic AI, Vercel AI, Spring AI, LangChain4j |
Quick start
git clone https://github.com/dvarahq/dvara-examples.git
cd dvara-examples/docker-compose/quick-start
cp .env.example .env
# edit .env — set OPENAI_API_KEY. Leave DVARA_LICENSE_KEY blank to run the
# free Community Edition; set a DVARA- envelope to unlock Enterprise.
docker compose up -d
Gateway ready at http://localhost:8080, DVARA Console at http://localhost:8090.
# Create a tenant and API key in the Console, then:
export DVARA_API_KEY="gw_<your-key>"
cd ../../getting-started/python
pip install -r requirements.txt
python dvara_test.py
Compatibility
Each release of these examples is pinned to a specific Dvara LLM Gateway version. Use the matching examples release for your gateway version.
| Examples release | Compatible Dvara version |
|---|---|
1.6.0 |
Dvara 1.6.0 |
1.5.0 |
Dvara 1.5.0 |
1.4.0 |
Dvara 1.4.0 |
1.3.0 |
Dvara 1.3.0 |
1.2.5 |
Dvara 1.2.5 |
1.2.4 |
Dvara 1.2.4 |
1.2.3 |
Dvara 1.2.3 |
1.2.2 |
Dvara 1.2.2 |
1.2.1 |
Dvara 1.2.1 |
1.2.0 |
Dvara 1.2.0 |
1.1.0 |
Dvara 1.1.0 |
1.0.1 |
Dvara 1.0.1 |
Changelog
1.6.0
- Version bump — every Compose stack, Kubernetes/Helm recipe, the DigitalOcean recipe, and the jbang GKE tooling now pin
1.6.0(chartoci://ghcr.io/dvarahq/charts/dvara:1.6.0). - Documented the Community / Enterprise image split. Since 1.5.0 the images are in two registries' worth of visibility:
dvara-llm-gatewayanddvara-flightdeckare public, whiledvara-llm-gateway-ee,dvara-flightdeck-ee,dvara-mcp-gateway, anddvara-a2a-gatewayare private to customers. Nothing in this repo said so, so thefull/stack — which uses all four private images — failed ondocker compose pullwith an opaque denial for anyone without registry access.full/now has its own README stating the requirement up front, and the image table in docker-compose/README.md is split public / private. - Corrected the
full/stack description — it has run five services since 1.3.0 (it gained the A2A plane then), but the variants table still listed four and omitteddvara-a2a-gateway.
1.5.0
- Version bump — all Docker Compose stacks (
quick-start,multi-provider,ollama,full,with-email) now pinghcr.io/dvarahq/dvara-*:1.5.0. - License key now optional —
.env.exampleships withDVARA_LICENSE_KEY=blank: blank runs Community Edition; set aDVARA-signed envelope for Enterprise. - Kubernetes image path fix — corrected the image repository to
ghcr.io/dvarahq/dvara-llm-gateway/dvara-flightdeck(removed the stray/dvara/path segment) across the DOKS, GKE, multi-region, and single-tenant values.
1.4.0
- Version bump
1.3.0→1.4.0across all Compose stacks, Kubernetes/Helm recipes, the DigitalOcean recipe, and the jbang GKE tooling. - Removed stale "once cut" wording from the DOKS recipe so its pinning guidance matches the GKE recipe.
1.3.0
- Version bump
1.2.5→1.3.0. - Added the A2A governance plane (
dvara-a2a-gateway, port 8075) to thefullCompose stack — it now demos all four planes (gateway + admin UI + MCP proxy + A2A proxy + PostgreSQL).
1.2.5 · 1.2.4 · 1.2.3 · 1.2.2 · 1.2.1
- Routine version bumps — each pins all Compose stacks, Kubernetes recipes, the DigitalOcean recipe, and the jbang tooling to the matching Dvara patch release.
1.2.0
- Version bump to
1.2.0. - Config hot-reload docs moved from PostgreSQL
NOTIFY/LISTENto config-version polling (dvara.config.poll-interval-ms), which is pooler-agnostic. - Grafana infrastructure dashboard metrics renamed to
gateway_config_poller_*to match the new polling mechanism.
1.1.0
- Version bump to
1.1.0across the Compose stacks and Kubernetes/Helm recipes.
1.0.1
- Bumped image pins
1.0.0→1.0.1across Docker Compose, Kubernetes, and DigitalOcean examples. - Added the release ↔ Dvara version compatibility table to the root README.
1.0.0-GA
- First general-availability release of the reference examples: Docker Compose stacks, cloud deploy recipes (DigitalOcean, Fly.io, Railway, Render, Kubernetes), gateway YAML configs, getting-started samples (Python/Node.js), SDK integrations, streaming demos, and observability dashboards.
Full release history: github.com/dvarahq/dvara-examples/releases.
Documentation
Full product docs at dvarahq.com/docs.
License
MIT — see LICENSE.
Установка Dvara Examples
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dvarahq/dvara-examplesFAQ
Dvara Examples MCP бесплатный?
Да, Dvara Examples MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dvara Examples?
Нет, Dvara Examples работает без API-ключей и переменных окружения.
Dvara Examples — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Dvara Examples в Claude Desktop, Claude Code или Cursor?
Открой Dvara Examples на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Dvara Examples with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
