# Deploy ArcadeDB with Easypanel

URL: /templates/arcadedb

ArcadeDB is a multi-model database that supports multiple data models including Document, Graph, Key-Value, and Vector databases in a single engine. It's designed for high-performance applications with ACID transactions and real-time analytics capabilities.

## Benefits

### Multi-Model Database

Support for Document, Graph, Key-Value, and Vector databases in a single engine, eliminating the need for multiple database systems.

### High Performance

Built for high-performance applications with optimized data structures and efficient query processing.

### ACID Transactions

Full ACID compliance ensuring data consistency and reliability for critical applications.

### Real-time Analytics

Built-in support for real-time analytics and complex queries with powerful indexing capabilities.

### Open Source

Completely open-source with an active community, providing transparency and customization options.

## Features

### Document Database

Store and query JSON-like documents with flexible schema and powerful indexing options.

### Graph Database

Native graph database capabilities for complex relationship queries and graph analytics.

### Key-Value Store

High-performance key-value storage for caching and simple data retrieval scenarios.

### Vector Database

Support for vector operations and similarity search for AI and machine learning applications.

### SQL Support

Full SQL support with extensions for graph and document operations, making it familiar for developers.

### REST API

Comprehensive REST API for easy integration with web applications and microservices.

## Configuration

- `appServiceName` (App Service Name, required): arcadedb

- `appServiceImage` (App Service Image, required): arcadedata/arcadedb:26.4.2

- `binaryPort` (Binary Port): 2480

## Services

- arcadedb: app (arcadedata/arcadedb:26.4.2)

## Resources

- [Website](https://arcadedb.com/)

- [Documentation](https://docs.arcadedb.com/)

- [Github](https://github.com/ArcadeData/arcadedb)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/arcadedb)