Skip to main content

Add your description here

Project description

Arkitekt Server

A command-line tool for deploying and managing an Arkitekt server deployments. Arkitekt Server provides a comprehensive platform for scientific computing and data management, with built-in support for authentication, task orchestration, data storage, and containerized application deployment.

Overview

Arkitekt Server is a deployment configuration management tool that simplifies the setup and management of the Arkitekt ecosystem. It generates Docker Compose configurations and handles the complex orchestration of multiple services including databases, message queues, object storage, and various scientific computing services.

Quick Start: How to Start the Server

Prerequisites

  • Python 3.12+
  • Docker and Docker Compose
  • UVX (recommended) or pip

1. Initialize Your Deployment

# Initialize in the current directory (interactive wizard)
uvx arkitekt-server init --wizard

# Initialize with a specific template (default, dev, minimal)
uvx arkitekt-server init --template default

# Initialize in a specific directory
uvx arkitekt-server init --template dev ./my-server

2. Set Up Users and Organizations

# Add a user
uvx arkitekt-server user add

# Add an organization
uvx arkitekt-server organization add

3. Build and Start

# Generate deployment files (auto-detects backend)
uvx arkitekt-server build

# Start the services (using docker compose directly for now)
docker compose up -d

4. Access Your Server

Wait for services to initialize, then access via the Arkitekt Orkestrator interface at the configured URL (usually http://localhost:8000).

Temporary Server (Ephemeral Mode)

For quick testing, demos, or development without leaving any trace, you can use the ephemeral mode. This creates a temporary server instance in a temporary directory, starts it, and cleans everything up when you stop it.

# Start a temporary server on port 23489 (default)
uvx arkitekt-server ephemeral

# Start on a specific port
uvx arkitekt-server ephemeral --port 8080

This is perfect for trying out Arkitekt or running integration tests.

Command Reference

Core Commands

  • init: Initializes a new Arkitekt server configuration.

    • --wizard: Runs an interactive wizard to guide you through setup.
    • --template [default|dev|minimal]: Uses a predefined template.
    • [path]: Specifies the directory to initialize (default: current directory).
  • build: Generates the deployment files (e.g., docker-compose.yaml) based on your configuration.

    • --dry-run: Shows what would be generated without writing files.
  • start: Starts the server services using the generated deployment files.

    • Equivalent to running docker compose up -d.
  • update: Updates the server images and restarts services.

    • Pulls the latest Docker images and runs up -d.
  • ephemeral: Starts a temporary, disposable server instance.

    • --port: Sets the HTTP port.
    • --defaults: Skips prompts and uses default settings.

Management Commands

  • service: Manage individual Arkitekt services (Rekuest, Mikro, etc.).

    • [service_name] --enable/--disable: Enable or disable a service.
    • list: List all available services and their status.
  • user: Manage users for the Arkitekt deployment.

    • add: Create a new user (interactive).
    • list: List all configured users.
    • delete: Remove a user.
  • organization: Manage organizations.

    • add: Create a new organization.
    • list: List all configured organizations.
  • inspect: Inspect the current state and configuration.

    • config: Displays the current configuration and enabled services.

Detailed Documentation

For comprehensive documentation, see the docs/ folder:

Oh my god, I forgot all of my passwords!

If you forget your preconfiugred user passwords, you can reset them by running:

uvx arkitekt-server user list

This command will list all users and their roles, that you have configured previously. Of course you would never use this in production, but it is a useful command for development and testing purposes.

Non-UVX Usage

If you prefer not to use UVX, you can run the tool directly with:

pip install arkitekt-server
arkitekt-server init --template default

Key Features

  • One-Command Deployment: Generate complete Docker Compose configurations with sensible defaults
  • Service Deployment: Deploy and manage multiple interconnected services
  • Authentication & Authorization: Built-in user management with JWT-based authentication
  • Development Mode: Hot-reload support for development with GitHub repository mounting (when available)

Core Services

The Arkitekt ecosystem includes several specialized services:

  • Lok: Authentication and authorization service with JWT token management
  • Rekuest: Task orchestration and workflow management
  • Mikro: Image and microscopy data management
  • Kabinet: Container and application registry
  • Fluss: Workflow execution engine
  • Kraph: Knowledge graph and metadata management
  • Elektro: Electrophysiology data handling
  • Alpaka: AI/ML model management with Ollama integration

Configuration

The tool generates and manages a arkitekt_server_config.yaml file that contains all deployment settings. This file includes:

  • Service configurations and Docker images
  • Database and Redis settings
  • Object storage (MinIO) configuration
  • Authentication keys and secrets
  • User and group management
  • Network and routing configuration

This file can be customized to suit your deployment needs, allowing you to specify local or remote databases, shared or dedicated storage buckets, and development or production deployment modes. This config-file is the central point for managing your Arkitekt Server deployment. And it is automatically generated based on the services you enable and the options you choose during initialization.

Architecture

Arkitekt Server uses a self-contained service architecture with:

  • PostgreSQL: Primary database for all services
  • Redis: Message queuing and caching
  • MinIO: S3-compatible object storage
  • Caddy: Reverse proxy and gateway
  • Docker: Container orchestration

Each service can be configured independently with options for:

  • Local or remote databases
  • Shared or dedicated storage buckets
  • Development or production deployment modes
  • Custom authentication configurations

Development

For development workflows, the tool supports:

  • GitHub repository mounting for live code reloading
  • Debug mode with detailed logging
  • Separate development configurations

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arkitekt_gateway-1.0.0.tar.gz (16.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

arkitekt_gateway-1.0.0-py3-none-win_amd64.whl (16.7 MB view details)

Uploaded Python 3Windows x86-64

arkitekt_gateway-1.0.0-py3-none-macosx_11_0_arm64.whl (15.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

arkitekt_gateway-1.0.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file arkitekt_gateway-1.0.0.tar.gz.

File metadata

  • Download URL: arkitekt_gateway-1.0.0.tar.gz
  • Upload date:
  • Size: 16.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.3

File hashes

Hashes for arkitekt_gateway-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f21fecd22efa2b8dc3ad7982ecc3eff5dda9c293ec9b0b821b3a0a152869b6bb
MD5 9578dcba7a07443045ee35c7aaf8a190
BLAKE2b-256 e903e37a046063b7632c6fb5124b359444a624913b2eae740427517b449fe76a

See more details on using hashes here.

File details

Details for the file arkitekt_gateway-1.0.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: arkitekt_gateway-1.0.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for arkitekt_gateway-1.0.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b0cfde81bee8b14e23822f02b915fc982be2627a4d005343792723d54995ed9
MD5 4708451c02ceb158464b9b5e65c1910d
BLAKE2b-256 e92982c34222003e7762a0a7f600ed2cff079a4eb42fbf17182636c17811039f

See more details on using hashes here.

File details

Details for the file arkitekt_gateway-1.0.0-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: arkitekt_gateway-1.0.0-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for arkitekt_gateway-1.0.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d01cb8b9a482b2e0a9f9417d31d21455b73335cc47f3c3f06e179bd631b93e
MD5 ab555aa7c91b01b8b65c9289a3b75cfd
BLAKE2b-256 653e5b3faa7fa283c8b8a8e6fe7ee155f1438439210f5d0412e009986ee60ff2

See more details on using hashes here.

File details

Details for the file arkitekt_gateway-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for arkitekt_gateway-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 184adcd3ec50ad2a653f72b829e44558a5bb11a84e03a6a1bfcf7dd1e2e96bab
MD5 83a8337990da8db95fc3c120f6da1f30
BLAKE2b-256 42804f60819340e5969732bec7d960c2fc93dfb6728b1000b59073c195170caa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page